From 7af39d0ff23d5a8c2316536b864f576f9a2bebc6 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 31 Aug 2010 17:36:06 -0300 Subject: [GIRepository] Rename GTypelib to GITypelib Keep a typedef for backwards compatibility, until the major bindings has moved over. --- girepository/gibaseinfo.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'girepository/gibaseinfo.c') diff --git a/girepository/gibaseinfo.c b/girepository/gibaseinfo.c index 81b936d8..a4c9f90b 100644 --- a/girepository/gibaseinfo.c +++ b/girepository/gibaseinfo.c @@ -35,7 +35,7 @@ GIBaseInfo * _g_info_new_full (GIInfoType type, GIRepository *repository, GIBaseInfo *container, - GTypelib *typelib, + GITypelib *typelib, guint32 offset) { GIRealInfo *info; @@ -58,7 +58,7 @@ _g_info_new_full (GIInfoType type, GIBaseInfo * g_info_new (GIInfoType type, GIBaseInfo *container, - GTypelib *typelib, + GITypelib *typelib, guint32 offset) { return _g_info_new_full (type, ((GIRealInfo*)container)->repository, container, typelib, offset); @@ -69,7 +69,7 @@ _g_info_init (GIRealInfo *info, GIInfoType type, GIRepository *repository, GIBaseInfo *container, - GTypelib *typelib, + GITypelib *typelib, guint32 offset) { memset (info, 0, sizeof (GIRealInfo)); @@ -90,7 +90,7 @@ _g_info_init (GIRealInfo *info, GIBaseInfo * _g_info_from_entry (GIRepository *repository, - GTypelib *typelib, + GITypelib *typelib, guint16 index) { GIBaseInfo *result; @@ -127,7 +127,7 @@ _g_info_from_entry (GIRepository *repository, GITypeInfo * _g_type_info_new (GIBaseInfo *container, - GTypelib *typelib, + GITypelib *typelib, guint32 offset) { SimpleTypeBlob *type = (SimpleTypeBlob *)&typelib->data[offset]; @@ -139,7 +139,7 @@ _g_type_info_new (GIBaseInfo *container, void _g_type_info_init (GIBaseInfo *info, GIBaseInfo *container, - GTypelib *typelib, + GITypelib *typelib, guint32 offset) { GIRealInfo *rinfo = (GIRealInfo*)container; @@ -153,7 +153,7 @@ _g_type_info_init (GIBaseInfo *info, /** * SECTION:gibaseinfo - * @Short_description: Base struct for all GTypelib structs + * @Short_description: Base struct for all GITypelib structs * @Title: GIBaseInfo * * GIBaseInfo is the common base struct of all other *Info structs @@ -611,7 +611,7 @@ g_base_info_get_container (GIBaseInfo *info) * * Returns: (transfer none): the typelib. */ -GTypelib * +GITypelib * g_base_info_get_typelib (GIBaseInfo *info) { return ((GIRealInfo*)info)->typelib; -- cgit v1.2.1