summaryrefslogtreecommitdiffstats
path: root/src/prefs-utils.h
diff options
context:
space:
mode:
authorAubanel Monnier <aubanel@gmail.com>2008-03-14 14:50:57 +0000
committero__b <o__b@users.sourceforge.net>2008-03-14 14:50:57 +0000
commitcd0f01d3a3fdf7d10c6620366ea17525cff830e1 (patch)
treee50efbd3de0c298d3a4c54746a9214b92017b4c0 /src/prefs-utils.h
parentUnused params (diff)
downloadinkscape-cd0f01d3a3fdf7d10c6620366ea17525cff830e1.tar.gz
inkscape-cd0f01d3a3fdf7d10c6620366ea17525cff830e1.zip
calligraphic profiles are now read from the preferences
TODO1: Fix problem on init (Should react on the set signal instead of change but cannot find if such a signal exists) TODO2: Find a way to display svg icons in the combo box and add a property icon_id in configuration (bzr r5088)
Diffstat (limited to 'src/prefs-utils.h')
-rw-r--r--src/prefs-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs-utils.h b/src/prefs-utils.h
index 1293ca5b8..bd79b5f7c 100644
--- a/src/prefs-utils.h
+++ b/src/prefs-utils.h
@@ -14,6 +14,7 @@
#include <glib/gtypes.h>
+bool pref_path_exists(gchar const *path);
void prefs_set_int_attribute(gchar const *path, gchar const *attr, long long int value);
long long int prefs_get_int_attribute(gchar const *path, gchar const *attr, long long int def);
long long int prefs_get_int_attribute_limited(gchar const *path, gchar const *attr, long long int def, long long int min, long long int max);