Binary compatibility report for the IBus library between 1.3.99.20110419 and 1.3.99.20110817 versions on x86
Test Info
Library Name | IBus |
Version #1 | 1.3.99.20110419 |
Version #2 | 1.3.99.20110817 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 307 / 191 |
Verdict | Incompatible (1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 12 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 2 |
Medium | 2 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (12)
ibusconfig.h,
libibus-1.0.so.0.0.0
ibus_config_get_values ( IBusConfig* config, gchar const* section )
ibus_config_get_values_async ( IBusConfig* config, gchar const* section, gint timeout_ms, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
ibus_config_get_values_async_finish ( IBusConfig* config, GAsyncResult* result, GError** error )
ibus_config_new_async ( GDBusConnection* connection, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
ibus_config_new_async_finish ( GAsyncResult* res, GError** error )
ibusenginedesc.h,
libibus-1.0.so.0.0.0
ibus_engine_desc_get_symbol ( IBusEngineDesc* info )
ibusenumtypes.h,
libibus-1.0.so.0.0.0
ibus_error_get_type ( )
ibuserror.h,
libibus-1.0.so.0.0.0
ibus_error_quark ( )
ibusinputcontext.h,
libibus-1.0.so.0.0.0
ibus_input_context_cancel_hand_writing ( IBusInputContext* context, guint n_strokes )
ibus_input_context_process_hand_writing_event ( IBusInputContext* context, gdouble const* coordinates, guint coordinates_len )
ibuskeys.h,
libibus-1.0.so.0.0.0
ibus_keyval_to_unicode ( guint keyval )
ibus_unicode_to_keyval ( gunichar wc )
to the top
Problems with Symbols, High Severity (2)
ibusinputcontext.h,
libibus-1.0.so.0.0.0
[+] ibus_input_context_is_enabled_async_finish ( IBusInputContext* context, GAsyncResult* res, gboolean* retval, GError** error ) (1)
changed to:ibus_input_context_is_enabled_async_finish ( IBusInputContext* context, GAsyncResult* res, GError** error )
| Change | Effect |
---|
1 | 3rd middle parameter retval has been removed from the calling stack. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack may be incorrectly initialized by applications. |
[+] ibus_input_context_process_key_event_async_finish ( IBusInputContext* context, GAsyncResult* res, gboolean* processed, GError** error ) (1)
changed to:ibus_input_context_process_key_event_async_finish ( IBusInputContext* context, GAsyncResult* res, GError** error )
| Change | Effect |
---|
1 | 3rd middle parameter processed has been removed from the calling stack. | 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 (2)
ibusengine.h,
libibus-1.0.so.0.0.0
[+] ibus_engine_get_surrounding_text ( IBusEngine* engine, IBusText** text, guint* cursor_pos ) (1)
changed to:ibus_engine_get_surrounding_text ( IBusEngine* engine, IBusText** text, guint* cursor_pos, guint* anchor_pos )
| Change | Effect |
---|
1 | Parameter anchor_pos of type guint* has been added to the calling stack. | This parameter will not be initialized by old clients. |
ibusinputcontext.h,
libibus-1.0.so.0.0.0
[+] ibus_input_context_set_surrounding_text ( IBusInputContext* context, IBusText* text, guint32 cursor_pos ) (1)
changed to:ibus_input_context_set_surrounding_text ( IBusInputContext* context, IBusText* text, guint32 cursor_pos, guint32 anchor_pos )
| Change | Effect |
---|
1 | Parameter anchor_pos of type guint32 has been added to the calling stack. | This parameter will not be initialized by old clients. |
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