X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-conf.h;h=0008272f69b9e9253ee66acce87dfb55b1b4db99;hp=eee042b2ca314eccdabaec1ca290282c0331a5bf;hb=1f6375ad6e5dd08dac82311056e01bfe434bac9b;hpb=fd54149b68b3777ce63ebf25346bbc485cd84ec8 diff --git a/src/modest-conf.h b/src/modest-conf.h index eee042b..0008272 100644 --- a/src/modest-conf.h +++ b/src/modest-conf.h @@ -144,7 +144,7 @@ gboolean modest_conf_get_bool (ModestConf* self, const gchar* key, GError * Returns: a list with the values for the key, or NULL in case of error * @err gives details in case of error */ -GSList * modest_conf_get_list (ModestConf* self, const gchar* key, +GSList* modest_conf_get_list (ModestConf* self, const gchar* key, ModestConfValueType list_type, GError **err); /** @@ -202,9 +202,11 @@ gboolean modest_conf_set_bool (ModestConf* self, const gchar* key, gboole * @err: a GError ptr, or NULL to ignore. * * set a list of values in the configuration system + * + * Returns: TRUE if succeeded or FALSE in case of error. * @err gives details in case of error */ -void modest_conf_set_list (ModestConf* self, const gchar* key, +gboolean modest_conf_set_list (ModestConf* self, const gchar* key, GSList *val, ModestConfValueType list_type, GError **err); @@ -269,7 +271,7 @@ gboolean modest_conf_key_is_valid (const gchar* str); /** * modest_conf_key_escape: - * @str: a string to escape + * @str: a non-empty string to escape * * returns an escaped version of @str, ie. something suitable as a key * This is a *class* function, and therefore does not require a ModestConf