Binary compatibility report for the IBus library between 1.1.0.20090225 and 1.1.0.20090306 versions on x86
Test Info
Library Name | IBus |
Version #1 | 1.1.0.20090225 |
Version #2 | 1.1.0.20090306 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 31 |
Total Shared Libraries | 1 |
Total Symbols / Types | 289 / 180 |
Verdict | Incompatible (0.2%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 1 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (1)
ibusproperty.h,
libibus.so.0.0.0
ibus_property_update ( IBusProperty* prop, IBusProperty* prop_update )
to the top
Problems with Symbols, High Severity (1)
ibushotkey.h,
libibus.so.0.0.0
[+] ibus_hotkey_profile_filter_key_event ( IBusHotkeyProfile* profile, guint keyval, guint modifiers, gpointer user_data ) (1)
changed to:ibus_hotkey_profile_filter_key_event ( IBusHotkeyProfile* profile, guint keyval, guint modifiers, guint prev_keyval, guint prev_modifiers, gpointer user_data )
| Change | Effect |
---|
1 | Parameter prev_keyval of type guint has been added to the calling stack at the middle position. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
to the top
Problems with Symbols, Medium Severity (1)
ibushotkey.h,
libibus.so.0.0.0
[+] ibus_hotkey_profile_filter_key_event ( IBusHotkeyProfile* profile, guint keyval, guint modifiers, gpointer user_data ) (1)
changed to:ibus_hotkey_profile_filter_key_event ( IBusHotkeyProfile* profile, guint keyval, guint modifiers, guint prev_keyval, guint prev_modifiers, gpointer user_data )
| Change | Effect |
---|
1 | Parameter prev_modifiers of type guint has been added to the calling stack. | This parameter will not be initialized by old clients. |
to the top
Header Files (31)
ibus.h
ibusattribute.h
ibusbus.h
ibuscomponent.h
ibusconfig.h
ibusconfigservice.h
ibusconnection.h
ibusdebug.h
ibusengine.h
ibusenginedesc.h
ibusenumtypes.h
ibuserror.h
ibusfactory.h
ibushotkey.h
ibusinputcontext.h
ibuskeysyms.h
ibuslookuptable.h
ibusmarshalers.h
ibusmessage.h
ibusobject.h
ibusobservedpath.h
ibuspendingcall.h
ibusproperty.h
ibusproxy.h
ibusserializable.h
ibusserver.h
ibusservice.h
ibusshare.h
ibustext.h
ibustypes.h
ibusxml.h
to the top
Shared Libraries (1)
libibus.so.0.0.0
to the top