is_successful


Description:

[ 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.

Parameters:

root

The root node of a parsed Lastfm response

Returns:

true if this response is successful, false otherwise.