Binary compatibility report for the libtelepathy-glib library between 0.11.8 and 0.11.9 versions on x86
Test Info
Library Name | libtelepathy-glib |
Version #1 | 0.11.8 |
Version #2 | 0.11.9 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 67 |
Total Shared Libraries | 1 |
Total Symbols / Types | 1459 / 1188 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 10 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 8 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 12 |
Added Symbols (10)
account.h,
libtelepathy-glib.so.0.39.1
tp_account_get_service ( TpAccount* self ) @@ TELEPATHY_GLIB_0.11.9
tp_account_set_service_async ( TpAccount* self, gchar const* service, GAsyncReadyCallback callback, gpointer user_data ) @@ TELEPATHY_GLIB_0.11.9
tp_account_set_service_finish ( TpAccount* self, GAsyncResult* result, GError** error ) @@ TELEPATHY_GLIB_0.11.9
telepathy-interfaces.h,
libtelepathy-glib.so.0.39.1
tp_iface_quark_account_interface_storage ( ) @@ TELEPATHY_GLIB_0.11.9
tp_iface_quark_connection_interface_cellular ( ) @@ TELEPATHY_GLIB_0.11.9
tp-cli-connection.h,
libtelepathy-glib.so.0.39.1
tp_cli_connection_interface_cellular_connect_to_imsi_changed ( TpConnection* proxy, tp_cli_connection_interface_cellular_signal_callback_imsi_changed callback, gpointer user_data, GDestroyNotify destroy, GObject* weak_object, GError** error ) @@ TELEPATHY_GLIB_0.11.9
tp-svc-account.h,
libtelepathy-glib.so.0.39.1
tp_svc_account_interface_storage_get_type ( ) @@ TELEPATHY_GLIB_0.11.9
tp-svc-connection.h,
libtelepathy-glib.so.0.39.1
tp_svc_connection_interface_cellular_emit_imsi_changed ( gpointer instance, gchar const* arg_IMSI ) @@ TELEPATHY_GLIB_0.11.9
tp_svc_connection_interface_cellular_get_type ( ) @@ TELEPATHY_GLIB_0.11.9
util.h,
libtelepathy-glib.so.0.39.1
tp_simple_async_report_success_in_idle ( GObject* source, GAsyncReadyCallback callback, gpointer user_data, gpointer source_tag ) @@ TELEPATHY_GLIB_0.11.9
to the top
Problems with Symbols, Low Severity (8)
group-mixin.h,
libtelepathy-glib.so.0.39.1
[+] tp_group_mixin_change_members ( GObject* obj, gchar const* message, TpIntSet* add, TpIntSet* del, TpIntSet* add_local_pending, TpIntSet* add_remote_pending, TpHandle actor, enum TpChannelGroupChangeReason reason ) @@ TELEPATHY_GLIB_0.7.0 (4)
changed to:tp_group_mixin_change_members ( GObject* obj, gchar const* message, TpIntSet const* add, TpIntSet const* del, TpIntSet const* add_local_pending, TpIntSet const* add_remote_pending, TpHandle actor, enum TpChannelGroupChangeReason reason ) @@ TELEPATHY_GLIB_0.7.0
| Change | Effect |
---|
1 | Type of 3rd parameter add has been changed from TpIntSet* to TpIntSet const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 5th parameter add_local_pending has been changed from TpIntSet* to TpIntSet const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
3 | Type of 6th parameter add_remote_pending has been changed from TpIntSet* to TpIntSet const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
4 | Type of 4th parameter del has been changed from TpIntSet* to TpIntSet const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] tp_group_mixin_change_members_detailed ( GObject* obj, TpIntSet* add, TpIntSet* del, TpIntSet* add_local_pending, TpIntSet* add_remote_pending, GHashTable const* details ) @@ TELEPATHY_GLIB_0.7.21 (4)
changed to:tp_group_mixin_change_members_detailed ( GObject* obj, TpIntSet const* add, TpIntSet const* del, TpIntSet const* add_local_pending, TpIntSet const* add_remote_pending, GHashTable const* details ) @@ TELEPATHY_GLIB_0.7.21
| Change | Effect |
---|
1 | Type of 2nd parameter add has been changed from TpIntSet* to TpIntSet const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 4th parameter add_local_pending has been changed from TpIntSet* to TpIntSet const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
3 | Type of 5th parameter add_remote_pending has been changed from TpIntSet* to TpIntSet const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
4 | Type of 3rd parameter del has been changed from TpIntSet* to TpIntSet const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Other Changes in Constants (12)
telepathy-interfaces.h
[+] TP_IFACE_ACCOUNT_INTERFACE_STORAGE
| Change | Effect |
---|
1 | The constant TP_IFACE_ACCOUNT_INTERFACE_STORAGE with value "org.freedesktop.Telepathy.Account.Interface.Storage" has been added. | No effect. |
[+] TP_IFACE_CONNECTION_INTERFACE_CELLULAR
| Change | Effect |
---|
1 | The constant TP_IFACE_CONNECTION_INTERFACE_CELLULAR with value "org.freedesktop.Telepathy.Connection.Interface.Cellular" has been added. | No effect. |
[+] TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_IDENTIFIER
| Change | Effect |
---|
1 | The constant TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_IDENTIFIER with value "org.freedesktop.Telepathy.Account.Interface.Storage.StorageIdentifier" has been added. | No effect. |
[+] TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_PROVIDER
| Change | Effect |
---|
1 | The constant TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_PROVIDER with value "org.freedesktop.Telepathy.Account.Interface.Storage.StorageProvider" has been added. | No effect. |
[+] TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_RESTRICTIONS
| Change | Effect |
---|
1 | The constant TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_RESTRICTIONS with value "org.freedesktop.Telepathy.Account.Interface.Storage.StorageRestrictions" has been added. | No effect. |
[+] TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_SPECIFIC_INFORMATION
| Change | Effect |
---|
1 | The constant TP_PROP_ACCOUNT_INTERFACE_STORAGE_STORAGE_SPECIFIC_INFORMATION with value "org.freedesktop.Telepathy.Account.Interface.Storage.StorageSpecificInformation" has been added. | No effect. |
[+] TP_PROP_ACCOUNT_SERVICE
| Change | Effect |
---|
1 | The constant TP_PROP_ACCOUNT_SERVICE with value "org.freedesktop.Telepathy.Account.Service" has been added. | No effect. |
[+] TP_PROP_CONNECTION_INTERFACE_CELLULAR_IMSI
| Change | Effect |
---|
1 | The constant TP_PROP_CONNECTION_INTERFACE_CELLULAR_IMSI with value "org.freedesktop.Telepathy.Connection.Interface.Cellular.IMSI" has been added. | No effect. |
[+] TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_REDUCED_CHARACTER_SET
| Change | Effect |
---|
1 | The constant TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_REDUCED_CHARACTER_SET with value "org.freedesktop.Telepathy.Connection.Interface.Cellular.MessageReducedCharacterSet" has been added. | No effect. |
[+] TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_SERVICE_CENTRE
| Change | Effect |
---|
1 | The constant TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_SERVICE_CENTRE with value "org.freedesktop.Telepathy.Connection.Interface.Cellular.MessageServiceCentre" has been added. | No effect. |
[+] TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_VALIDITY_PERIOD
| Change | Effect |
---|
1 | The constant TP_PROP_CONNECTION_INTERFACE_CELLULAR_MESSAGE_VALIDITY_PERIOD with value "org.freedesktop.Telepathy.Connection.Interface.Cellular.MessageValidityPeriod" has been added. | No effect. |
[+] TP_PROP_CONNECTION_MANAGER_PROTOCOLS
| Change | Effect |
---|
1 | The constant TP_PROP_CONNECTION_MANAGER_PROTOCOLS with value "org.freedesktop.Telepathy.ConnectionManager.Protocols" has been added. | No effect. |
to the top
Header Files (67)
account-manager.h
account.h
add-dispatch-operation-context.h
base-client.h
base-connection-manager.h
base-connection.h
capabilities.h
channel-dispatch-operation.h
channel-dispatcher.h
channel-factory-iface.h
channel-iface.h
channel-manager.h
channel-request.h
channel.h
client.h
connection-manager.h
connection.h
contact.h
contacts-mixin.h
dbus-daemon.h
dbus-properties-mixin.h
dbus.h
debug-ansi.h
debug-sender.h
debug.h
defs.h
enums.h
errors.h
exportable-channel.h
gnio-util.h
group-mixin.h
gtypes.h
handle-channels-context.h
handle-repo-dynamic.h
handle-repo-static.h
handle-repo.h
handle.h
heap.h
interfaces.h
intset.h
media-interfaces.h
message-mixin.h
observe-channels-context.h
presence-mixin.h
properties-mixin.h
proxy-subclass.h
proxy.h
run.h
simple-approver.h
simple-handler.h
simple-observer.h
svc-account-manager.h
svc-account.h
svc-channel-dispatch-operation.h
svc-channel-dispatcher.h
svc-channel-request.h
svc-channel.h
svc-client.h
svc-connection-manager.h
svc-connection.h
svc-debug.h
svc-generic.h
svc-media-interfaces.h
svc-properties-interface.h
telepathy-glib.h
text-mixin.h
util.h
to the top
Shared Libraries (1)
libtelepathy-glib.so.0.39.1
to the top