summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-08-17 16:02:19 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-08-17 16:02:19 +0100
commitcf56f52d3202cb4227d6eb4d990da246d1160013 (patch)
treee6545a057e81abdf56f9fb17e6cdf452e0a242f0 /telepathy-glib/base-client.c
parent51171b4f6b0508a6d3ae41b2b54c25d6bbf24415 (diff)
downloadtelepathy-glib-cf56f52d3202cb4227d6eb4d990da246d1160013.tar.gz
Version 0.15.5telepathy-glib-0.15.5
Diffstat (limited to 'telepathy-glib/base-client.c')
-rw-r--r--telepathy-glib/base-client.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/base-client.c b/telepathy-glib/base-client.c
index 3e528322c..c0ae23452 100644
--- a/telepathy-glib/base-client.c
+++ b/telepathy-glib/base-client.c
@@ -1425,7 +1425,7 @@ tp_base_client_class_init (TpBaseClientClass *cls)
* Factory for this base client, used to look up or create
* #TpAccount objects.
*
- * Since: 0.UNRELEASED
+ * Since: 0.15.5
*/
param_spec = g_param_spec_object ("factory", "TpSimpleClientFactory",
"The TpSimpleClientFactory used look up or create TpAccount objects",
@@ -1476,7 +1476,7 @@ tp_base_client_class_init (TpBaseClientClass *cls)
* If no channel factory is specified then #TpAutomaticProxyFactory is used.
*
* Since: 0.13.2
- * Deprecated: since 0.UNRELEASED. The factory is taken from
+ * Deprecated: since 0.15.5. The factory is taken from
* #TpBaseClient:account-manager.
*/
param_spec = g_param_spec_object ("channel-factory", "Channel factory",
@@ -2972,7 +2972,7 @@ tp_base_client_add_connection_features (TpBaseClient *self,
* It can't be changed once @self has been registered.
*
* Since: 0.13.2
- * Deprecated: since 0.UNRELEASED. The factory is taken from
+ * Deprecated: since 0.15.5. The factory is taken from
* #TpBaseClient:account-manager.
*/
void
@@ -3005,7 +3005,7 @@ _tp_base_client_set_channel_factory (TpBaseClient *self,
*
* Returns: the value of #TpBaseClient:channel-factory
* Since: 0.13.2
- * Deprecated: since 0.UNRELEASED. The factory is taken from
+ * Deprecated: since 0.15.5. The factory is taken from
* #TpBaseClient:account-manager.
*/
TpClientChannelFactory *