gmodule.h File Reference
G_MODULE_IMPORT
G_MODULE_EXPORT
Enum GModuleFlags
Typedef GModule
typedef struct _GModule | GModule |
Typedef GModuleCheckInit
typedef const gchar *(* | GModuleCheckInit |
Typedef GModuleUnload
typedef void(* | GModuleUnload |
g_module_supported ( void )
IMPORT_C gboolean | g_module_supported | ( | void | | ) | |
g_module_open ( const gchar *, GModuleFlags )
g_module_close ( GModule * )
g_module_make_resident ( GModule * )
IMPORT_C void | g_module_make_resident | ( | GModule * | module | ) | |
g_module_error ( void )
IMPORT_C const gchar * | g_module_error | ( | void | | ) | |
g_module_symbol ( GModule *, const gchar *, gpointer * )
g_module_name ( GModule * )
g_module_build_path ( const gchar *, const gchar * )
IMPORT_C gchar * | g_module_build_path | ( | const gchar * | directory, |
| const gchar * | module_name |
| ) | |