mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-30 10:56:37 +02:00
added test to check that not yet bound symbols in shared libraries of the
Sat Feb 19 19:43:29 2000 Tim Janik <timj@gtk.org> * testgmodule.c (main): added test to check that not yet bound symbols in shared libraries of the main module are retrievable, from David Gero. * gmodule-dld.c (_g_module_symbol): applied patch by David Gero <dgero@nortelnetworks.com>, so lookups for module_self also return library symbols on AIX.
This commit is contained in:
@@ -64,7 +64,7 @@ gplugin_say_boo_func (void)
|
||||
G_MODULE_EXPORT void
|
||||
gplugin_a_module_func (GModule *module)
|
||||
{
|
||||
void(*f)(void) = NULL;
|
||||
void (*f) (void) = NULL;
|
||||
gchar *string;
|
||||
|
||||
string = "gplugin_say_boo_func";
|
||||
|
Reference in New Issue
Block a user