GOPluginLoader

GOPluginLoader

Synopsis

void                go_plugin_loader_set_attributes     (GOPluginLoader *l,
                                                         GHashTable *attrs,
                                                         ErrorInfo **err);
GOPlugin*           go_plugin_loader_get_plugin         (GOPluginLoader *l);
void                go_plugin_loader_set_plugin         (GOPluginLoader *l,
                                                         GOPlugin *p);
void                go_plugin_loader_load_base          (GOPluginLoader *l,
                                                         ErrorInfo **err);
void                go_plugin_loader_unload_base        (GOPluginLoader *l,
                                                         ErrorInfo **err);
void                go_plugin_loader_load_service       (GOPluginLoader *l,
                                                         GOPluginService *s,
                                                         ErrorInfo **err);
void                go_plugin_loader_unload_service     (GOPluginLoader *l,
                                                         GOPluginService *s,
                                                         ErrorInfo **err);
gboolean            go_plugin_loader_is_base_loaded     (GOPluginLoader *l);

Description

Details

go_plugin_loader_set_attributes ()

void                go_plugin_loader_set_attributes     (GOPluginLoader *l,
                                                         GHashTable *attrs,
                                                         ErrorInfo **err);

l :

attrs :

err :


go_plugin_loader_get_plugin ()

GOPlugin*           go_plugin_loader_get_plugin         (GOPluginLoader *l);

l :

Returns :


go_plugin_loader_set_plugin ()

void                go_plugin_loader_set_plugin         (GOPluginLoader *l,
                                                         GOPlugin *p);

l :

p :


go_plugin_loader_load_base ()

void                go_plugin_loader_load_base          (GOPluginLoader *l,
                                                         ErrorInfo **err);

l :

err :


go_plugin_loader_unload_base ()

void                go_plugin_loader_unload_base        (GOPluginLoader *l,
                                                         ErrorInfo **err);

l :

err :


go_plugin_loader_load_service ()

void                go_plugin_loader_load_service       (GOPluginLoader *l,
                                                         GOPluginService *s,
                                                         ErrorInfo **err);

l :

s :

err :


go_plugin_loader_unload_service ()

void                go_plugin_loader_unload_service     (GOPluginLoader *l,
                                                         GOPluginService *s,
                                                         ErrorInfo **err);

l :

s :

err :


go_plugin_loader_is_base_loaded ()

gboolean            go_plugin_loader_is_base_loaded     (GOPluginLoader *l);

l :

Returns :