Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/ev-module.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdocument/ev-module.h')
-rw-r--r--libdocument/ev-module.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libdocument/ev-module.h b/libdocument/ev-module.h
index 4239cb1..09d46fa 100644
--- a/libdocument/ev-module.h
+++ b/libdocument/ev-module.h
@@ -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);