From 0b1a67b0ce875f5a59a5f59ae8d483cfad91f9ef Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 26 Feb 2014 11:07:15 +0100 Subject: 0.23.2 --- telepathy-glib/abi.am | 1 + telepathy-glib/account-channel-request.c | 14 +++++++------- telepathy-glib/base-connection.c | 4 ++-- telepathy-glib/base-connection.h | 2 +- telepathy-glib/versions/0.23.2.abi | 12 ++++++++++++ 5 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 telepathy-glib/versions/0.23.2.abi (limited to 'telepathy-glib') diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am index 9f9db6abb..a503f5615 100644 --- a/telepathy-glib/abi.am +++ b/telepathy-glib/abi.am @@ -98,6 +98,7 @@ ABI_LISTS = \ versions/0.21.2.abi \ versions/0.23.0.abi \ versions/0.23.1.abi \ + versions/0.23.2.abi \ $(NULL) # The quoting here is unnecessary but harmless, and has the useful side-effect diff --git a/telepathy-glib/account-channel-request.c b/telepathy-glib/account-channel-request.c index 8c3bb9584..e32d64704 100644 --- a/telepathy-glib/account-channel-request.c +++ b/telepathy-glib/account-channel-request.c @@ -2400,7 +2400,7 @@ tp_account_channel_request_set_file_transfer_initial_offset ( * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_file_transfer_hash ( @@ -2444,7 +2444,7 @@ tp_account_channel_request_set_file_transfer_hash ( * * Returns: a new #TpAccountChannelRequest object * - * Since: UNRELEASED + * Since: 0.23.2 */ TpAccountChannelRequest * tp_account_channel_request_new_stream_tube (TpAccount *account, @@ -2493,7 +2493,7 @@ tp_account_channel_request_new_stream_tube (TpAccount *account, * * Returns: a new #TpAccountChannelRequest object * - * Since: UNRELEASED + * Since: 0.23.2 */ TpAccountChannelRequest * tp_account_channel_request_new_dbus_tube (TpAccount *account, @@ -2533,7 +2533,7 @@ tp_account_channel_request_new_dbus_tube (TpAccount *account, * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_sms_channel (TpAccountChannelRequest *self, @@ -2558,7 +2558,7 @@ tp_account_channel_request_set_sms_channel (TpAccountChannelRequest *self, * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_conference_initial_channels ( @@ -2594,7 +2594,7 @@ tp_account_channel_request_set_conference_initial_channels ( * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_initial_invitee_ids ( @@ -2621,7 +2621,7 @@ tp_account_channel_request_set_initial_invitee_ids ( * This function can't be called once @self has been used to request a * channel. * - * Since: UNRELEASED + * Since: 0.23.2 */ void tp_account_channel_request_set_initial_invitees ( diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c index 8608dc2ef..483e4cc61 100644 --- a/telepathy-glib/base-connection.c +++ b/telepathy-glib/base-connection.c @@ -1692,7 +1692,7 @@ tp_base_connection_class_init (TpBaseConnectionClass *klass) * It is given by the AccountManager in the connection parameters. Or %NULL if * the ConnectionManager or the AccountManager are too old. * - * Since: 0.UNRELEASED + * Since: 0.23.2 */ param_spec = g_param_spec_string ("account-path-suffix", "Account path suffix", @@ -4137,7 +4137,7 @@ tp_base_connection_get_object_path (TpBaseConnection *self) * * Returns: the same value has the #TpBaseConnection:account-path-suffix * property. - * Since: 0.UNRELEASED + * Since: 0.23.2 */ const gchar * tp_base_connection_get_account_path_suffix (TpBaseConnection *self) diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h index e0e414e9f..f4c16eaf1 100644 --- a/telepathy-glib/base-connection.h +++ b/telepathy-glib/base-connection.h @@ -241,7 +241,7 @@ void tp_base_connection_add_client_interest (TpBaseConnection *self, void tp_base_connection_add_possible_client_interest (TpBaseConnection *self, GQuark token); -_TP_AVAILABLE_IN_UNRELEASED +_TP_AVAILABLE_IN_0_24 const gchar *tp_base_connection_get_account_path_suffix ( TpBaseConnection *self); diff --git a/telepathy-glib/versions/0.23.2.abi b/telepathy-glib/versions/0.23.2.abi new file mode 100644 index 000000000..a379404ef --- /dev/null +++ b/telepathy-glib/versions/0.23.2.abi @@ -0,0 +1,12 @@ +Version: TELEPATHY_GLIB_0.23.2 +Extends: TELEPATHY_GLIB_0.23.1 +Release: 0.23.2 + +tp_account_channel_request_new_dbus_tube +tp_account_channel_request_new_stream_tube +tp_account_channel_request_set_conference_initial_channels +tp_account_channel_request_set_file_transfer_hash +tp_account_channel_request_set_initial_invitee_ids +tp_account_channel_request_set_initial_invitees +tp_account_channel_request_set_sms_channel +tp_base_connection_get_account_path_suffix -- cgit v1.2.1