aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-file-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-file-helpers.h')
-rw-r--r--lib/ephy-file-helpers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ephy-file-helpers.h b/lib/ephy-file-helpers.h
index 8f9440af9..ef96d7b3e 100644
--- a/lib/ephy-file-helpers.h
+++ b/lib/ephy-file-helpers.h
@@ -45,7 +45,7 @@ typedef gboolean (* EphyFileMonitorDelayFunc) (EphyFileMonitor*, gpointer);
gboolean ephy_file_helpers_init (const char *profile_dir,
gboolean private_profile,
- gboolean delete_profile_on_exit,
+ gboolean keep_temp_dir,
GError **error);
const char *ephy_file (const char *filename);
@@ -99,6 +99,8 @@ EphyFileMonitor *ephy_file_monitor_add (const char *uri,
void ephy_file_monitor_cancel (EphyFileMonitor *monitor);
+void ephy_file_delete_directory (const char *path);
+
G_END_DECLS
#endif /* EPHY_FILE_HELPERS_H */