]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-module.h
Fixes bug #542924. Makes enums static to fix Solaris build.
[evince.git] / libdocument / ev-module.h
index 4239cb115013d02d1ef9ec6d439f17bf509a461b..09d46fa2556599d718882c9e72b32544638b0859 100644 (file)
@@ -56,7 +56,8 @@ typedef struct _EvModule EvModule;
 
 GType        ev_module_get_type        (void) G_GNUC_CONST;
 
-EvModule    *ev_module_new             (const gchar *path);
+EvModule    *ev_module_new             (const gchar *path,
+                                       gboolean     resident);
 
 const gchar *ev_module_get_path        (EvModule    *module);