HomeSort by relevance Sort by last modified time
    Searched defs:GModule (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gmodule/
gmodule.h 0 /* GMODULE - GLIB wrapper code for dynamic module loading
51 typedef struct _GModule GModule;
52 typedef const gchar* (*GModuleCheckInit) (GModule *module);
53 typedef void (*GModuleUnload) (GModule *module);
64 GModule* g_module_open (const gchar *file_name,
68 gboolean g_module_close (GModule *module);
71 void g_module_make_resident (GModule *module);
77 gboolean g_module_symbol (GModule *module,
82 G_CONST_RETURN gchar* g_module_name (GModule *module);
  /external/webkit/Source/WebKit2/Platform/
Module.h 41 typedef struct _GModule GModule;
77 GModule* m_handle;
  /external/webkit/Source/WebCore/platform/
FileSystem.h 74 typedef struct _GModule GModule;
81 typedef GModule* PlatformModule;

Completed in 176 milliseconds