OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_module_unload
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/tests/
libmoduletestplugin_b.c
43
g_module_unload
(GModule *module)
function
/external/bluetooth/glib/docs/reference/glib/tmpl/
modules.sgml
250
<indexterm zone="g-module-unload"><primary>
g_module_unload
</primary></indexterm>
252
If a module contains a function named
g_module_unload
() it is called
/external/bluetooth/glib/gmodule/
gmodule.c
490
g_module_symbol (module, "
g_module_unload
", (gpointer) &module->unload);
ChangeLog
971
G_MODULE_EXPORT void
g_module_unload
(GModule *module);
974
from
g_module_unload
() will prevent the module from being unloaded and
Completed in 57 milliseconds