Go to the source code of this file.
Data Structures | |
struct | plugin |
A plugin. More... | |
Functions | |
G_MODULE_EXPORT struct plugin * | load_plugin (const char *dir, const char *name) |
G_MODULE_EXPORT gboolean | plugin_loaded (const char *name) |
Check whether a certain plugin has already been loaded. | |
G_MODULE_EXPORT GList * | get_plugin_list (void) |
G_MODULE_EXPORT gboolean plugin_loaded | ( | const char * | name | ) |