flickcurl.h | flickcurl.h | |||
---|---|---|---|---|
skipping to change at line 1316 | skipping to change at line 1316 | |||
extern const char* const flickcurl_copyright_string; | extern const char* const flickcurl_copyright_string; | |||
FLICKCURL_API | FLICKCURL_API | |||
extern const char* const flickcurl_license_string; | extern const char* const flickcurl_license_string; | |||
FLICKCURL_API | FLICKCURL_API | |||
extern const char* const flickcurl_home_url_string; | extern const char* const flickcurl_home_url_string; | |||
FLICKCURL_API | FLICKCURL_API | |||
extern const char* const flickcurl_version_string; | extern const char* const flickcurl_version_string; | |||
FLICKCURL_API | FLICKCURL_API | |||
extern const char* const flickcurl_flickr_service_uri; | extern const char* const flickcurl_flickr_service_uri; | |||
FLICKCURL_API | ||||
extern const char* const flickcurl_flickr_upload_service_uri; | ||||
FLICKCURL_API | ||||
extern const char* const flickcurl_flickr_replace_service_uri; | ||||
/* library init - call once before creating anything */ | /* library init - call once before creating anything */ | |||
FLICKCURL_API | FLICKCURL_API | |||
int flickcurl_init(void); | int flickcurl_init(void); | |||
/* library cleanup - call once before exit */ | /* library cleanup - call once before exit */ | |||
FLICKCURL_API | FLICKCURL_API | |||
void flickcurl_finish(void); | void flickcurl_finish(void); | |||
/* flickcurl* object constructor */ | /* flickcurl* object constructor */ | |||
FLICKCURL_API | FLICKCURL_API | |||
flickcurl* flickcurl_new(void); | flickcurl* flickcurl_new(void); | |||
/* flickcurl* object destructor */ | /* flickcurl* object destructor */ | |||
FLICKCURL_API | FLICKCURL_API | |||
void flickcurl_free(flickcurl *fc); | void flickcurl_free(flickcurl *fc); | |||
/* flickcurl* object set methods */ | /* flickcurl* object set methods */ | |||
FLICKCURL_API | FLICKCURL_API | |||
void flickcurl_set_service_uri(flickcurl *fc, const char *uri); | void flickcurl_set_service_uri(flickcurl *fc, const char *uri); | |||
FLICKCURL_API | FLICKCURL_API | |||
void flickcurl_set_upload_service_uri(flickcurl *fc, const char *uri); | ||||
FLICKCURL_API | ||||
void flickcurl_set_replace_service_uri(flickcurl *fc, const char *uri); | ||||
FLICKCURL_API | ||||
void flickcurl_set_api_key(flickcurl* fc, const char *api_key); | void flickcurl_set_api_key(flickcurl* fc, const char *api_key); | |||
FLICKCURL_API | FLICKCURL_API | |||
void flickcurl_set_auth_token(flickcurl *fc, const char* auth_token); | void flickcurl_set_auth_token(flickcurl *fc, const char* auth_token); | |||
FLICKCURL_API | FLICKCURL_API | |||
void flickcurl_set_data(flickcurl *fc, void* data, size_t data_length); | void flickcurl_set_data(flickcurl *fc, void* data, size_t data_length); | |||
FLICKCURL_API | FLICKCURL_API | |||
void flickcurl_set_error_handler(flickcurl* fc, flickcurl_message_handler e rror_handler, void *error_data); | void flickcurl_set_error_handler(flickcurl* fc, flickcurl_message_handler e rror_handler, void *error_data); | |||
FLICKCURL_API | FLICKCURL_API | |||
void flickcurl_set_http_accept(flickcurl* fc, const char *value); | void flickcurl_set_http_accept(flickcurl* fc, const char *value); | |||
FLICKCURL_API | FLICKCURL_API | |||
skipping to change at line 1571 | skipping to change at line 1579 | |||
/* flickr.interestingness */ | /* flickr.interestingness */ | |||
FLICKCURL_API | FLICKCURL_API | |||
flickcurl_photo** flickcurl_interestingness_getList(flickcurl* fc, const ch ar* date, const char* extras, int per_page, int page); | flickcurl_photo** flickcurl_interestingness_getList(flickcurl* fc, const ch ar* date, const char* extras, int per_page, int page); | |||
FLICKCURL_API | FLICKCURL_API | |||
flickcurl_photos_list* flickcurl_interestingness_getList_params(flickcurl* fc, const char* date, flickcurl_photos_list_params* list_params); | flickcurl_photos_list* flickcurl_interestingness_getList_params(flickcurl* fc, const char* date, flickcurl_photos_list_params* list_params); | |||
/* flickr.machinetags */ | /* flickr.machinetags */ | |||
FLICKCURL_API | FLICKCURL_API | |||
flickcurl_tag_namespace** flickcurl_machinetags_getNamespaces(flickcurl* fc , const char* predicate, int per_page, int page); | flickcurl_tag_namespace** flickcurl_machinetags_getNamespaces(flickcurl* fc , const char* predicate, int per_page, int page); | |||
FLICKCURL_API | FLICKCURL_API | |||
flickcurl_tag_predicate_value** flickcurl_machinetags_getPairs(flickcurl* f c, const char* namespace, const char* predicate, int per_page, int page); | flickcurl_tag_predicate_value** flickcurl_machinetags_getPairs(flickcurl* f c, const char *nspace, const char* predicate, int per_page, int page); | |||
FLICKCURL_API | FLICKCURL_API | |||
flickcurl_tag_predicate_value** flickcurl_machinetags_getPredicates(flickcu rl* fc, const char* namespace, int per_page, int page); | flickcurl_tag_predicate_value** flickcurl_machinetags_getPredicates(flickcu rl* fc, const char *nspace, int per_page, int page); | |||
FLICKCURL_API | FLICKCURL_API | |||
flickcurl_tag_predicate_value** flickcurl_machinetags_getValues(flickcurl* fc, const char* namespace, const char* predicate, int per_page, int page); | flickcurl_tag_predicate_value** flickcurl_machinetags_getValues(flickcurl* fc, const char *nspace, const char* predicate, int per_page, int page); | |||
/* flickr.panda */ | /* flickr.panda */ | |||
FLICKCURL_API | FLICKCURL_API | |||
char** flickcurl_panda_getList(flickcurl* fc); | char** flickcurl_panda_getList(flickcurl* fc); | |||
FLICKCURL_API | FLICKCURL_API | |||
flickcurl_photo** flickcurl_panda_getPhotos(flickcurl *fc, const char *pand a_name); | flickcurl_photo** flickcurl_panda_getPhotos(flickcurl *fc, const char *pand a_name); | |||
/* flickr.photo.getSizes */ | /* flickr.photo.getSizes */ | |||
FLICKCURL_API | FLICKCURL_API | |||
void flickcurl_free_size(flickcurl_size *size); | void flickcurl_free_size(flickcurl_size *size); | |||
End of changes. 5 change blocks. | ||||
3 lines changed or deleted | 11 lines changed or added | |||