summaryrefslogtreecommitdiff
path: root/tools/generate.c
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 /tools/generate.c
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 'tools/generate.c')
-rw-r--r--tools/generate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/generate.c b/tools/generate.c
index 395caff6..7fe1afb0 100644
--- a/tools/generate.c
+++ b/tools/generate.c
@@ -77,7 +77,7 @@ main (int argc, char *argv[])
GError *error = NULL;
const char *namespace;
GMappedFile *mfile;
- GTypelib *typelib;
+ GITypelib *typelib;
mfile = g_mapped_file_new (input[i], FALSE, &error);
if (!mfile)