aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-module.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-module.h')
-rw-r--r--lib/ephy-module.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ephy-module.h b/lib/ephy-module.h
index aaacbff63..191b1ffde 100644
--- a/lib/ephy-module.h
+++ b/lib/ephy-module.h
@@ -37,7 +37,8 @@ typedef struct _EphyModule EphyModule;
GType ephy_module_get_type (void);
-EphyModule *ephy_module_new (const char *path);
+EphyModule *ephy_module_new (const char *path,
+ gboolean resident);
const char *ephy_module_get_path (EphyModule *module);