mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Remove g_irepository_unregister, add GIRepositoryLoadFlags
svn path=/trunk/; revision=543
This commit is contained in:
parent
030b17bc9f
commit
886b9c66c5
@ -1246,7 +1246,7 @@ main (int argc, char *argv[])
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
namespace = g_irepository_load_typelib (g_irepository_get_default (), data,
|
||||
namespace = g_irepository_load_typelib (g_irepository_get_default (), data, 0,
|
||||
&error);
|
||||
if (namespace == NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user