From 35c46e2e2eca423fef27704622dbf4897adc99e9 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 31 Aug 2010 17:36:06 -0300 Subject: [PATCH] [GIRepository] Rename GTypelib to GITypelib Keep a typedef for backwards compatibility, until the major bindings has moved over. --- girepository/tools/compiler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/girepository/tools/compiler.c b/girepository/tools/compiler.c index 1c68b0ac2..8306c7da1 100644 --- a/girepository/tools/compiler.c +++ b/girepository/tools/compiler.c @@ -47,7 +47,7 @@ gboolean verbose = FALSE; static void write_out_typelib (gchar *prefix, - GTypelib *typelib) + GITypelib *typelib) { FILE *file; gsize written; @@ -192,7 +192,7 @@ main (int argc, char ** argv) g_debug ("[building] start"); { - GTypelib *typelib; + GITypelib *typelib; if (shlib) {