mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-24 09:58:54 +02:00
Bug 557011 - Add g_object_info_get_abstract
svn path=/trunk/; revision=757
This commit is contained in:
@@ -407,9 +407,10 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
guint16 blob_type; /* 7 */
|
||||
guint16 deprecated : 1;
|
||||
guint16 reserved :15;
|
||||
guint32 name;
|
||||
guint16 deprecated : 1;
|
||||
guint16 abstract : 1;
|
||||
guint16 reserved :14;
|
||||
guint32 name;
|
||||
|
||||
guint32 gtype_name;
|
||||
guint32 gtype_init;
|
||||
@@ -440,7 +441,7 @@ typedef struct
|
||||
typedef struct
|
||||
{
|
||||
guint16 blob_type;
|
||||
guint16 deprecated : 1;
|
||||
guint16 deprecated : 1;
|
||||
guint16 reserved :15;
|
||||
guint32 name;
|
||||
|
||||
|
Reference in New Issue
Block a user