mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
[GIRepository] Rename GTypelib to GITypelib
Keep a typedef for backwards compatibility, until the major bindings has moved over.
This commit is contained in:
parent
45a04358b6
commit
35c46e2e2e
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user