account-channel-request.h   account-channel-request.h 
skipping to change at line 117 skipping to change at line 117
TpAccountChannelRequest *self, TpAccountChannelRequest *self,
gboolean delegate); gboolean delegate);
/* Text */ /* Text */
_TP_AVAILABLE_IN_0_20 _TP_AVAILABLE_IN_0_20
TpAccountChannelRequest *tp_account_channel_request_new_text ( TpAccountChannelRequest *tp_account_channel_request_new_text (
TpAccount *account, TpAccount *account,
gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT; gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
_TP_AVAILABLE_IN_0_24
void tp_account_channel_request_set_sms_channel (TpAccountChannelRequest *s
elf,
gboolean is_sms_channel);
/* Calls */ /* Calls */
_TP_AVAILABLE_IN_0_20 _TP_AVAILABLE_IN_0_20
TpAccountChannelRequest *tp_account_channel_request_new_audio_call ( TpAccountChannelRequest *tp_account_channel_request_new_audio_call (
TpAccount *account, TpAccount *account,
gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT; gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
_TP_AVAILABLE_IN_0_20 _TP_AVAILABLE_IN_0_20
TpAccountChannelRequest *tp_account_channel_request_new_audio_video_call ( TpAccountChannelRequest *tp_account_channel_request_new_audio_video_call (
TpAccount *account, TpAccount *account,
gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT; gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
skipping to change at line 155 skipping to change at line 159
const gchar *uri); const gchar *uri);
_TP_AVAILABLE_IN_0_20 _TP_AVAILABLE_IN_0_20
void tp_account_channel_request_set_file_transfer_timestamp ( void tp_account_channel_request_set_file_transfer_timestamp (
TpAccountChannelRequest *self, TpAccountChannelRequest *self,
guint64 timestamp); guint64 timestamp);
_TP_AVAILABLE_IN_0_20 _TP_AVAILABLE_IN_0_20
void tp_account_channel_request_set_file_transfer_initial_offset ( void tp_account_channel_request_set_file_transfer_initial_offset (
TpAccountChannelRequest *self, TpAccountChannelRequest *self,
guint64 offset); guint64 offset);
_TP_AVAILABLE_IN_0_24
void tp_account_channel_request_set_file_transfer_hash (
TpAccountChannelRequest *self,
TpFileHashType hash_type,
const gchar *hash);
/* Tube */
_TP_AVAILABLE_IN_0_24
TpAccountChannelRequest *tp_account_channel_request_new_stream_tube (
TpAccount *account,
const gchar *service,
gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
_TP_AVAILABLE_IN_0_24
TpAccountChannelRequest *tp_account_channel_request_new_dbus_tube (
TpAccount *account,
const gchar *service_name,
gint64 user_action_time) G_GNUC_WARN_UNUSED_RESULT;
/* Conference */
_TP_AVAILABLE_IN_0_24
void tp_account_channel_request_set_conference_initial_channels (
TpAccountChannelRequest *self,
const gchar * const * channels);
_TP_AVAILABLE_IN_0_24
void tp_account_channel_request_set_initial_invitee_ids (
TpAccountChannelRequest *self,
const gchar * const * ids);
_TP_AVAILABLE_IN_0_24
void tp_account_channel_request_set_initial_invitees (
TpAccountChannelRequest *self,
GPtrArray *contacts);
/* Channel target (shared between all channel types) */ /* Channel target (shared between all channel types) */
_TP_AVAILABLE_IN_0_20 _TP_AVAILABLE_IN_0_20
void tp_account_channel_request_set_target_contact ( void tp_account_channel_request_set_target_contact (
TpAccountChannelRequest *self, TpAccountChannelRequest *self,
TpContact *contact); TpContact *contact);
_TP_AVAILABLE_IN_0_20 _TP_AVAILABLE_IN_0_20
void tp_account_channel_request_set_target_id (TpAccountChannelRequest *sel f, void tp_account_channel_request_set_target_id (TpAccountChannelRequest *sel f,
TpHandleType handle_type, TpHandleType handle_type,
const gchar *identifier); const gchar *identifier);
 End of changes. 2 change blocks. 
0 lines changed or deleted 42 lines changed or added


 base-connection.h   base-connection.h 
skipping to change at line 241 skipping to change at line 241
TpDBusDaemon *tp_base_connection_get_dbus_daemon (TpBaseConnection *self); TpDBusDaemon *tp_base_connection_get_dbus_daemon (TpBaseConnection *self);
void tp_base_connection_add_client_interest (TpBaseConnection *self, void tp_base_connection_add_client_interest (TpBaseConnection *self,
const gchar *unique_name, const gchar *token, const gchar *unique_name, const gchar *token,
gboolean only_if_uninterested); gboolean only_if_uninterested);
void tp_base_connection_add_possible_client_interest (TpBaseConnection *sel f, void tp_base_connection_add_possible_client_interest (TpBaseConnection *sel f,
GQuark token); GQuark token);
_TP_AVAILABLE_IN_0_24
const gchar *tp_base_connection_get_account_path_suffix (
TpBaseConnection *self);
G_END_DECLS G_END_DECLS
#endif /* #ifndef __TP_BASE_CONNECTION_H__*/ #endif /* #ifndef __TP_BASE_CONNECTION_H__*/
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added


 version.h   version.h 
/* telepathy-glib/version.h. Generated from version.h.in by configure. */ /* telepathy-glib/version.h. Generated from version.h.in by configure. */
#define TP_MAJOR_VERSION 0 #define TP_MAJOR_VERSION 0
#define TP_MINOR_VERSION 23 #define TP_MINOR_VERSION 23
#define TP_MICRO_VERSION 1 #define TP_MICRO_VERSION 2
 End of changes. 1 change blocks. 
0 lines changed or deleted 0 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/