* 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

@ -368,12 +368,3 @@ mu_str_fullpath_s (const char* path, const char* name)
return buf;
}
char*
mu_str_escape_xml (const gchar* str)
{
if (!str)
return NULL;
return g_markup_escape_text (str, -1);
}