summaryrefslogtreecommitdiffstats
path: root/src/preferences.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-11-30 12:11:42 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-11-30 12:11:42 +0000
commitb2b5252360d16fa3a1dd8cc172a2b7a09ba716e4 (patch)
tree3da0e10d6e335e10eaa2f3ec145b948e7efa87e2 /src/preferences.h
parentFix for 430301 : core dump exporting to non existing folder (diff)
downloadinkscape-b2b5252360d16fa3a1dd8cc172a2b7a09ba716e4.tar.gz
inkscape-b2b5252360d16fa3a1dd8cc172a2b7a09ba716e4.zip
Fix for 255792 : Calligraphy tool presets management
(bzr r11916)
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/preferences.h b/src/preferences.h
index 5dcf4524d..66fa11542 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -503,6 +503,13 @@ public:
static void unload(bool save=true);
/*@}*/
+ /**
+ * Remove a node from prefs
+ * @param pref_path Path to entry
+ *
+ */
+ void remove(Glib::ustring const &pref_path);
+
protected:
/* helper methods used by Entry
* This will enable using the same Entry class with different backends.