diff options
author | Colin Walters <walters@src.gnome.org> | 2008-10-20 17:04:17 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-10-20 17:04:17 +0000 |
commit | ad982938b3dfdc5a5df7c18ec49116e3b6bdce1a (patch) | |
tree | b58d85b68be8dec773a779982e6af1793476ad94 /docs | |
parent | f20b1189e8ce6731db8ca07f890a457afab0f920 (diff) | |
download | gobject-introspection-ad982938b3dfdc5a5df7c18ec49116e3b6bdce1a.tar.gz |
Bug 557011 - Add g_object_info_get_abstract
svn path=/trunk/; revision=757
Diffstat (limited to 'docs')
-rw-r--r-- | docs/typelib-format.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/typelib-format.txt b/docs/typelib-format.txt index af7eb3c2..a09ab015 100644 --- a/docs/typelib-format.txt +++ b/docs/typelib-format.txt @@ -873,8 +873,9 @@ ObjectBlob (32 + x bytes) struct ObjectBlob { guint16 blob_type; /* 7 */ - guint deprecated : 1; - guint reserved :15; + guint deprecated : 1; + guint abstract : 1; + guint reserved :14; guint32 name; GTypeBlob gtype; |