| account.h | | account.h | |
| | | | |
| skipping to change at line 128 | | skipping to change at line 128 | |
| gboolean tp_account_reconnect_finish (TpAccount *account, | | gboolean tp_account_reconnect_finish (TpAccount *account, | |
| GAsyncResult *result, GError **error); | | GAsyncResult *result, GError **error); | |
| | | | |
| gboolean tp_account_is_enabled (TpAccount *account); | | gboolean tp_account_is_enabled (TpAccount *account); | |
| | | | |
| gboolean tp_account_is_valid (TpAccount *account); | | gboolean tp_account_is_valid (TpAccount *account); | |
| | | | |
| void tp_account_update_parameters_async (TpAccount *account, | | void tp_account_update_parameters_async (TpAccount *account, | |
| GHashTable *parameters, const gchar **unset_parameters, | | GHashTable *parameters, const gchar **unset_parameters, | |
| GAsyncReadyCallback callback, gpointer user_data); | | GAsyncReadyCallback callback, gpointer user_data); | |
|
| | | | |
| gboolean tp_account_update_parameters_finish (TpAccount *account, | | gboolean tp_account_update_parameters_finish (TpAccount *account, | |
| GAsyncResult *result, gchar ***reconnect_required, GError **error); | | GAsyncResult *result, gchar ***reconnect_required, GError **error); | |
|
| | | void tp_account_update_parameters_vardict_async (TpAccount *account, | |
| | | GVariant *parameters, const gchar **unset_parameters, | |
| | | GAsyncReadyCallback callback, gpointer user_data); | |
| | | gboolean tp_account_update_parameters_vardict_finish (TpAccount *account, | |
| | | GAsyncResult *result, gchar ***reconnect_required, GError **error); | |
| | | | |
| void tp_account_remove_async (TpAccount *account, | | void tp_account_remove_async (TpAccount *account, | |
| GAsyncReadyCallback callback, gpointer user_data); | | GAsyncReadyCallback callback, gpointer user_data); | |
| | | | |
| gboolean tp_account_remove_finish (TpAccount *account, | | gboolean tp_account_remove_finish (TpAccount *account, | |
| GAsyncResult *result, GError **error); | | GAsyncResult *result, GError **error); | |
| | | | |
| void tp_account_set_display_name_async (TpAccount *account, | | void tp_account_set_display_name_async (TpAccount *account, | |
| const gchar *display_name, GAsyncReadyCallback callback, | | const gchar *display_name, GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| skipping to change at line 189 | | skipping to change at line 193 | |
| gboolean tp_account_set_connect_automatically_finish (TpAccount *account, | | gboolean tp_account_set_connect_automatically_finish (TpAccount *account, | |
| GAsyncResult *result, GError **error); | | GAsyncResult *result, GError **error); | |
| | | | |
| gboolean tp_account_get_has_been_online (TpAccount *account); | | gboolean tp_account_get_has_been_online (TpAccount *account); | |
| | | | |
| TpConnectionStatus tp_account_get_connection_status (TpAccount *account, | | TpConnectionStatus tp_account_get_connection_status (TpAccount *account, | |
| TpConnectionStatusReason *reason); | | TpConnectionStatusReason *reason); | |
| | | | |
| const gchar *tp_account_get_detailed_error (TpAccount *self, | | const gchar *tp_account_get_detailed_error (TpAccount *self, | |
| const GHashTable **details); | | const GHashTable **details); | |
|
| | | gchar *tp_account_dup_detailed_error_vardict (TpAccount *self, | |
| | | GVariant **details); | |
| | | | |
| TpConnectionPresenceType tp_account_get_current_presence (TpAccount *accoun
t, | | TpConnectionPresenceType tp_account_get_current_presence (TpAccount *accoun
t, | |
| gchar **status, gchar **status_message); | | gchar **status, gchar **status_message); | |
| | | | |
| TpConnectionPresenceType tp_account_get_requested_presence ( | | TpConnectionPresenceType tp_account_get_requested_presence ( | |
| TpAccount *account, gchar **status, gchar **status_message); | | TpAccount *account, gchar **status, gchar **status_message); | |
| | | | |
| TpConnectionPresenceType tp_account_get_automatic_presence ( | | TpConnectionPresenceType tp_account_get_automatic_presence ( | |
| TpAccount *self, gchar **status, gchar **status_message); | | TpAccount *self, gchar **status, gchar **status_message); | |
| | | | |
| const GHashTable *tp_account_get_parameters (TpAccount *account); | | const GHashTable *tp_account_get_parameters (TpAccount *account); | |
|
| | | GVariant *tp_account_dup_parameters_vardict (TpAccount *account); | |
| | | | |
| const gchar *tp_account_get_nickname (TpAccount *account); | | const gchar *tp_account_get_nickname (TpAccount *account); | |
| | | | |
| void tp_account_set_nickname_async (TpAccount *account, | | void tp_account_set_nickname_async (TpAccount *account, | |
| const gchar *nickname, GAsyncReadyCallback callback, gpointer user_data
); | | const gchar *nickname, GAsyncReadyCallback callback, gpointer user_data
); | |
| | | | |
| gboolean tp_account_set_nickname_finish (TpAccount *account, | | gboolean tp_account_set_nickname_finish (TpAccount *account, | |
| GAsyncResult *result, GError **error); | | GAsyncResult *result, GError **error); | |
| | | | |
| const gchar * const * | | const gchar * const * | |
| | | | |
| skipping to change at line 245 | | skipping to change at line 252 | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean tp_account_set_avatar_finish (TpAccount *self, | | gboolean tp_account_set_avatar_finish (TpAccount *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| GError **error); | | GError **error); | |
| | | | |
| gboolean tp_account_get_changing_presence (TpAccount *self); | | gboolean tp_account_get_changing_presence (TpAccount *self); | |
| | | | |
| const gchar *tp_account_get_storage_provider (TpAccount *self); | | const gchar *tp_account_get_storage_provider (TpAccount *self); | |
| const GValue *tp_account_get_storage_identifier (TpAccount *self); | | const GValue *tp_account_get_storage_identifier (TpAccount *self); | |
|
| | | GVariant *tp_account_dup_storage_identifier_variant (TpAccount *self); | |
| TpStorageRestrictionFlags tp_account_get_storage_restrictions (TpAccount *s
elf); | | TpStorageRestrictionFlags tp_account_get_storage_restrictions (TpAccount *s
elf); | |
| void tp_account_get_storage_specific_information_async (TpAccount *self, | | void tp_account_get_storage_specific_information_async (TpAccount *self, | |
| GAsyncReadyCallback callback, gpointer user_data); | | GAsyncReadyCallback callback, gpointer user_data); | |
| GHashTable *tp_account_get_storage_specific_information_finish (TpAccount *
self, | | GHashTable *tp_account_get_storage_specific_information_finish (TpAccount *
self, | |
| GAsyncResult *result, GError **error); | | GAsyncResult *result, GError **error); | |
|
| | | void tp_account_dup_storage_specific_information_vardict_async ( | |
| | | TpAccount *self, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | GVariant *tp_account_dup_storage_specific_information_vardict_finish ( | |
| | | TpAccount *self, | |
| | | GAsyncResult *result, | |
| | | GError **error); | |
| | | | |
| const gchar * const * | | const gchar * const * | |
| /* ugh, gtk-doc */ | | /* ugh, gtk-doc */ | |
| tp_account_get_uri_schemes (TpAccount *self); | | tp_account_get_uri_schemes (TpAccount *self); | |
| gboolean tp_account_associated_with_uri_scheme (TpAccount *self, | | gboolean tp_account_associated_with_uri_scheme (TpAccount *self, | |
| const gchar *scheme); | | const gchar *scheme); | |
| void tp_account_set_uri_scheme_association_async (TpAccount *self, | | void tp_account_set_uri_scheme_association_async (TpAccount *self, | |
| const gchar *scheme, gboolean associate, | | const gchar *scheme, gboolean associate, | |
| GAsyncReadyCallback callback, gpointer user_data); | | GAsyncReadyCallback callback, gpointer user_data); | |
| gboolean tp_account_set_uri_scheme_association_finish (TpAccount *self, | | gboolean tp_account_set_uri_scheme_association_finish (TpAccount *self, | |
| | | | |
End of changes. 6 change blocks. |
| 1 lines changed or deleted | | 17 lines changed or added | |
|
| call-channel.h | | call-channel.h | |
| | | | |
| skipping to change at line 90 | | skipping to change at line 90 | |
| TpCallStateReason **reason); | | TpCallStateReason **reason); | |
| gboolean tp_call_channel_has_hardware_streaming (TpCallChannel *self); | | gboolean tp_call_channel_has_hardware_streaming (TpCallChannel *self); | |
| gboolean tp_call_channel_has_initial_audio (TpCallChannel *self, | | gboolean tp_call_channel_has_initial_audio (TpCallChannel *self, | |
| const gchar **initial_audio_name); | | const gchar **initial_audio_name); | |
| gboolean tp_call_channel_has_initial_video (TpCallChannel *self, | | gboolean tp_call_channel_has_initial_video (TpCallChannel *self, | |
| const gchar **initial_video_name); | | const gchar **initial_video_name); | |
| gboolean tp_call_channel_has_mutable_contents (TpCallChannel *self); | | gboolean tp_call_channel_has_mutable_contents (TpCallChannel *self); | |
| GHashTable *tp_call_channel_get_members (TpCallChannel *self); | | GHashTable *tp_call_channel_get_members (TpCallChannel *self); | |
| | | | |
| gboolean tp_call_channel_has_dtmf (TpCallChannel *self); | | gboolean tp_call_channel_has_dtmf (TpCallChannel *self); | |
|
| | | gboolean tp_call_channel_has_hold (TpCallChannel *self); | |
| | | | |
| void tp_call_channel_set_ringing_async (TpCallChannel *self, | | void tp_call_channel_set_ringing_async (TpCallChannel *self, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| gboolean tp_call_channel_set_ringing_finish (TpCallChannel *self, | | gboolean tp_call_channel_set_ringing_finish (TpCallChannel *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| GError **error); | | GError **error); | |
| | | | |
| void tp_call_channel_set_queued_async (TpCallChannel *self, | | void tp_call_channel_set_queued_async (TpCallChannel *self, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| | | | |
| skipping to change at line 114 | | skipping to change at line 115 | |
| | | | |
| void tp_call_channel_accept_async (TpCallChannel *self, | | void tp_call_channel_accept_async (TpCallChannel *self, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| gboolean tp_call_channel_accept_finish (TpCallChannel *self, | | gboolean tp_call_channel_accept_finish (TpCallChannel *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| GError **error); | | GError **error); | |
| | | | |
| void tp_call_channel_hangup_async (TpCallChannel *self, | | void tp_call_channel_hangup_async (TpCallChannel *self, | |
| TpCallStateChangeReason reason, | | TpCallStateChangeReason reason, | |
|
| gchar *detailed_reason, | | const gchar *detailed_reason, | |
| gchar *message, | | const gchar *message, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| gboolean tp_call_channel_hangup_finish (TpCallChannel *self, | | gboolean tp_call_channel_hangup_finish (TpCallChannel *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| GError **error); | | GError **error); | |
| | | | |
| void tp_call_channel_add_content_async (TpCallChannel *self, | | void tp_call_channel_add_content_async (TpCallChannel *self, | |
|
| gchar *name, | | const gchar *name, | |
| TpMediaStreamType type, | | TpMediaStreamType type, | |
| TpMediaStreamDirection initial_direction, | | TpMediaStreamDirection initial_direction, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| TpCallContent *tp_call_channel_add_content_finish (TpCallChannel *self, | | TpCallContent *tp_call_channel_add_content_finish (TpCallChannel *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| GError **error); | | GError **error); | |
| | | | |
| void tp_call_channel_send_tones_async (TpCallChannel *self, | | void tp_call_channel_send_tones_async (TpCallChannel *self, | |
| const gchar *tones, | | const gchar *tones, | |
| GCancellable *cancellable, | | GCancellable *cancellable, | |
| GAsyncReadyCallback callback, | | GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| gboolean tp_call_channel_send_tones_finish (TpCallChannel *self, | | gboolean tp_call_channel_send_tones_finish (TpCallChannel *self, | |
| GAsyncResult *result, | | GAsyncResult *result, | |
| GError **error); | | GError **error); | |
| | | | |
|
| | | void tp_call_channel_request_hold_async (TpCallChannel *self, | |
| | | gboolean hold, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | gboolean tp_call_channel_request_hold_finish (TpCallChannel *self, | |
| | | GAsyncResult *result, | |
| | | GError **error); | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif | | #endif | |
| | | | |
End of changes. 4 change blocks. |
| 3 lines changed or deleted | | 12 lines changed or added | |
|
| call-content-media-description.h | | call-content-media-description.h | |
| | | | |
| skipping to change at line 101 | | skipping to change at line 101 | |
| | | | |
| void tp_call_content_media_description_append_codec ( | | void tp_call_content_media_description_append_codec ( | |
| TpCallContentMediaDescription *self, | | TpCallContentMediaDescription *self, | |
| guint identifier, | | guint identifier, | |
| const gchar *name, | | const gchar *name, | |
| guint clock_rate, | | guint clock_rate, | |
| guint channels, | | guint channels, | |
| gboolean updated, | | gboolean updated, | |
| GHashTable *parameters); | | GHashTable *parameters); | |
| | | | |
|
| | | void tp_call_content_media_description_add_rtp_header_extension ( | |
| | | TpCallContentMediaDescription *self, | |
| | | guint id, | |
| | | TpMediaStreamDirection direction, | |
| | | const gchar *uri, | |
| | | const gchar *parameters); | |
| | | | |
| | | void tp_call_content_media_description_add_rtcp_feedback_message ( | |
| | | TpCallContentMediaDescription *self, | |
| | | guint codec_identifier, | |
| | | const gchar *type, | |
| | | const gchar *subtype, | |
| | | const gchar *parameters); | |
| | | | |
| | | void tp_call_content_media_description_set_rtcp_feedback_minimum_interval ( | |
| | | TpCallContentMediaDescription *self, | |
| | | guint codec_identifier, | |
| | | guint rtcp_minimum_interval); | |
| | | | |
| | | void tp_call_content_media_description_set_does_avpf ( | |
| | | TpCallContentMediaDescription *self, | |
| | | gboolean does_avpf); | |
| | | | |
| | | void 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, | |
| | | TpRCPTXRRTTMode rtt_mode, | |
| | | TpRTCPXRStatisticsFlags statistic_flags, | |
| | | gboolean enable_metrics); | |
| | | | |
| | | void tp_call_content_media_description_add_rtp_header_extensions_interface | |
| | | ( | |
| | | TpCallContentMediaDescription *self); | |
| | | | |
| | | void tp_call_content_media_description_add_rtcp_feedback_interface ( | |
| | | TpCallContentMediaDescription *self); | |
| | | | |
| | | void tp_call_content_media_description_add_rtcp_extended_reports_interface | |
| | | ( | |
| | | TpCallContentMediaDescription *self); | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif /* #ifndef __TP_CALL_CONTENT_MEDIA_DESCRIPTION_H__*/ | | #endif /* #ifndef __TP_CALL_CONTENT_MEDIA_DESCRIPTION_H__*/ | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 44 lines changed or added | |
|
| capabilities.h | | capabilities.h | |
| | | | |
| skipping to change at line 57 | | skipping to change at line 57 | |
| #define TP_CAPABILITIES_GET_CLASS(obj) \ | | #define TP_CAPABILITIES_GET_CLASS(obj) \ | |
| (G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CAPABILITIES, \ | | (G_TYPE_INSTANCE_GET_CLASS ((obj), TP_TYPE_CAPABILITIES, \ | |
| TpCapabilitiesClass)) | | TpCapabilitiesClass)) | |
| | | | |
| GPtrArray * tp_capabilities_get_channel_classes (TpCapabilities *self); | | GPtrArray * tp_capabilities_get_channel_classes (TpCapabilities *self); | |
| | | | |
| gboolean tp_capabilities_is_specific_to_contact (TpCapabilities *self); | | gboolean tp_capabilities_is_specific_to_contact (TpCapabilities *self); | |
| | | | |
| gboolean tp_capabilities_supports_text_chats (TpCapabilities *self); | | gboolean tp_capabilities_supports_text_chats (TpCapabilities *self); | |
| gboolean tp_capabilities_supports_text_chatrooms (TpCapabilities *self); | | gboolean tp_capabilities_supports_text_chatrooms (TpCapabilities *self); | |
|
| | | gboolean tp_capabilities_supports_audio_call (TpCapabilities *self, | |
| | | TpHandleType handle_type); | |
| | | gboolean tp_capabilities_supports_audio_video_call (TpCapabilities *self, | |
| | | TpHandleType handle_type); | |
| | | gboolean tp_capabilities_supports_file_transfer (TpCapabilities *self); | |
| | | | |
| gboolean tp_capabilities_supports_stream_tubes (TpCapabilities *self, | | gboolean tp_capabilities_supports_stream_tubes (TpCapabilities *self, | |
| TpHandleType handle_type, | | TpHandleType handle_type, | |
| const gchar *service); | | const gchar *service); | |
| | | | |
| gboolean tp_capabilities_supports_dbus_tubes (TpCapabilities *self, | | gboolean tp_capabilities_supports_dbus_tubes (TpCapabilities *self, | |
| TpHandleType handle_type, | | TpHandleType handle_type, | |
| const gchar *service_name); | | const gchar *service_name); | |
| | | | |
| gboolean tp_capabilities_supports_contact_search (TpCapabilities *self, | | gboolean tp_capabilities_supports_contact_search (TpCapabilities *self, | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 5 lines changed or added | |
|
| channel.h | | channel.h | |
| | | | |
| skipping to change at line 88 | | skipping to change at line 88 | |
| TpHandleType optional_handle_type, TpHandle optional_handle, | | TpHandleType optional_handle_type, TpHandle optional_handle, | |
| GError **error) G_GNUC_WARN_UNUSED_RESULT; | | GError **error) G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| TpChannel *tp_channel_new_from_properties (TpConnection *conn, | | TpChannel *tp_channel_new_from_properties (TpConnection *conn, | |
| const gchar *object_path, const GHashTable *immutable_properties, | | const gchar *object_path, const GHashTable *immutable_properties, | |
| GError **error) G_GNUC_WARN_UNUSED_RESULT; | | GError **error) G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef TP_DISABLE_DEPRECATED | |
| gboolean tp_channel_run_until_ready (TpChannel *self, GError **error, | | gboolean tp_channel_run_until_ready (TpChannel *self, GError **error, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
|
| #endif | | | |
| | | | |
| typedef void (*TpChannelWhenReadyCb) (TpChannel *channel, const GError *err
or, | | typedef void (*TpChannelWhenReadyCb) (TpChannel *channel, const GError *err
or, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| void tp_channel_call_when_ready (TpChannel *self, | | void tp_channel_call_when_ready (TpChannel *self, | |
|
| TpChannelWhenReadyCb callback, gpointer user_data); | | TpChannelWhenReadyCb callback, | |
| | | gpointer user_data) _TP_GNUC_DEPRECATED_FOR (tp_proxy_prepare_async); | |
| | | | |
| | | gboolean tp_channel_is_ready (TpChannel *self) | |
| | | _TP_GNUC_DEPRECATED_FOR (tp_proxy_is_ready); | |
| | | #endif | |
| | | | |
| void tp_channel_init_known_interfaces (void); | | void tp_channel_init_known_interfaces (void); | |
| | | | |
|
| gboolean tp_channel_is_ready (TpChannel *self); | | | |
| const gchar *tp_channel_get_channel_type (TpChannel *self); | | const gchar *tp_channel_get_channel_type (TpChannel *self); | |
| GQuark tp_channel_get_channel_type_id (TpChannel *self); | | GQuark tp_channel_get_channel_type_id (TpChannel *self); | |
| TpHandle tp_channel_get_handle (TpChannel *self, TpHandleType *handle_type)
; | | TpHandle tp_channel_get_handle (TpChannel *self, TpHandleType *handle_type)
; | |
| const gchar *tp_channel_get_identifier (TpChannel *self); | | const gchar *tp_channel_get_identifier (TpChannel *self); | |
| TpConnection *tp_channel_borrow_connection (TpChannel *self); | | TpConnection *tp_channel_borrow_connection (TpChannel *self); | |
| GHashTable *tp_channel_borrow_immutable_properties (TpChannel *self); | | GHashTable *tp_channel_borrow_immutable_properties (TpChannel *self); | |
| | | | |
| TpHandle tp_channel_group_get_self_handle (TpChannel *self); | | TpHandle tp_channel_group_get_self_handle (TpChannel *self); | |
| TpChannelGroupFlags tp_channel_group_get_flags (TpChannel *self); | | TpChannelGroupFlags tp_channel_group_get_flags (TpChannel *self); | |
| const TpIntset *tp_channel_group_get_members (TpChannel *self); | | const TpIntset *tp_channel_group_get_members (TpChannel *self); | |
| | | | |
End of changes. 3 change blocks. |
| 3 lines changed or deleted | | 6 lines changed or added | |
|
| connection-manager.h | | connection-manager.h | |
| | | | |
| skipping to change at line 120 | | skipping to change at line 120 | |
| | | | |
| typedef void (*TpConnectionManagerListCb) (TpConnectionManager * const *cms
, | | typedef void (*TpConnectionManagerListCb) (TpConnectionManager * const *cms
, | |
| gsize n_cms, const GError *error, gpointer user_data, | | gsize n_cms, const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| void tp_list_connection_managers (TpDBusDaemon *bus_daemon, | | void tp_list_connection_managers (TpDBusDaemon *bus_daemon, | |
| TpConnectionManagerListCb callback, | | TpConnectionManagerListCb callback, | |
| gpointer user_data, GDestroyNotify destroy, | | gpointer user_data, GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
|
| | | void tp_list_connection_managers_async (TpDBusDaemon *dbus_daemon, | |
| | | GAsyncReadyCallback callback, | |
| | | gpointer user_data); | |
| | | GList *tp_list_connection_managers_finish (GAsyncResult *result, | |
| | | GError **error); | |
| | | | |
| | | #ifndef TP_DISABLE_DEPRECATED | |
| typedef void (*TpConnectionManagerWhenReadyCb) (TpConnectionManager *cm, | | typedef void (*TpConnectionManagerWhenReadyCb) (TpConnectionManager *cm, | |
| const GError *error, gpointer user_data, GObject *weak_object); | | const GError *error, gpointer user_data, GObject *weak_object); | |
| | | | |
| void tp_connection_manager_call_when_ready (TpConnectionManager *self, | | void tp_connection_manager_call_when_ready (TpConnectionManager *self, | |
| TpConnectionManagerWhenReadyCb callback, | | TpConnectionManagerWhenReadyCb callback, | |
|
| gpointer user_data, GDestroyNotify destroy, GObject *weak_object); | | gpointer user_data, GDestroyNotify destroy, GObject *weak_object) | |
| | | _TP_GNUC_DEPRECATED_FOR (tp_proxy_prepare_async); | |
| | | | |
| | | gboolean tp_connection_manager_is_ready (TpConnectionManager *self) | |
| | | _TP_GNUC_DEPRECATED_FOR (tp_proxy_is_prepared); | |
| | | #endif | |
| | | | |
| const gchar *tp_connection_manager_get_name (TpConnectionManager *self); | | const gchar *tp_connection_manager_get_name (TpConnectionManager *self); | |
|
| gboolean tp_connection_manager_is_ready (TpConnectionManager *self); | | | |
| gboolean tp_connection_manager_is_running (TpConnectionManager *self); | | gboolean tp_connection_manager_is_running (TpConnectionManager *self); | |
| TpCMInfoSource tp_connection_manager_get_info_source ( | | TpCMInfoSource tp_connection_manager_get_info_source ( | |
| TpConnectionManager *self); | | TpConnectionManager *self); | |
| | | | |
| gboolean tp_connection_manager_check_valid_name (const gchar *name, | | gboolean tp_connection_manager_check_valid_name (const gchar *name, | |
| GError **error); | | GError **error); | |
| | | | |
| gboolean tp_connection_manager_check_valid_protocol_name (const gchar *name
, | | gboolean tp_connection_manager_check_valid_protocol_name (const gchar *name
, | |
| GError **error); | | GError **error); | |
| | | | |
| gchar **tp_connection_manager_dup_protocol_names (TpConnectionManager *self
) | | gchar **tp_connection_manager_dup_protocol_names (TpConnectionManager *self
) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
| gboolean tp_connection_manager_has_protocol (TpConnectionManager *self, | | gboolean tp_connection_manager_has_protocol (TpConnectionManager *self, | |
| const gchar *protocol); | | const gchar *protocol); | |
| const TpConnectionManagerProtocol *tp_connection_manager_get_protocol ( | | const TpConnectionManagerProtocol *tp_connection_manager_get_protocol ( | |
| TpConnectionManager *self, const gchar *protocol); | | TpConnectionManager *self, const gchar *protocol); | |
| TpProtocol *tp_connection_manager_get_protocol_object ( | | TpProtocol *tp_connection_manager_get_protocol_object ( | |
| TpConnectionManager *self, const gchar *protocol); | | TpConnectionManager *self, const gchar *protocol); | |
|
| | | GList *tp_connection_manager_dup_protocols (TpConnectionManager *self) | |
| | | G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| gchar **tp_connection_manager_protocol_dup_param_names ( | | gchar **tp_connection_manager_protocol_dup_param_names ( | |
| const TpConnectionManagerProtocol *protocol) | | const TpConnectionManagerProtocol *protocol) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
| gboolean tp_connection_manager_protocol_has_param ( | | gboolean tp_connection_manager_protocol_has_param ( | |
| const TpConnectionManagerProtocol *protocol, | | const TpConnectionManagerProtocol *protocol, | |
| const gchar *param); | | const gchar *param); | |
| const TpConnectionManagerParam *tp_connection_manager_protocol_get_param ( | | const TpConnectionManagerParam *tp_connection_manager_protocol_get_param ( | |
| const TpConnectionManagerProtocol *protocol, const gchar *param); | | const TpConnectionManagerProtocol *protocol, const gchar *param); | |
| gboolean tp_connection_manager_protocol_can_register ( | | gboolean tp_connection_manager_protocol_can_register ( | |
| | | | |
End of changes. 4 change blocks. |
| 2 lines changed or deleted | | 15 lines changed or added | |
|
| connection.h | | connection.h | |
| | | | |
| skipping to change at line 155 | | skipping to change at line 155 | |
| | | | |
| GList *tp_connection_get_contact_info_supported_fields (TpConnection *self)
; | | GList *tp_connection_get_contact_info_supported_fields (TpConnection *self)
; | |
| | | | |
| void tp_connection_set_contact_info_async (TpConnection *self, | | void tp_connection_set_contact_info_async (TpConnection *self, | |
| GList *info, GAsyncReadyCallback callback, | | GList *info, GAsyncReadyCallback callback, | |
| gpointer user_data); | | gpointer user_data); | |
| | | | |
| gboolean tp_connection_set_contact_info_finish (TpConnection *self, | | gboolean tp_connection_set_contact_info_finish (TpConnection *self, | |
| GAsyncResult *result, GError **error); | | GAsyncResult *result, GError **error); | |
| | | | |
|
| gboolean tp_connection_is_ready (TpConnection *self); | | | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef TP_DISABLE_DEPRECATED | |
|
| | | gboolean tp_connection_is_ready (TpConnection *self) | |
| | | _TP_GNUC_DEPRECATED_FOR (tp_proxy_is_prepared); | |
| | | | |
| gboolean tp_connection_run_until_ready (TpConnection *self, | | gboolean tp_connection_run_until_ready (TpConnection *self, | |
| gboolean connect, GError **error, | | gboolean connect, GError **error, | |
| GMainLoop **loop) _TP_GNUC_DEPRECATED; | | GMainLoop **loop) _TP_GNUC_DEPRECATED; | |
|
| #endif | | | |
| | | | |
| typedef void (*TpConnectionWhenReadyCb) (TpConnection *connection, | | typedef void (*TpConnectionWhenReadyCb) (TpConnection *connection, | |
| const GError *error, gpointer user_data); | | const GError *error, gpointer user_data); | |
| | | | |
| void tp_connection_call_when_ready (TpConnection *self, | | void tp_connection_call_when_ready (TpConnection *self, | |
|
| TpConnectionWhenReadyCb callback, gpointer user_data); | | TpConnectionWhenReadyCb callback, | |
| | | gpointer user_data) _TP_GNUC_DEPRECATED_FOR (tp_proxy_prepare_async); | |
| | | #endif | |
| | | | |
| typedef void (*TpConnectionNameListCb) (const gchar * const *names, | | typedef void (*TpConnectionNameListCb) (const gchar * const *names, | |
| gsize n, const gchar * const *cms, const gchar * const *protocols, | | gsize n, const gchar * const *cms, const gchar * const *protocols, | |
| const GError *error, gpointer user_data, | | const GError *error, gpointer user_data, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
| void tp_list_connection_names (TpDBusDaemon *bus_daemon, | | void tp_list_connection_names (TpDBusDaemon *bus_daemon, | |
| TpConnectionNameListCb callback, | | TpConnectionNameListCb callback, | |
| gpointer user_data, GDestroyNotify destroy, | | gpointer user_data, GDestroyNotify destroy, | |
| GObject *weak_object); | | GObject *weak_object); | |
| | | | |
End of changes. 4 change blocks. |
| 4 lines changed or deleted | | 6 lines changed or added | |
|
| protocol.h | | protocol.h | |
| | | | |
| skipping to change at line 88 | | skipping to change at line 88 | |
| GError **error); | | GError **error); | |
| | | | |
| const gchar *tp_protocol_get_name (TpProtocol *self); | | const gchar *tp_protocol_get_name (TpProtocol *self); | |
| | | | |
| #define TP_PROTOCOL_FEATURE_PARAMETERS \ | | #define TP_PROTOCOL_FEATURE_PARAMETERS \ | |
| (tp_protocol_get_feature_quark_parameters ()) | | (tp_protocol_get_feature_quark_parameters ()) | |
| GQuark tp_protocol_get_feature_quark_parameters (void) G_GNUC_CONST; | | GQuark tp_protocol_get_feature_quark_parameters (void) G_GNUC_CONST; | |
| | | | |
| const TpConnectionManagerParam *tp_protocol_get_param (TpProtocol *self, | | const TpConnectionManagerParam *tp_protocol_get_param (TpProtocol *self, | |
| const gchar *param); | | const gchar *param); | |
|
| | | TpConnectionManagerParam *tp_protocol_dup_param (TpProtocol *self, | |
| | | const gchar *param); | |
| gboolean tp_protocol_has_param (TpProtocol *self, | | gboolean tp_protocol_has_param (TpProtocol *self, | |
| const gchar *param); | | const gchar *param); | |
| gboolean tp_protocol_can_register (TpProtocol *self); | | gboolean tp_protocol_can_register (TpProtocol *self); | |
| GStrv tp_protocol_dup_param_names (TpProtocol *self) G_GNUC_WARN_UNUSED_RES
ULT; | | GStrv tp_protocol_dup_param_names (TpProtocol *self) G_GNUC_WARN_UNUSED_RES
ULT; | |
|
| | | GList *tp_protocol_dup_params (TpProtocol *self) G_GNUC_WARN_UNUSED_RESULT; | |
| | | const TpConnectionManagerParam *tp_protocol_borrow_params (TpProtocol *self | |
| | | ) | |
| | | G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| const gchar * const * | | const gchar * const * | |
| /* gtk-doc sucks */ | | /* gtk-doc sucks */ | |
| tp_protocol_get_authentication_types (TpProtocol *self); | | tp_protocol_get_authentication_types (TpProtocol *self); | |
| | | | |
| #define TP_PROTOCOL_FEATURE_CORE \ | | #define TP_PROTOCOL_FEATURE_CORE \ | |
| (tp_protocol_get_feature_quark_core ()) | | (tp_protocol_get_feature_quark_core ()) | |
| GQuark tp_protocol_get_feature_quark_core (void) G_GNUC_CONST; | | GQuark tp_protocol_get_feature_quark_core (void) G_GNUC_CONST; | |
| | | | |
| const gchar *tp_protocol_get_vcard_field (TpProtocol *self); | | const gchar *tp_protocol_get_vcard_field (TpProtocol *self); | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 6 lines changed or added | |
|