Binary compatibility report for the IBus library between 1.4.99.20121109 and 1.5.2 versions on x86
Test Info
Library Name | IBus |
Version #1 | 1.4.99.20121109 |
Version #2 | 1.5.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 337 / 181 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 4 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 0 |
Added Symbols (4)
ibusbus.h,
libibus-1.0.so.5.0.502
ibus_bus_preload_engines ( IBusBus* bus, gchar const*const* names )
ibus_bus_preload_engines_async ( IBusBus* bus, gchar const*const* names, gint timeout_msec, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
ibus_bus_preload_engines_async_finish ( IBusBus* bus, GAsyncResult* res, GError** error )
ibusenginedesc.h,
libibus-1.0.so.5.0.502
ibus_engine_desc_get_textdomain ( IBusEngineDesc* info )
to the top
Problems with Symbols, Low Severity (1)
ibusenginesimple.h,
libibus-1.0.so.5.0.499
[+] ibus_engine_simple_add_table ( IBusEngineSimple* simple, guint16* data, gint max_seq_len, gint n_seqs ) (1)
changed to:ibus_engine_simple_add_table ( IBusEngineSimple* simple, guint16 const* data, gint max_seq_len, gint n_seqs )
| Change | Effect |
---|
1 | Type of 2nd parameter data has been changed from guint16* to guint16 const*. | Replacement of parameter data 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.5.0.499
to the top