Binary compatibility report for the libtelepathy-glib library between 0.17.5 and 0.17.6 versions on x86
Test Info
Library Name | libtelepathy-glib |
Version #1 | 0.17.5 |
Version #2 | 0.17.6 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 109 |
Total Shared Libraries | 1 |
Total Symbols / Types | 2429 / 1728 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 28 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 3 |
Problems with Constants | Low | 0 |
Added Symbols (28)
account.h,
libtelepathy-glib.so.0.68.0
tp_account_dup_detailed_error_vardict ( TpAccount* self, GVariant** details ) @@ TELEPATHY_GLIB_0.17.6
tp_account_dup_parameters_vardict ( TpAccount* account ) @@ TELEPATHY_GLIB_0.17.6
tp_account_dup_storage_identifier_variant ( TpAccount* self ) @@ TELEPATHY_GLIB_0.17.6
tp_account_dup_storage_specific_information_vardict_async ( TpAccount* self, GAsyncReadyCallback callback, gpointer user_data ) @@ TELEPATHY_GLIB_0.17.6
tp_account_dup_storage_specific_information_vardict_finish ( TpAccount* self, GAsyncResult* result, GError** error ) @@ TELEPATHY_GLIB_0.17.6
tp_account_update_parameters_vardict_async ( TpAccount* account, GVariant* parameters, gchar const** unset_parameters, GAsyncReadyCallback callback, gpointer user_data ) @@ TELEPATHY_GLIB_0.17.6
tp_account_update_parameters_vardict_finish ( TpAccount* account, GAsyncResult* result, gchar*** reconnect_required, GError** error ) @@ TELEPATHY_GLIB_0.17.6
base-media-call-channel.h,
libtelepathy-glib.so.0.68.0
tp_base_media_call_channel_get_local_hold_state ( TpBaseMediaCallChannel* channel, enum TpLocalHoldStateReason* reason ) @@ TELEPATHY_GLIB_0.17.6
call-channel.h,
libtelepathy-glib.so.0.68.0
tp_call_channel_has_hold ( TpCallChannel* self ) @@ TELEPATHY_GLIB_0.17.6
tp_call_channel_request_hold_async ( TpCallChannel* self, gboolean hold, GAsyncReadyCallback callback, gpointer user_data ) @@ TELEPATHY_GLIB_0.17.6
tp_call_channel_request_hold_finish ( TpCallChannel* self, GAsyncResult* result, GError** error ) @@ TELEPATHY_GLIB_0.17.6
call-content-media-description.h,
libtelepathy-glib.so.0.68.0
tp_call_content_media_description_add_rtcp_extended_reports_interface ( TpCallContentMediaDescription* self ) @@ TELEPATHY_GLIB_0.17.6
tp_call_content_media_description_add_rtcp_feedback_interface ( TpCallContentMediaDescription* self ) @@ TELEPATHY_GLIB_0.17.6
tp_call_content_media_description_add_rtcp_feedback_message ( TpCallContentMediaDescription* self, guint codec_identifier, gchar const* type, gchar const* subtype, gchar const* parameters ) @@ TELEPATHY_GLIB_0.17.6
tp_call_content_media_description_add_rtp_header_extension ( TpCallContentMediaDescription* self, guint id, enum TpMediaStreamDirection direction, gchar const* uri, gchar const* parameters ) @@ TELEPATHY_GLIB_0.17.6
tp_call_content_media_description_add_rtp_header_extensions_interface ( TpCallContentMediaDescription* self ) @@ TELEPATHY_GLIB_0.17.6
tp_call_content_media_description_set_does_avpf ( TpCallContentMediaDescription* self, gboolean does_avpf ) @@ TELEPATHY_GLIB_0.17.6
tp_call_content_media_description_set_rtcp_extended_reports ( TpCallContentMediaDescription* self, guint loss_rle_max_size, guint duplicate_rle_max_size, guint packet_receipt_times_max_size, guint dlrr_max_size, enum TpRCPTXRRTTMode rtt_mode, enum TpRTCPXRStatisticsFlags statistic_flags, gboolean enable_metrics ) @@ TELEPATHY_GLIB_0.17.6
tp_call_content_media_description_set_rtcp_feedback_minimum_interval ( TpCallContentMediaDescription* self, guint codec_identifier, guint rtcp_minimum_interval ) @@ TELEPATHY_GLIB_0.17.6
capabilities.h,
libtelepathy-glib.so.0.68.0
tp_capabilities_supports_audio_call ( TpCapabilities* self, enum TpHandleType handle_type ) @@ TELEPATHY_GLIB_0.17.6
tp_capabilities_supports_audio_video_call ( TpCapabilities* self, enum TpHandleType handle_type ) @@ TELEPATHY_GLIB_0.17.6
tp_capabilities_supports_file_transfer ( TpCapabilities* self ) @@ TELEPATHY_GLIB_0.17.6
connection-manager.h,
libtelepathy-glib.so.0.68.0
tp_connection_manager_dup_protocols ( TpConnectionManager* self ) @@ TELEPATHY_GLIB_0.17.6
tp_list_connection_managers_async ( TpDBusDaemon* dbus_daemon, GAsyncReadyCallback callback, gpointer user_data ) @@ TELEPATHY_GLIB_0.17.6
tp_list_connection_managers_finish ( GAsyncResult* result, GError** error ) @@ TELEPATHY_GLIB_0.17.6
protocol.h,
libtelepathy-glib.so.0.68.0
tp_protocol_borrow_params ( TpProtocol* self ) @@ TELEPATHY_GLIB_0.17.6
tp_protocol_dup_param ( TpProtocol* self, gchar const* param ) @@ TELEPATHY_GLIB_0.17.6
tp_protocol_dup_params ( TpProtocol* self ) @@ TELEPATHY_GLIB_0.17.6
to the top
Problems with Symbols, Low Severity (3)
call-channel.h,
libtelepathy-glib.so.0.67.0
[+] tp_call_channel_add_content_async ( TpCallChannel* self, gchar* name, enum TpMediaStreamType type, enum TpMediaStreamDirection initial_direction, GAsyncReadyCallback callback, gpointer user_data ) @@ TELEPATHY_GLIB_0.17.5 (1)
changed to:tp_call_channel_add_content_async ( TpCallChannel* self, gchar const* name, enum TpMediaStreamType type, enum TpMediaStreamDirection initial_direction, GAsyncReadyCallback callback, gpointer user_data ) @@ TELEPATHY_GLIB_0.17.5
| Change | Effect |
---|
1 | Type of 2nd parameter name has been changed from gchar* to gchar const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
[+] tp_call_channel_hangup_async ( TpCallChannel* self, enum TpCallStateChangeReason reason, gchar* detailed_reason, gchar* message, GAsyncReadyCallback callback, gpointer user_data ) @@ TELEPATHY_GLIB_0.17.5 (2)
changed to:tp_call_channel_hangup_async ( TpCallChannel* self, enum TpCallStateChangeReason reason, gchar const* detailed_reason, gchar const* message, GAsyncReadyCallback callback, gpointer user_data ) @@ TELEPATHY_GLIB_0.17.5
| Change | Effect |
---|
1 | Type of 3rd parameter detailed_reason has been changed from gchar* to gchar const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
2 | Type of 4th parameter message has been changed from gchar* to gchar const*. | Replacement of parameter data type may indicate a change in its semantic meaning. |
to the top
Header Files (109)
account-channel-request.h
account-manager.h
account.h
add-dispatch-operation-context.h
automatic-client-factory.h
automatic-proxy-factory.h
base-call-channel.h
base-call-content.h
base-call-stream.h
base-channel.h
base-client.h
base-connection-manager.h
base-connection.h
base-contact-list.h
base-media-call-channel.h
base-media-call-content.h
base-media-call-stream.h
base-password-channel.h
base-protocol.h
base-room-config.h
basic-proxy-factory.h
call-channel.h
call-content-media-description.h
call-content.h
call-misc.h
call-stream-endpoint.h
call-stream.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-message.h
client.h
cm-message.h
connection-contact-list.h
connection-manager.h
connection.h
contact-operations.h
contact-search-result.h
contact-search.h
contact.h
contacts-mixin.h
dbus-daemon.h
dbus-properties-mixin.h
dbus-tube-channel.h
dbus.h
debug-ansi.h
debug-sender.h
debug.h
defs.h
dtmf.h
enums.h
errors.h
exportable-channel.h
file-transfer-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
message.h
observe-channels-context.h
presence-mixin.h
properties-mixin.h
protocol.h
proxy-subclass.h
proxy.h
run.h
signalled-message.h
simple-approver.h
simple-client-factory.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-call.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-channel.h
text-mixin.h
util.h
to the top
Shared Libraries (1)
libtelepathy-glib.so.0.67.0
to the top