![]() |
![]() |
![]() |
Goffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GOPluginLoaderClass; void go_plugin_loader_set_attributes (GOPluginLoader *l
,GHashTable *attrs
,GOErrorInfo **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
,GOErrorInfo **err
); void go_plugin_loader_unload_base (GOPluginLoader *l
,GOErrorInfo **err
); void go_plugin_loader_load_service (GOPluginLoader *l
,GOPluginService *s
,GOErrorInfo **err
); void go_plugin_loader_unload_service (GOPluginLoader *l
,GOPluginService *s
,GOErrorInfo **err
); gboolean go_plugin_loader_is_base_loaded (GOPluginLoader *l
);
typedef struct { GTypeInterface base; void (*load_base) (GOPluginLoader *l, GOErrorInfo **err); void (*unload_base) (GOPluginLoader *l, GOErrorInfo **err); void (*set_attributes) (GOPluginLoader *l, GHashTable *attrs, GOErrorInfo **err); gboolean (*service_load) (GOPluginLoader *l, GOPluginService *s, GOErrorInfo **err); gboolean (*service_unload) (GOPluginLoader *l, GOPluginService *s, GOErrorInfo **err); void (*load_service_file_opener) (GOPluginLoader *l, GOPluginService *s, GOErrorInfo **err); void (*unload_service_file_opener) (GOPluginLoader *l, GOPluginService *s, GOErrorInfo **err); void (*load_service_file_saver) (GOPluginLoader *l, GOPluginService *s, GOErrorInfo **err); void (*unload_service_file_saver) (GOPluginLoader *l, GOPluginService *s, GOErrorInfo **err); void (*load_service_plugin_loader) (GOPluginLoader *l, GOPluginService *s, GOErrorInfo **err); void (*unload_service_plugin_loader) (GOPluginLoader *l, GOPluginService *s, GOErrorInfo **err); } GOPluginLoaderClass;
void go_plugin_loader_set_attributes (GOPluginLoader *l
,GHashTable *attrs
,GOErrorInfo **err
);
|
|
|
|
|
GOPlugin * go_plugin_loader_get_plugin (GOPluginLoader *l
);
|
|
Returns : |
void go_plugin_loader_set_plugin (GOPluginLoader *l
,GOPlugin *p
);
|
|
|
void go_plugin_loader_load_base (GOPluginLoader *l
,GOErrorInfo **err
);
|
|
|
void go_plugin_loader_unload_base (GOPluginLoader *l
,GOErrorInfo **err
);
|
|
|
void go_plugin_loader_load_service (GOPluginLoader *l
,GOPluginService *s
,GOErrorInfo **err
);
|
|
|
|
|
void go_plugin_loader_unload_service (GOPluginLoader *l
,GOPluginService *s
,GOErrorInfo **err
);
|
|
|
|
|
gboolean go_plugin_loader_is_base_loaded (GOPluginLoader *l
);
|
|
Returns : |