[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 Evan Welsh
parent 45a04358b6
commit 35c46e2e2e

View File

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