mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-20 22:29:17 +02: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
a52046e847
commit
dac19120aa
@ -77,7 +77,7 @@ main (int argc, char *argv[])
|
|||||||
GError *error = NULL;
|
GError *error = NULL;
|
||||||
const char *namespace;
|
const char *namespace;
|
||||||
GMappedFile *mfile;
|
GMappedFile *mfile;
|
||||||
GTypelib *typelib;
|
GITypelib *typelib;
|
||||||
|
|
||||||
mfile = g_mapped_file_new (input[i], FALSE, &error);
|
mfile = g_mapped_file_new (input[i], FALSE, &error);
|
||||||
if (!mfile)
|
if (!mfile)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user