* initial JSON output support (WIP)

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-05 23:22:41 +02:00
parent 4409b565dc
commit 3ab2cd11a9
4 changed files with 60 additions and 36 deletions

View File

@ -221,16 +221,6 @@ time_t mu_str_date_parse_hdwmy (const char* str);
const char* mu_str_fullpath_s (const char* path, const char* name);
/**
* escape string for inclusion in XML-data
*
* @param str a str or NULL
*
* @return the escaped version of the string; g_free when you're done
* with it.
*/
char* mu_str_escape_xml (const gchar* str);
G_END_DECLS
#endif /*__MU_STR_H__*/