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:
Tim Janik
1998-08-09 13:13:12 +00:00
parent c36aa81e1b
commit af0977e8e7
2 changed files with 13 additions and 14 deletions

View File

@@ -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;