mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-11 11:03:01 +01:00
hm, fixup call sequences for check_init() and de_init().
we need to have internal structures in a sane state before we call external functions.
This commit is contained in:
@@ -42,7 +42,7 @@ gplugin_say_boo_func (void)
|
||||
g_print ("GPluginA: BOOH!\n");
|
||||
}
|
||||
|
||||
void
|
||||
G_MODULE_EXPORT void
|
||||
gplugin_a_module_func (GModule *module)
|
||||
{
|
||||
void(*f)(void) = NULL;
|
||||
|
||||
Reference in New Issue
Block a user