HomeSort by relevance Sort by last modified time
    Searched full:g_module_open (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/glib/gmodule/
gmodule.symbols 10 g_module_open PRIVATE
gmodule.h 56 #define g_module_open g_module_open_utf8 macro
64 GModule* g_module_open (const gchar *file_name,
ChangeLog 64 * gmodule-win32.c: Improve error reporting: When g_module_open()
188 * gmodule.c (g_module_open): Don't fail to load modules
226 * gmodule.c (g_module_open): Include the module file
274 * gmodule.c (g_module_open):
444 * gmodule.c (g_module_open): It's wrong to call g_file_test() with
472 * gmodule.c (parse_libtool_archive, g_module_open): Convert file
533 * gmodule.c (g_module_open): Properly refcount the
544 * gmodule.c (g_module_open): Fix typo when checking
631 * gmodule.c (g_module_open): as a last resort, if we can't access()
638 * gmodule.c (g_module_open): reordered code so we have a singl
    [all...]
gmodule.c 332 g_module_open (const gchar *file_name, function
521 #undef g_module_open macro
524 g_module_open (const gchar *file_name, function
  /external/bluetooth/glib/docs/reference/glib/tmpl/
modules.sgml 24 If it is, you can open a module with g_module_open(),
57 module = g_module_open (filename, G_MODULE_BIND_LAZY);
146 <!-- ##### FUNCTION g_module_open ##### -->
153 First of all g_module_open() tries to open @file_name as a module. If
159 appended and g_module_open() tries to open the corresponding module. If
172 Flags passed to g_module_open(). Note that these flags are
  /external/webkit/Source/WebKit2/Platform/gtk/
ModuleGtk.cpp 38 m_handle = g_module_open(m_path.utf8().data(), G_MODULE_BIND_LAZY);
  /external/bluetooth/glib/tests/
module-test.c 97 module_self = g_module_open (NULL, G_MODULE_BIND_LAZY);
104 module_a = g_module_open (plugin_a, G_MODULE_BIND_LAZY);
108 module_b = g_module_open (plugin_b, G_MODULE_BIND_LAZY);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp 157 m_module = g_module_open(finalPath.get(), G_MODULE_BIND_LOCAL);
  /external/bluetooth/glib/gio/
giomodule.c 153 module->library = g_module_open (module->filename, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt 1684 g_module_open
    [all...]
  /external/bluetooth/glib/
NEWS     [all...]
ChangeLog.pre-2-4 404 a G_MODULE_BIND_LOCAL flag to g_module_open() to disable global
    [all...]

Completed in 214 milliseconds