Binary compatibility report for the at-spi2-core library between 2.8.0 and 2.9.2 versions on x86
Test Info
Library Name | at-spi2-core |
Version #1 | 2.8.0 |
Version #2 | 2.9.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 28 |
Total Shared Libraries | 1 |
Total Symbols / Types | 226 / 185 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 34 |
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 (34)
atspi-accessible.h,
libatspi.so.0.0.1
atspi_accessible_get_action_iface ( AtspiAccessible* obj )
atspi_accessible_get_collection_iface ( AtspiAccessible* obj )
atspi_accessible_get_component_iface ( AtspiAccessible* obj )
atspi_accessible_get_document_iface ( AtspiAccessible* obj )
atspi_accessible_get_editable_text_iface ( AtspiAccessible* obj )
atspi_accessible_get_hypertext_iface ( AtspiAccessible* obj )
atspi_accessible_get_image_iface ( AtspiAccessible* obj )
atspi_accessible_get_selection_iface ( AtspiAccessible* obj )
atspi_accessible_get_table_iface ( AtspiAccessible* obj )
atspi_accessible_get_text_iface ( AtspiAccessible* obj )
atspi_accessible_get_value_iface ( AtspiAccessible* obj )
atspi-action.h,
libatspi.so.0.0.1
atspi_action_get_action_description ( AtspiAction* obj, int i, GError** error )
atspi_action_get_action_name ( AtspiAction* obj, gint i, GError** error )
atspi-document.h,
libatspi.so.0.0.1
atspi_document_get_document_attribute_value ( AtspiDocument* obj, gchar* attribute, GError** error )
atspi_document_get_document_attributes ( AtspiDocument* obj, GError** error )
atspi-enum-types.h,
libatspi.so.0.0.1
atspi_cache_get_type ( )
atspi_collection_match_type_get_type ( )
atspi_collection_sort_order_get_type ( )
atspi_collection_tree_traversal_type_get_type ( )
atspi_component_layer_get_type ( )
atspi_coord_type_get_type ( )
atspi_event_type_get_type ( )
atspi_key_event_type_get_type ( )
atspi_key_listener_sync_type_get_type ( )
atspi_key_synth_type_get_type ( )
atspi_locale_type_get_type ( )
atspi_modifier_type_get_type ( )
atspi_relation_type_get_type ( )
atspi_role_get_type ( )
atspi_state_type_get_type ( )
atspi_text_boundary_type_get_type ( )
atspi_text_clip_type_get_type ( )
atspi-text.h,
libatspi.so.0.0.1
atspi_text_get_text_attribute_value ( AtspiText* obj, gint offset, gchar* attribute_name, GError** error )
atspi_text_get_text_attributes ( AtspiText* obj, gint offset, gint* start_offset, gint* end_offset, GError** error )
to the top
Problems with Symbols, Low Severity (2)
atspi-action.h,
libatspi.so.0.0.1
[+] atspi_action_get_description ( AtspiAction* obj, int i, GError** error ) (1)
changed to:atspi_action_get_description ( AtspiAction* obj, gint i, GError** error )
| Change | Effect |
---|
1 | Type of 2nd parameter i has been changed from int to gint. | Replacement of parameter data type may indicate a change in its semantic meaning. |
atspi-registry.h,
libatspi.so.0.0.1
[+] atspi_register_keystroke_listener ( AtspiDeviceListener* listener, GArray* key_set, AtspiKeyMaskType modmask, AtspiKeyEventMask event_types, gint sync_type, GError** error ) (1)
changed to:atspi_register_keystroke_listener ( AtspiDeviceListener* listener, GArray* key_set, AtspiKeyMaskType modmask, AtspiKeyEventMask event_types, enum AtspiKeyListenerSyncType sync_type, GError** error )
| Change | Effect |
---|
1 | Type of 5th parameter sync_type has been changed from gint to enum AtspiKeyListenerSyncType. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (28)
atspi-accessible.h
atspi-action.h
atspi-application.h
atspi-collection.h
atspi-component.h
atspi-constants.h
atspi-device-listener-private.h
atspi-device-listener.h
atspi-document.h
atspi-editabletext.h
atspi-event-listener-private.h
atspi-event-listener.h
atspi-gmain.h
atspi-hyperlink.h
atspi-hypertext.h
atspi-image.h
atspi-matchrule.h
atspi-misc.h
atspi-object.h
atspi-registry.h
atspi-relation.h
atspi-selection.h
atspi-stateset.h
atspi-table.h
atspi-text.h
atspi-types.h
atspi-value.h
atspi.h
to the top
Shared Libraries (1)
libatspi.so.0.0.1
to the top