/external/bluetooth/glib/gmodule/ |
gmodule.symbols | 14 g_module_symbol
|
gmodule.h | 77 gboolean g_module_symbol (GModule *module,
|
gmodule.c | 485 if (g_module_symbol (module, "g_module_check_init", (gpointer) &check_init) && check_init != NULL) 490 g_module_symbol (module, "g_module_unload", (gpointer) &module->unload); 608 g_module_symbol (GModule *module, function
|
ChangeLog | 327 * gmodule.c (g_module_symbol): Make sure to 626 * gmodule.c (g_module_symbol): erk, strconcat needs NULL as last arg. 863 * gmodule.c (g_module_symbol): removed inline variable assignment. 960 * gmodule.c (g_module_symbol): fixed a string pointer bug that could 961 cause garbage error messages from g_module_symbol() for systems that 1003 (g_module_symbol): show the failing symbol on error messages.
|
/external/bluetooth/glib/tests/ |
module-test.c | 101 if (!g_module_symbol (module_self, "g_module_close", (gpointer *) &f_self)) 114 if (!g_module_symbol (module_a, "gplugin_a_state", 118 if (!g_module_symbol (module_b, "gplugin_b_state", 125 if (!g_module_symbol (module_a, "gplugin_a_func", (gpointer *) &f_a)) 129 if (!g_module_symbol (module_b, "gplugin_b_func", (gpointer *) &f_b)) 142 if (!g_module_symbol (module_self, "g_clash_func", (gpointer *) &f_self)) 146 if (!g_module_symbol (module_a, "g_clash_func", (gpointer *) &f_a)) 150 if (!g_module_symbol (module_b, "g_clash_func", (gpointer *) &f_b)) 165 if (!g_module_symbol (module_a, "gplugin_clash_func", (gpointer *) &f_a)) 169 if (!g_module_symbol (module_b, "gplugin_clash_func", (gpointer *) &f_b) [all...] |
libmoduletestplugin_a.c | 64 if (!g_module_symbol (module, "gplugin_say_boo_func", &f ))
|
/external/webkit/WebCore/plugins/gtk/ |
PluginPackageGtk.cpp | 51 g_module_symbol(m_module, "NP_GetMIMEDescription", (void**)&NP_GetMIMEDescription); 52 g_module_symbol(m_module, "NP_GetValue", (void**)&NPP_GetValue); 122 g_module_symbol(m_module, "NP_Initialize", (void**)&NP_Initialize); 123 g_module_symbol(m_module, "NP_Shutdown", (void**)&m_NPP_Shutdown);
|
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
modules.sgml | 25 find the module's symbols (e.g. function names) with g_module_symbol(), 65 if (!g_module_symbol (module, "say_hello", (gpointer *)&say_hello)) 184 <!-- ##### FUNCTION g_module_symbol ##### -->
|
/external/bluetooth/glib/gio/ |
giomodule.c | 162 if (! g_module_symbol (module->library, 165 ! g_module_symbol (module->library,
|
/external/bluetooth/glib/docs/reference/glib/ |
glib-sections.txt | 1686 g_module_symbol [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-0 | 727 * tests/module-test.c: g_module_symbol takes a gpointer *, not just [all...] |