EogModule
EogModule; EogModule* eog_module_new (const gchar *path); const gchar* eog_module_get_path (EogModule *module); GObject* eog_module_new_object (EogModule *module);
GObject +----GTypeModule +----EogModule
EogModule implements GTypePlugin.
typedef struct _EogModule EogModule;
EogModule* eog_module_new (const gchar *path);
path :
path
Returns :
const gchar* eog_module_get_path (EogModule *module);
module :
module
GObject* eog_module_new_object (EogModule *module);