Binary compatibility report for the IBus library between 1.4.1 and 1.4.2 versions on x86
Test Info
Library Name | IBus |
Version #1 | 1.4.1 |
Version #2 | 1.4.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 3 |
Total Shared Libraries | 1 |
Total Symbols / Types | 327 / 174 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
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 (2)
ibusfactory.h,
libibus-1.0.so.0.402.0
ibus_factory_create_engine ( IBusFactory* factory, gchar const* engine_name )
ibusshare.h,
libibus-1.0.so.0.402.0
ibus_unset_log_handler ( )
to the top
Problems with Symbols, Low Severity (1)
ibuscomponent.h,
libibus-1.0.so.0.401.0
[+] ibus_component_new ( gchar const* name, gchar const* description, gchar const* version, gchar const* license, gchar const* author, gchar const* homepage, gchar const* exec, gchar const* textdomain ) (1)
changed to:ibus_component_new ( gchar const* name, gchar const* description, gchar const* version, gchar const* license, gchar const* author, gchar const* homepage, gchar const* command_line, gchar const* textdomain )
| Change | Effect |
---|
1 | 7th parameter exec has been renamed to command_line. | Renaming of a parameter 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.401.0
to the top