Binary compatibility report for the libfolks library between 0.3.2 and 0.3.3 versions on x86
Test Info
Library Name | libfolks |
Version #1 | 0.3.2 |
Version #2 | 0.3.3 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 2 |
Total Symbols / Types | 124 / 98 |
Verdict | Incompatible (10.9%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 14 |
Removed Symbols | High | 13 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 1 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (14)
folks.h,
libfolks.so.19.0.0
folks_favouritable_get_is_favourite ( FolksFavouritable* self )
folks_favouritable_get_type ( )
folks_favouritable_set_is_favourite ( FolksFavouritable* self, gboolean value )
folks_has_avatar_get_avatar ( FolksHasAvatar* self )
folks_has_avatar_get_type ( )
folks_has_avatar_set_avatar ( FolksHasAvatar* self, GFile* value )
folks_has_presence_get_presence_message ( FolksHasPresence* self )
folks_has_presence_get_presence_type ( FolksHasPresence* self )
folks_has_presence_get_type ( )
folks_has_presence_is_online ( FolksHasPresence* self )
folks_has_presence_set_presence_message ( FolksHasPresence* self, gchar const* value )
folks_has_presence_set_presence_type ( FolksHasPresence* self, enum FolksPresenceType value )
folks_has_presence_typecmp ( enum FolksPresenceType type_a, enum FolksPresenceType type_b )
folks_imable_error_quark ( )
to the top
Removed Symbols (13)
folks.h,
libfolks.so.18.0.0
folks_avatar_get_avatar ( FolksAvatar* self )
folks_avatar_get_type ( )
folks_avatar_set_avatar ( FolksAvatar* self, GFile* value )
folks_favourite_get_is_favourite ( FolksFavourite* self )
folks_favourite_get_type ( )
folks_favourite_set_is_favourite ( FolksFavourite* self, gboolean value )
folks_presence_get_presence_message ( FolksPresence* self )
folks_presence_get_presence_type ( FolksPresence* self )
folks_presence_get_type ( )
folks_presence_is_online ( FolksPresence* self )
folks_presence_set_presence_message ( FolksPresence* self, gchar const* value )
folks_presence_set_presence_type ( FolksPresence* self, enum FolksPresenceType value )
folks_presence_typecmp ( enum FolksPresenceType type_a, enum FolksPresenceType type_b )
to the top
Problems with Symbols, Medium Severity (1)
folks.h,
libfolks.so.18.0.0
[+] folks_imable_normalise_im_address ( gchar const* im_address, gchar const* protocol ) (1)
changed to:folks_imable_normalise_im_address ( gchar const* im_address, gchar const* protocol, GError** error )
| Change | Effect |
---|
1 | Parameter error of type GError** has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (2)
folks-telepathy.h
folks.h
to the top
Shared Libraries (2)
libfolks-telepathy.so.18.0.0
libfolks.so.18.0.0
to the top