[ CCode ( cname = "lastfm_proxy_is_successful" ) ]
public static bool is_successful (XmlNode root) throws Error
Examines the Lastfm response and if it not a successful reply, set throws and return FALSE.
root |
The root node of a parsed Lastfm response |
true if this response is successful, false otherwise. |