Binary compatibility report for the libtelepathy-glib library between 0.13.8 and 0.13.9 versions on x86
Test Info
Library Name | libtelepathy-glib |
Version #1 | 0.13.8 |
Version #2 | 0.13.9 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 81 |
Total Shared Libraries | 1 |
Total Symbols / Types | 1850 / 1419 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 27 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 6 |
Problems with Constants | Low | 0 |
Other Changes in Constants | - | 2 |
Added Symbols (27)
account.h,
libtelepathy-glib.so.0.54.0
tp_account_get_path_suffix ( TpAccount* account ) @@ TELEPATHY_GLIB_0.13.9
client-message.h,
libtelepathy-glib.so.0.54.0
tp_client_message_get_type ( ) @@ TELEPATHY_GLIB_0.13.9
tp_client_message_new ( ) @@ TELEPATHY_GLIB_0.13.9
tp_client_message_new_text ( enum TpChannelTextMessageType type, gchar const* text ) @@ TELEPATHY_GLIB_0.13.9
cm-message.h,
libtelepathy-glib.so.0.54.0
tp_cm_message_get_sender ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_cm_message_get_type ( ) @@ TELEPATHY_GLIB_0.13.9
tp_cm_message_new ( TpBaseConnection* connection, guint initial_parts ) @@ TELEPATHY_GLIB_0.13.9
tp_cm_message_set_sender ( TpMessage* self, TpHandle handle ) @@ TELEPATHY_GLIB_0.13.9
tp_cm_message_take_message ( TpMessage* self, guint part, gchar const* key, TpMessage* message ) @@ TELEPATHY_GLIB_0.13.9
connection.h,
libtelepathy-glib.so.0.54.0
tp_connection_get_self_contact ( TpConnection* self ) @@ TELEPATHY_GLIB_0.13.9
contact.h,
libtelepathy-glib.so.0.54.0
tp_connection_dup_contact_if_possible ( TpConnection* connection, TpHandle handle, gchar const* identifier ) @@ TELEPATHY_GLIB_0.13.9
message.h,
libtelepathy-glib.so.0.54.0
tp_message_get_received_timestamp ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_message_get_sent_timestamp ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_message_get_specific_to_interface ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_message_get_supersedes ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_message_get_token ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_message_get_type ( ) @@ TELEPATHY_GLIB_0.13.9
tp_message_is_delivery_report ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_message_is_mutable ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_message_is_rescued ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_message_is_scrollback ( TpMessage* self ) @@ TELEPATHY_GLIB_0.13.9
tp_message_to_text ( TpMessage* message, enum TpChannelTextMessageFlags* out_flags ) @@ TELEPATHY_GLIB_0.13.9
protocol.h,
libtelepathy-glib.so.0.54.0
tp_protocol_get_authentication_types ( TpProtocol* self ) @@ TELEPATHY_GLIB_0.13.9
signalled-message.h,
libtelepathy-glib.so.0.54.0
tp_signalled_message_get_sender ( TpMessage* message ) @@ TELEPATHY_GLIB_0.13.9
tp_signalled_message_get_type ( ) @@ TELEPATHY_GLIB_0.13.9
tp-cli-channel.h,
libtelepathy-glib.so.0.54.0
tp_cli_channel_interface_sms_connect_to_sms_channel_changed ( TpChannel* proxy, tp_cli_channel_interface_sms_signal_callback_sms_channel_changed callback, gpointer user_data, GDestroyNotify destroy, GObject* weak_object, GError** error ) @@ TELEPATHY_GLIB_0.13.9
tp-svc-channel.h,
libtelepathy-glib.so.0.54.0
tp_svc_channel_interface_sms_emit_sms_channel_changed ( gpointer instance, gboolean arg_SMSChannel ) @@ TELEPATHY_GLIB_0.13.9
to the top
Problems with Symbols, Low Severity (6)
simple-approver.h,
libtelepathy-glib.so.0.53.0
[+] tp_simple_approver_new ( TpDBusDaemon* dbus, gchar const* name, gboolean unique, TpSimpleApproverAddDispatchOperationImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.5 (1)
changed to:tp_simple_approver_new ( TpDBusDaemon* dbus, gchar const* name, gboolean uniquify, TpSimpleApproverAddDispatchOperationImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.5
| Change | Effect |
---|
1 | 3rd parameter unique has been renamed to uniquify. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] tp_simple_approver_new_with_am ( TpAccountManager* account_manager, gchar const* name, gboolean unique, TpSimpleApproverAddDispatchOperationImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.14 (1)
changed to:tp_simple_approver_new_with_am ( TpAccountManager* account_manager, gchar const* name, gboolean uniquify, TpSimpleApproverAddDispatchOperationImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.14
| Change | Effect |
---|
1 | 3rd parameter unique has been renamed to uniquify. | Renaming of a parameter may indicate a change in its semantic meaning. |
simple-handler.h,
libtelepathy-glib.so.0.53.0
[+] tp_simple_handler_new ( TpDBusDaemon* dbus, gboolean bypass_approval, gboolean requests, gchar const* name, gboolean unique, TpSimpleHandlerHandleChannelsImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.6 (1)
changed to:tp_simple_handler_new ( TpDBusDaemon* dbus, gboolean bypass_approval, gboolean requests, gchar const* name, gboolean uniquify, TpSimpleHandlerHandleChannelsImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.6
| Change | Effect |
---|
1 | 5th parameter unique has been renamed to uniquify. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] tp_simple_handler_new_with_am ( TpAccountManager* account_manager, gboolean bypass_approval, gboolean requests, gchar const* name, gboolean unique, TpSimpleHandlerHandleChannelsImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.14 (1)
changed to:tp_simple_handler_new_with_am ( TpAccountManager* account_manager, gboolean bypass_approval, gboolean requests, gchar const* name, gboolean uniquify, TpSimpleHandlerHandleChannelsImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.14
| Change | Effect |
---|
1 | 5th parameter unique has been renamed to uniquify. | Renaming of a parameter may indicate a change in its semantic meaning. |
simple-observer.h,
libtelepathy-glib.so.0.53.0
[+] tp_simple_observer_new ( TpDBusDaemon* dbus, gboolean recover, gchar const* name, gboolean unique, TpSimpleObserverObserveChannelsImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.5 (1)
changed to:tp_simple_observer_new ( TpDBusDaemon* dbus, gboolean recover, gchar const* name, gboolean uniquify, TpSimpleObserverObserveChannelsImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.5
| Change | Effect |
---|
1 | 4th parameter unique has been renamed to uniquify. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] tp_simple_observer_new_with_am ( TpAccountManager* account_manager, gboolean recover, gchar const* name, gboolean unique, TpSimpleObserverObserveChannelsImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.14 (1)
changed to:tp_simple_observer_new_with_am ( TpAccountManager* account_manager, gboolean recover, gchar const* name, gboolean uniquify, TpSimpleObserverObserveChannelsImpl callback, gpointer user_data, GDestroyNotify destroy ) @@ TELEPATHY_GLIB_0.11.14
| Change | Effect |
---|
1 | 4th parameter unique has been renamed to uniquify. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Other Changes in Constants (2)
telepathy-interfaces.h
[+] TP_PROP_CHANNEL_INTERFACE_SMS_SMS_CHANNEL
| Change | Effect |
---|
1 | The constant TP_PROP_CHANNEL_INTERFACE_SMS_SMS_CHANNEL with value "org.freedesktop.Telepathy.Channel.Interface.SMS.SMSChannel" has been added. | No effect. |
[+] TP_PROP_PROTOCOL_AUTHENTICATION_TYPES
| Change | Effect |
---|
1 | The constant TP_PROP_PROTOCOL_AUTHENTICATION_TYPES with value "org.freedesktop.Telepathy.Protocol.AuthenticationTypes" has been added. | No effect. |
to the top
Header Files (81)
account-channel-request.h
account-manager.h
account.h
add-dispatch-operation-context.h
automatic-proxy-factory.h
base-channel.h
base-client.h
base-connection-manager.h
base-connection.h
base-contact-list.h
base-protocol.h
basic-proxy-factory.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-channel-factory.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
dtmf.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
protocol.h
proxy-subclass.h
proxy.h
run.h
simple-approver.h
simple-handler.h
simple-observer.h
simple-password-manager.h
stream-tube-channel.h
stream-tube-connection.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
svc-protocol.h
svc-tls.h
telepathy-glib.h
text-mixin.h
util.h
to the top
Shared Libraries (1)
libtelepathy-glib.so.0.53.0
to the top