summaryrefslogtreecommitdiff
path: root/common/dconf-paths.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-13 14:14:04 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-13 14:14:04 -0400
commit68a2895ca9896c795aa1644d30ac1ea8f129805b (patch)
tree9202d21fffcdcbb13304afff1959090f20355a94 /common/dconf-paths.h
parentbdce5c2b1780b9f6b4381fe2877f472335ecb050 (diff)
parent0bd2f8ee907b2c3e74b20c3cd58b0da1b6a586fb (diff)
downloaddconf-68a2895ca9896c795aa1644d30ac1ea8f129805b.tar.gz
Merge branch 'wip/reorg'
Conflicts: bin/dconf-dump.vala configure.ac editor/Makefile.am
Diffstat (limited to 'common/dconf-paths.h')
-rw-r--r--common/dconf-paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dconf-paths.h b/common/dconf-paths.h
index fa4d1e9..48e2182 100644
--- a/common/dconf-paths.h
+++ b/common/dconf-paths.h
@@ -32,7 +32,7 @@ gboolean dconf_is_key (const g
gboolean dconf_is_dir (const gchar *string,
GError **error);
-gboolean dconf_is_rel (const gchar *string,
+gboolean dconf_is_rel_path (const gchar *string,
GError **error);
gboolean dconf_is_rel_key (const gchar *string,
GError **error);