| Top |
flickcurl_collection * flickcurl_collections_getInfo (flickcurl *fc,const char *collection_id);
Returns information for a single collection. Currently can only be called by the collection owner, this may change.
Implements flickr.collections.getInfo (1.12)
flickcurl_collection * flickcurl_collections_getTree (flickcurl *fc,const char *collection_id,const char *user_id);
Returns a tree (or sub tree) of collections belonging to a given user.
Implements flickr.collections.getTree (1.12)
void
flickcurl_free_collection (flickcurl_collection *collection);
Destructor collection
void
flickcurl_free_collections (flickcurl_collection **collections);
Destructor for array of collection object