summaryrefslogtreecommitdiff
path: root/girepository/girepository-private.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-08-31 17:36:06 -0300
committerJohan Dahlin <johan@gnome.org>2010-08-31 17:37:10 -0300
commit7af39d0ff23d5a8c2316536b864f576f9a2bebc6 (patch)
tree6b10e6277ed3f9f8f24d458f88030b14f5101da4 /girepository/girepository-private.h
parent6379b8a497e2bf8c5b09e37ded88c7a28483389d (diff)
downloadgobject-introspection-7af39d0ff23d5a8c2316536b864f576f9a2bebc6.tar.gz
[GIRepository] Rename GTypelib to GITypelib
Keep a typedef for backwards compatibility, until the major bindings has moved over.
Diffstat (limited to 'girepository/girepository-private.h')
-rw-r--r--girepository/girepository-private.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/girepository/girepository-private.h b/girepository/girepository-private.h
index e2810d26..46b898b0 100644
--- a/girepository/girepository-private.h
+++ b/girepository/girepository-private.h
@@ -49,7 +49,7 @@ struct _GIRealInfo
/* Resolved specific */
- GTypelib *typelib;
+ GITypelib *typelib;
guint32 offset;
guint32 type_is_embedded : 1; /* Used by GITypeInfo */
@@ -76,26 +76,26 @@ void _g_info_init (GIRealInfo *info,
GIInfoType type,
GIRepository *repository,
GIBaseInfo *container,
- GTypelib *typelib,
+ GITypelib *typelib,
guint32 offset);
GIBaseInfo * _g_info_from_entry (GIRepository *repository,
- GTypelib *typelib,
+ GITypelib *typelib,
guint16 index);
GIBaseInfo * _g_info_new_full (GIInfoType type,
GIRepository *repository,
GIBaseInfo *container,
- GTypelib *typelib,
+ GITypelib *typelib,
guint32 offset);
GITypeInfo * _g_type_info_new (GIBaseInfo *container,
- GTypelib *typelib,
+ GITypelib *typelib,
guint32 offset);
void _g_type_info_init (GIBaseInfo *info,
GIBaseInfo *container,
- GTypelib *typelib,
+ GITypelib *typelib,
guint32 offset);
GIFunctionInfo * _g_base_info_find_method (GIBaseInfo *base,