summaryrefslogtreecommitdiff
path: root/girepository/girepository.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-02-20 17:34:20 -0500
committerColin Walters <walters@verbum.org>2009-02-25 17:31:49 -0500
commit251de52b083d3e0e42f25cb164a46865c2c2b9a9 (patch)
tree99db442fd1bb299466f5d277561becfca4b220ee /girepository/girepository.h
parent0b9dda0e725446882dca84b6a64688c8f0e5a4e3 (diff)
downloadgobject-introspection-251de52b083d3e0e42f25cb164a46865c2c2b9a9.tar.gz
Bug 572434 - Associate interfaces with their C structures
Similar to GObject class structs, we pair up GInterfaces with their C structures. Also, move some GLib-specific things into glibast.py, and make the naming more generic.
Diffstat (limited to 'girepository/girepository.h')
-rw-r--r--girepository/girepository.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/girepository/girepository.h b/girepository/girepository.h
index 3508f4dd..61a91162 100644
--- a/girepository/girepository.h
+++ b/girepository/girepository.h
@@ -417,7 +417,7 @@ GIFunctionInfo * g_struct_info_find_method (GIStructInfo *info,
const gchar *name);
gsize g_struct_info_get_size (GIStructInfo *info);
gsize g_struct_info_get_alignment (GIStructInfo *info);
-gboolean g_struct_info_is_class_struct (GIStructInfo *info);
+gboolean g_struct_info_is_gtype_struct (GIStructInfo *info);
/* GIRegisteredTypeInfo */
@@ -487,6 +487,8 @@ gint g_interface_info_get_n_constants (GIInterfaceInfo *in
GIConstantInfo * g_interface_info_get_constant (GIInterfaceInfo *info,
gint n);
+GIStructInfo * g_interface_info_get_iface_struct (GIInterfaceInfo *info);
+
/* GIPropertyInfo */