Binary compatibility report for the DBus Menu library between 0.3.15 and 0.3.16 versions on x86
Test Info
Library Name | DBus Menu |
Version #1 | 0.3.15 |
Version #2 | 0.3.16 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 8 |
Total Shared Libraries | 3 |
Total Symbols / Types | 63 / 166 |
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 |
Other Changes | - | 0 |
Problems with Symbols, Low Severity (1)
menuitem.h,
libdbusmenu-glib.so.1.0.16
[+] dbusmenu_menuitem_send_about_to_show ( DbusmenuMenuitem* mi, dbusmenu_menuitem_about_to_show_cb cb, gpointer cb_data ) (1)
changed to:dbusmenu_menuitem_send_about_to_show ( DbusmenuMenuitem* mi, void(*cb)(DbusmenuMenuitem*, gpointer), gpointer cb_data )
| Change | Effect |
---|
1 | Type of 2nd parameter cb has been changed from dbusmenu_menuitem_about_to_show_cb to void(*)(DbusmenuMenuitem*,gpointer). | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (8)
json-loader.h
client.h (libdbusmenu-glib/client.h)
menuitem.h (libdbusmenu-glib/menuitem.h)
client.h (libdbusmenu-gtk/client.h)
menuitem.h (libdbusmenu-gtk/menuitem.h)
menu.h
menuitem-proxy.h
server.h
to the top
Shared Libraries (3)
libdbusmenu-glib.so.1.0.16
libdbusmenu-gtk.so.1.0.16
libdbusmenu-jsonloader.so.1.0.16
to the top