mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-02 11:56:38 +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:
@@ -47,7 +47,7 @@ gboolean verbose = FALSE;
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
write_out_typelib (gchar *prefix,
|
write_out_typelib (gchar *prefix,
|
||||||
GTypelib *typelib)
|
GITypelib *typelib)
|
||||||
{
|
{
|
||||||
FILE *file;
|
FILE *file;
|
||||||
gsize written;
|
gsize written;
|
||||||
@@ -192,7 +192,7 @@ main (int argc, char ** argv)
|
|||||||
g_debug ("[building] start");
|
g_debug ("[building] start");
|
||||||
|
|
||||||
{
|
{
|
||||||
GTypelib *typelib;
|
GITypelib *typelib;
|
||||||
|
|
||||||
if (shlib)
|
if (shlib)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user