summaryrefslogtreecommitdiff
path: root/gtk/recent.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/recent.h')
-rw-r--r--gtk/recent.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/recent.h b/gtk/recent.h
index 25b4b56cec..e326714204 100644
--- a/gtk/recent.h
+++ b/gtk/recent.h
@@ -88,6 +88,12 @@ extern recent_settings_t recent;
*/
extern gboolean write_recent(void);
+/** Write profile recent settings file.
+ *
+ * @return TRUE if succeeded, FALSE if failed
+ */
+extern gboolean write_profile_recent(void);
+
/** Read recent settings file (static part).
*
* @param rf_path_return path to recent file if function failed
@@ -95,6 +101,13 @@ extern gboolean write_recent(void);
*/
extern void recent_read_static(char **rf_path_return, int *rf_errno_return);
+/** Read profile recent settings file (static part).
+ *
+ * @param rf_path_return path to recent file if function failed
+ * @param rf_errno_return if failed
+ */
+extern void recent_read_profile_static(char **rf_path_return, int *rf_errno_return);
+
/** Read recent settings file (dynamic part).
*
* @param rf_path_return path to recent file if function failed