* mu-str etc.: improve escaping (for gmail folder names)

This commit is contained in:
djcb
2012-03-30 18:45:06 +03:00
parent 6e2c3bf726
commit 7f0ec697d8
4 changed files with 46 additions and 13 deletions

View File

@ -288,7 +288,7 @@ GSList* mu_str_to_list (const char *str, char sepa, gboolean strip);
*
* @return a list of elements or NULL in case of error
*/
GSList* mu_str_esc_to_list (const char *str);
GSList* mu_str_esc_to_list (const char *str, GError **err);
/**