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