diff options
author | Johan Dahlin <johan@gnome.org> | 2010-08-31 17:36:06 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-08-31 17:37:10 -0300 |
commit | 7af39d0ff23d5a8c2316536b864f576f9a2bebc6 (patch) | |
tree | 6b10e6277ed3f9f8f24d458f88030b14f5101da4 /tools/compiler.c | |
parent | 6379b8a497e2bf8c5b09e37ded88c7a28483389d (diff) | |
download | gobject-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 'tools/compiler.c')
-rw-r--r-- | tools/compiler.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/compiler.c b/tools/compiler.c index 1c68b0ac..8306c7da 100644 --- a/tools/compiler.c +++ b/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) { |