g_return_val_if_fail (text, FALSE);
Cd * cd = cue_parse_string (text);
g_free (buffer);
g_free (text);
if (cd == NULL)
return FALSE;