Binary compatibility report for the LibUnity library between 6.5.2 and 6.8.0 versions on x86
Test Info
Library Name | LibUnity |
Version #1 | 6.5.2 |
Version #2 | 6.8.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 350 / 212 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 8 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Added Symbols (8)
unity.h,
libunity.so.9.0.2
unity_annotated_icon_get_size_hint ( UnityAnnotatedIcon* self )
unity_annotated_icon_set_size_hint ( UnityAnnotatedIcon* self, UnityIconSizeHint value )
unity_icon_size_hint_get_type ( )
unity_preferences_manager_get_default ( )
unity_preferences_manager_get_remote_content_search ( UnityPreferencesManager* self )
unity_preferences_manager_get_type ( )
unity_preferences_manager_remote_content_get_type ( )
unity_preferences_manager_set_remote_content_search ( UnityPreferencesManager* self, UnityPreferencesManagerRemoteContent value )
to the top
Problems with Symbols, Low Severity (2)
unity.h,
libunity.so.9.0.2
[+] unity_social_preview_construct ( GType object_type, gchar const* sender, gchar const* title, gchar const* content, GIcon* avatar ) (1)
changed to:unity_social_preview_construct ( GType object_type, gchar const* sender, gchar const* subtitle, gchar const* content, GIcon* avatar )
| Change | Effect |
---|
1 | 3rd parameter title has been renamed to subtitle. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] unity_social_preview_new ( gchar const* sender, gchar const* title, gchar const* content, GIcon* avatar ) (1)
changed to:unity_social_preview_new ( gchar const* sender, gchar const* subtitle, gchar const* content, GIcon* avatar )
| Change | Effect |
---|
1 | 2nd parameter title has been renamed to subtitle. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (3)
unity-protocol.h
unity-trace.h
unity.h
to the top
Shared Libraries (1)
libunity.so.9.0.2
to the top