[GIRepository] Rename GTypelib to GITypelib

Keep a typedef for backwards compatibility, until
the major bindings has moved over.
This commit is contained in:
Johan Dahlin 2010-08-31 17:36:06 -03:00 committed by Philip Withnall
parent a52046e847
commit dac19120aa

View File

@ -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)