X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-conf.c;h=3fc35096101aa503e59b500222ed1022f38b3b3b;hp=d5db022cfc6487d41127db8993eca5f1d36d32c3;hb=47b6bed5e41055dcffdbfdb9c989b49bf6500293;hpb=a34b71e04d5a03cd5b71c9fe2fe4a36983a77944 diff --git a/src/modest-conf.c b/src/modest-conf.c index d5db022..3fc3509 100644 --- a/src/modest-conf.c +++ b/src/modest-conf.c @@ -391,6 +391,13 @@ modest_conf_key_unescape (const gchar* key) return gconf_unescape_key (key, strlen(key)); } +gboolean +modest_conf_key_is_valid (const gchar* key) +{ + return gconf_valid_key (key, NULL); +} + + static void