|  |  |  | Eye of GNOME Reference Manual |  | 
|---|---|---|---|---|
                    EogPythonModule;
EogPythonModule*    eog_python_module_new               (const gchar *path,
                                                         const gchar *module);
GObject*            eog_python_module_new_object        (EogPythonModule *module);
gboolean            eog_python_init                     (void);
void                eog_python_shutdown                 (void);
void                eog_python_garbage_collect          (void);
"module" gchar* : Read / Write / Construct Only "path" gchar* : Read / Write / Construct Only
EogPythonModule* eog_python_module_new (const gchar *path, const gchar *module);
| 
 | |
| 
 | |
| Returns : | 
GObject* eog_python_module_new_object (EogPythonModule *module);
| 
 | |
| Returns : |