Binary compatibility report for the Flickcurl library between 0.10 and 0.11 versions on x86
Test Info
Library Name | Flickcurl |
Version #1 | 0.10 |
Version #2 | 0.11 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 1 |
Total Symbols / Types | 82 / 92 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 16 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (16)
flickcurl.h,
libflickcurl.so.0.0.0
flickcurl_contacts_getList ( flickcurl* fc, char const* filter, int page, int per_page )
flickcurl_contacts_getPublicList ( flickcurl* fc, char const* user_id, int page, int per_page )
flickcurl_free_contact ( flickcurl_contact* contact_object )
flickcurl_free_contacts ( flickcurl_contact** contacts_object )
flickcurl_free_perms ( struct flickcurl_perms* perms )
flickcurl_free_photos ( flickcurl_photo** photos )
flickcurl_free_upload_status ( struct flickcurl_upload_status* status )
flickcurl_photos_getContactsPhotos ( flickcurl* fc, int contact_count, int just_friends, int single_photo, int include_self, char const* extras )
flickcurl_photos_getPerms ( flickcurl* fc, char const* photo_id )
flickcurl_photos_search ( flickcurl* fc, struct flickcurl_search_params* params )
flickcurl_photos_setContentType ( flickcurl* fc, char const* photo_id, int content_type )
flickcurl_photos_setDates ( flickcurl* fc, char const* photo_id, int date_posted, int date_taken, int date_taken_granularity )
flickcurl_photos_setMeta ( flickcurl* fc, char const* photo_id, char const* title, char const* description )
flickcurl_photos_setPerms ( flickcurl* fc, char const* photo_id, struct flickcurl_perms* perms )
flickcurl_photos_setSafetyLevel ( flickcurl* fc, char const* photo_id, int safety_level, int hidden )
flickcurl_photos_upload_params ( flickcurl* fc, struct flickcurl_upload_params* params )
to the top
Header Files (1)
flickcurl.h
to the top
Shared Libraries (1)
libflickcurl.so.0.0.0
to the top
Generated on Thu Jan 9 14:13:13 2014 for Flickcurl by ABI Compliance Checker 1.99.8.4
A tool for checking backward compatibility of a C/C++ library API