mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Remove g_irepository_unregister, add GIRepositoryLoadFlags
svn path=/trunk/; revision=543
This commit is contained in:
parent
91dcce4159
commit
6114478cf8
@ -81,16 +81,8 @@ format_output (GTypelib *typelib)
|
|||||||
"{\n"
|
"{\n"
|
||||||
"\tGTypelib *typelib;\n"
|
"\tGTypelib *typelib;\n"
|
||||||
"\ttypelib = g_typelib_new_from_const_memory (_G_TYPELIB, _G_TYPELIB_SIZE);\n"
|
"\ttypelib = g_typelib_new_from_const_memory (_G_TYPELIB, _G_TYPELIB_SIZE);\n"
|
||||||
"\tg_irepository_load_typelib (NULL, typelib, NULL);\n"
|
"\tg_irepository_load_typelib (NULL, typelib, G_IREPOSITORY_LOAD_FLAG_LAZY, NULL);\n"
|
||||||
"}\n\n");
|
"}\n\n");
|
||||||
|
|
||||||
g_string_append_printf (result,
|
|
||||||
"__attribute__((destructor)) void\n"
|
|
||||||
"unregister_typelib (void)\n"
|
|
||||||
"{\n"
|
|
||||||
"\tg_irepository_unregister (NULL, \"%s\");\n"
|
|
||||||
"}\n",
|
|
||||||
g_typelib_get_namespace (typelib));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return g_string_free (result, FALSE);
|
return g_string_free (result, FALSE);
|
||||||
|
Loading…
Reference in New Issue
Block a user