Bug 557011 - Add g_object_info_get_abstract

svn path=/trunk/; revision=757
This commit is contained in:
Colin Walters
2008-10-20 17:04:17 +00:00
parent 0de03983be
commit c3330c06c7
6 changed files with 21 additions and 5 deletions

View File

@@ -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;