allow to change the directory containing the notes.
[ptask.git] / src / settings.h
index d15fd4d..8fa2ed3 100644 (file)
@@ -38,5 +38,10 @@ gint settings_get_int(const gchar *key);
 void settings_set_int(const gchar *key, gint value);
 gboolean settings_get_boolean(const gchar *key);
 void settings_set_boolean(const gchar *key, gboolean value);
+gchar *settings_get_str(const gchar *key);
+void settings_set_str(const gchar *key, const gchar *value);
+
+const char *settings_get_notes_dir();
+void settings_set_notes_dir(const char *dir);
 
 #endif