Binary compatibility report for the libgoa library between 3.5.5 and 3.5.90 versions on x86
Test Info
Library Name | libgoa |
Version #1 | 3.5.5 |
Version #2 | 3.5.90 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 5 |
Total Shared Libraries | 2 |
Total Symbols / Types | 315 / 193 |
Verdict | Incompatible (0.3%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 24 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (24)
goa-generated.h,
libgoa-1.0.so.0.0.0
goa_account_get_is_temporary ( GoaAccount* object )
goa_account_get_ticketing_disabled ( GoaAccount* object )
goa_account_set_is_temporary ( GoaAccount* object, gboolean value )
goa_account_set_ticketing_disabled ( GoaAccount* object, gboolean value )
goa_object_get_ticketing ( GoaObject* object )
goa_object_peek_ticketing ( GoaObject* object )
goa_object_skeleton_set_ticketing ( GoaObjectSkeleton* object, GoaTicketing* interface_ )
goa_ticketing_call_get_ticket ( GoaTicketing* proxy, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
goa_ticketing_call_get_ticket_finish ( GoaTicketing* proxy, GAsyncResult* res, GError** error )
goa_ticketing_call_get_ticket_sync ( GoaTicketing* proxy, GCancellable* cancellable, GError** error )
goa_ticketing_complete_get_ticket ( GoaTicketing* object, GDBusMethodInvocation* invocation )
goa_ticketing_get_type ( )
goa_ticketing_interface_info ( )
goa_ticketing_override_properties ( GObjectClass* klass, guint property_id_begin )
goa_ticketing_proxy_get_type ( )
goa_ticketing_proxy_new ( GDBusConnection* connection, GDBusProxyFlags flags, gchar const* name, gchar const* object_path, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
goa_ticketing_proxy_new_finish ( GAsyncResult* res, GError** error )
goa_ticketing_proxy_new_for_bus ( GBusType bus_type, GDBusProxyFlags flags, gchar const* name, gchar const* object_path, GCancellable* cancellable, GAsyncReadyCallback callback, gpointer user_data )
goa_ticketing_proxy_new_for_bus_finish ( GAsyncResult* res, GError** error )
goa_ticketing_proxy_new_for_bus_sync ( GBusType bus_type, GDBusProxyFlags flags, gchar const* name, gchar const* object_path, GCancellable* cancellable, GError** error )
goa_ticketing_proxy_new_sync ( GDBusConnection* connection, GDBusProxyFlags flags, gchar const* name, gchar const* object_path, GCancellable* cancellable, GError** error )
goa_ticketing_skeleton_get_type ( )
goa_ticketing_skeleton_new ( )
goaclient.h,
libgoa-1.0.so.0.0.0
goa_client_lookup_by_id ( GoaClient* client, gchar const* id )
to the top
Problems with Symbols, High Severity (1)
goaprovider.h,
libgoa-backend-1.0.so.0.0.0
[+] goa_provider_build_object ( GoaProvider* provider, GoaObjectSkeleton* object, GKeyFile* key_file, gchar const* group, gboolean just_added, GError** error ) (1)
changed to:goa_provider_build_object ( GoaProvider* provider, GoaObjectSkeleton* object, GKeyFile* key_file, gchar const* group, GDBusConnection* connection, gboolean just_added, GError** error )
| Change | Effect |
---|
1 | Parameter connection of type GDBusConnection* has been added to the calling stack at the middle position. | 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
Header Files (5)
goa-generated.h
goa.h
goabackend.h
goabackendenumtypes.h
goaenumtypes.h
to the top
Shared Libraries (2)
libgoa-1.0.so.0.0.0
libgoa-backend-1.0.so.0.0.0
to the top