Binary compatibility report for the xcb-util library between 0.3.9 and 0.4.0 versions on x86
Test Info
Library Name | xcb-util |
Version #1 | 0.3.9 |
Version #2 | 0.4.0 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 4 |
Total Shared Libraries | 1 |
Total Symbols / Types | 26 / 45 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
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 |
Problems with Symbols, Low Severity (1)
xcb_aux.h,
libxcb-util.so.1.0.0
[+] xcb_aux_parse_color ( char* color_name, uint16_t* red, uint16_t* green, uint16_t* blue ) (1)
changed to:xcb_aux_parse_color ( char const* color_name, uint16_t* red, uint16_t* green, uint16_t* blue )
| Change | Effect |
---|
1 | Type of 1st parameter color_name has been changed from char* to char const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (4)
xcb_atom.h
xcb_aux.h
xcb_event.h
xcb_util.h
to the top
Shared Libraries (1)
libxcb-util.so.1.0.0
to the top