Binary compatibility report for the LibUnity library between 5.92.0 and 5.94.0 versions on x86
Test Info
Library Name | LibUnity |
Version #1 | 5.92.0 |
Version #2 | 5.94.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 315 / 206 |
Verdict | Incompatible (0.6%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 15 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 6 |
Problems with Constants | Low | 0 |
Added Symbols (15)
unity.h,
libunity.so.9.0.2
unity_annotated_icon_construct ( GType object_type, GIcon* base_icon )
unity_annotated_icon_get_category ( UnityAnnotatedIcon* self )
unity_annotated_icon_get_icon ( UnityAnnotatedIcon* self )
unity_annotated_icon_get_ribbon ( UnityAnnotatedIcon* self )
unity_annotated_icon_get_type ( )
unity_annotated_icon_new ( GIcon* base_icon )
unity_annotated_icon_set_category ( UnityAnnotatedIcon* self, UnityCategoryType value )
unity_annotated_icon_set_icon ( UnityAnnotatedIcon* self, GIcon* value )
unity_annotated_icon_set_ribbon ( UnityAnnotatedIcon* self, gchar const* value )
unity_annotated_icon_to_string ( UnityAnnotatedIcon* self )
unity_category_type_get_type ( )
unity_preview_get_image ( UnityPreview* self )
unity_preview_get_image_source_uri ( UnityPreview* self )
unity_preview_set_image ( UnityPreview* self, GIcon* value )
unity_preview_set_image_source_uri ( UnityPreview* self, gchar const* value )
to the top
Removed Symbols (2)
unity.h,
libunity.so.9.0.2
unity_preview_get_thumbnail ( UnityPreview* self )
unity_preview_set_thumbnail ( UnityPreview* self, GIcon* value )
to the top
Problems with Symbols, Low Severity (6)
unity.h,
libunity.so.9.0.2
[+] unity_generic_preview_construct ( GType object_type, gchar const* title, gchar const* description, GIcon* thumbnail ) (1)
changed to:unity_generic_preview_construct ( GType object_type, gchar const* title, gchar const* description, GIcon* image )
| Change | Effect |
---|
1 | 4th parameter thumbnail has been renamed to image. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] unity_generic_preview_new ( gchar const* title, gchar const* description, GIcon* thumbnail ) (1)
changed to:unity_generic_preview_new ( gchar const* title, gchar const* description, GIcon* image )
| Change | Effect |
---|
1 | 3rd parameter thumbnail has been renamed to image. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] unity_movie_preview_construct ( GType object_type, gchar const* title, gchar const* subtitle, gchar const* description, GIcon* thumbnail ) (1)
changed to:unity_movie_preview_construct ( GType object_type, gchar const* title, gchar const* subtitle, gchar const* description, GIcon* image )
| Change | Effect |
---|
1 | 5th parameter thumbnail has been renamed to image. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] unity_movie_preview_new ( gchar const* title, gchar const* subtitle, gchar const* description, GIcon* thumbnail ) (1)
changed to:unity_movie_preview_new ( gchar const* title, gchar const* subtitle, gchar const* description, GIcon* image )
| Change | Effect |
---|
1 | 4th parameter thumbnail has been renamed to image. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] unity_music_preview_construct ( GType object_type, gchar const* title, gchar const* subtitle, GIcon* thumbnail ) (1)
changed to:unity_music_preview_construct ( GType object_type, gchar const* title, gchar const* subtitle, GIcon* image )
| Change | Effect |
---|
1 | 4th parameter thumbnail has been renamed to image. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] unity_music_preview_new ( gchar const* title, gchar const* subtitle, GIcon* thumbnail ) (1)
changed to:unity_music_preview_new ( gchar const* title, gchar const* subtitle, GIcon* image )
| Change | Effect |
---|
1 | 3rd parameter thumbnail has been renamed to image. | 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