Binary compatibility report for the libfolks library between 0.3.3 and 0.3.4 versions on x86
Test Info
Library Name | libfolks |
Version #1 | 0.3.3 |
Version #2 | 0.3.4 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 2 |
Total Shared Libraries | 2 |
Total Symbols / Types | 125 / 101 |
Verdict | Incompatible (8%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 13 |
Removed Symbols | High | 10 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (13)
folks.h,
libfolks.so.20.0.0
folks_avatar_owner_get_avatar ( FolksAvatarOwner* self )
folks_avatar_owner_get_type ( )
folks_avatar_owner_set_avatar ( FolksAvatarOwner* self, GFile* value )
folks_linked_hash_set_construct ( GType object_type, GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GHashFunc hash_func, GEqualFunc equal_func )
folks_linked_hash_set_get_type ( )
folks_linked_hash_set_new ( GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GHashFunc hash_func, GEqualFunc equal_func )
folks_presence_owner_get_presence_message ( FolksPresenceOwner* self )
folks_presence_owner_get_presence_type ( FolksPresenceOwner* self )
folks_presence_owner_get_type ( )
folks_presence_owner_is_online ( FolksPresenceOwner* self )
folks_presence_owner_set_presence_message ( FolksPresenceOwner* self, gchar const* value )
folks_presence_owner_set_presence_type ( FolksPresenceOwner* self, enum FolksPresenceType value )
folks_presence_owner_typecmp ( enum FolksPresenceType type_a, enum FolksPresenceType type_b )
to the top
Removed Symbols (10)
folks.h,
libfolks.so.19.0.0
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 )
to the top
Problems with Symbols, Low Severity (1)
folks.h,
libfolks.so.19.0.0
[+] folks_individual_aggregator_link_personas ( FolksIndividualAggregator* self, void* _personas, GAsyncReadyCallback _callback_, gpointer _user_data_ ) (1)
changed to:folks_individual_aggregator_link_personas ( FolksIndividualAggregator* self, void* personas_in, GAsyncReadyCallback _callback_, gpointer _user_data_ )
| Change | Effect |
---|
1 | 2nd parameter _personas has been renamed to personas_in. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (2)
folks-telepathy.h
folks.h
to the top
Shared Libraries (2)
libfolks-telepathy.so.19.0.0
libfolks.so.19.0.0
to the top