OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:g_module_close
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/glib/gmodule/
gmodule.symbols
2
g_module_close
gmodule.h
68
gboolean
g_module_close
(GModule *module);
70
/* make a module resident so
g_module_close
on it will be ignored */
gmodule.c
500
g_module_close
(module);
538
g_module_close
(GModule *module)
function
/external/bluetooth/glib/docs/reference/glib/tmpl/
modules.sgml
26
and later close the module with
g_module_close
().
69
if (!
g_module_close
(module))
77
if (!
g_module_close
(module))
85
if (!
g_module_close
(module))
211
Any future
g_module_close
() calls on the module will be ignored.
217
<!-- ##### FUNCTION
g_module_close
##### -->
/external/webkit/Source/WebKit2/Platform/gtk/
ModuleGtk.cpp
44
g_module_close
(m_handle);
/external/bluetooth/glib/tests/
module-test.c
101
if (!g_module_symbol (module_self, "
g_module_close
", (gpointer *) &f_self))
195
if (!
g_module_close
(module_a))
198
if (!
g_module_close
(module_b))
/external/webkit/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp
166
g_module_close
(m_module);
/external/bluetooth/glib/gio/
giomodule.c
170
g_module_close
(module->library);
188
g_module_close
(module->library);
/external/webkit/Source/WebCore/platform/gtk/
FileSystemGtk.cpp
317
return
g_module_close
(module);
/external/bluetooth/glib/docs/reference/glib/
glib-sections.txt
1689
g_module_close
[
all
...]
Completed in 1119 milliseconds