summaryrefslogtreecommitdiff
path: root/girepository/girepository-private.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-06-05 12:11:58 -0300
committerJohan Dahlin <johan@gnome.org>2010-06-05 12:40:28 -0300
commit6039032537282a8f33ffb13c640bb824b5296650 (patch)
tree590006e960311e290202c715554a62aa45fe5050 /girepository/girepository-private.h
parentbb832d71f7cb9648d2682ea490684da5f357bac0 (diff)
downloadgobject-introspection-6039032537282a8f33ffb13c640bb824b5296650.tar.gz
[girepository] Move GICallableInfo out of ginfo.ch
Diffstat (limited to 'girepository/girepository-private.h')
-rw-r--r--girepository/girepository-private.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h
index 4ded32b8..52fc749a 100644
--- a/girepository/girepository-private.h
+++ b/girepository/girepository-private.h
@@ -80,5 +80,21 @@ GIBaseInfo * _g_info_from_entry (GIRepository *repository,
GTypelib *typelib,
guint16 index);
+GIBaseInfo * _g_info_new_full (GIInfoType type,
+ GIRepository *repository,
+ GIBaseInfo *container,
+ GTypelib *typelib,
+ guint32 offset);
+
+GITypeInfo * _g_type_info_new (GIBaseInfo *container,
+ GTypelib *typelib,
+ guint32 offset);
+
+void _g_type_info_init (GIBaseInfo *info,
+ GIBaseInfo *container,
+ GTypelib *typelib,
+ guint32 offset);
+
+
#endif /* __GIREPOSITORY_PRIVATE_H__ */