| Top |
| flickcurl_blog ** | flickcurl_blogs_getList () |
| flickcurl_blog_service ** | flickcurl_blogs_getServices () |
| int | flickcurl_blogs_postPhoto () |
| void | flickcurl_free_blogs () |
| void | flickcurl_free_blog_services () |
flickcurl_blog **
flickcurl_blogs_getList (flickcurl *fc);
Get a list of configured blogs for the calling user.
Implements flickr.blogs.getList (1.0)
flickcurl_blog_service **
flickcurl_blogs_getServices (flickcurl *fc);
Return a list of Flickr supported blogging services
Implements flickr.blogs.getServices (1.12)
int flickcurl_blogs_postPhoto (flickcurl *fc,const char *blog_id,const char *photo_id,const char *title,const char *description,const char *blog_password);
Post a photo to a blog/
Implements flickr.blogs.postPhoto (1.0)
void
flickcurl_free_blogs (flickcurl_blog **blogs_object);
Destructor for array of blog objects
void
flickcurl_free_blog_services (flickcurl_blog_service **blog_services_object);
Destructor for array of blog services objects