Binary compatibility report for the IBus library between 1.3.99.20110405 and 1.3.99.20110408 versions on x86
Test Info
Library Name | IBus |
Version #1 | 1.3.99.20110405 |
Version #2 | 1.3.99.20110408 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 292 / 186 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 15 |
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 (15)
ibusbus.h,
libibus-1.0.so.0.0.0
ibus_bus_list_queued_owners ( IBusBus* bus, gchar const* name )
ibusenumtypes.h,
libibus-1.0.so.0.0.0
ibus_bus_name_flag_get_type ( )
ibus_bus_request_name_reply_get_type ( )
ibusproperty.h,
libibus-1.0.so.0.0.0
ibus_property_get_icon ( IBusProperty* prop )
ibus_property_get_key ( IBusProperty* prop )
ibus_property_get_label ( IBusProperty* prop )
ibus_property_get_prop_type ( IBusProperty* prop )
ibus_property_get_sensitive ( IBusProperty* prop )
ibus_property_get_state ( IBusProperty* prop )
ibus_property_get_sub_props ( IBusProperty* prop )
ibus_property_get_tooltip ( IBusProperty* prop )
ibus_property_get_visible ( IBusProperty* prop )
ibustext.h,
libibus-1.0.so.0.0.0
ibus_text_get_attributes ( IBusText* text )
ibus_text_get_is_static ( IBusText* text )
ibus_text_get_text ( IBusText* text )
to the top
Problems with Symbols, Low Severity (2)
ibusbus.h,
libibus-1.0.so.0.0.0
[+] ibus_bus_request_name ( IBusBus* bus, gchar const* name, guint flags ) (2)
changed to:ibus_bus_request_name ( IBusBus* bus, gchar const* name, guint32 flags )
| Change | Effect |
---|
1 | Type of 3rd parameter flags has been changed from guint to guint32. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of return value has been changed from guint to guint32. | Replacement of return type may indicate a change in its semantic meaning. |
to the top
Header Files (3)
ibus.h
ibusenumtypes.h
ibusversion.h
to the top
Shared Libraries (1)
libibus-1.0.so.0.0.0
to the top