summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-glib/channel-manager.c')
-rw-r--r--telepathy-glib/channel-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/channel-manager.c b/telepathy-glib/channel-manager.c
index da24493f9..14dcb70d4 100644
--- a/telepathy-glib/channel-manager.c
+++ b/telepathy-glib/channel-manager.c
@@ -238,7 +238,7 @@ channel_manager_base_init (gpointer klass)
* signal, and then return from pending CreateChannel, EnsureChannel
* and/or RequestChannel calls if appropriate.
*
- * Since 0.UNRELEASED, clients should not emit more than one
+ * Since 0.19.1, clients should not emit more than one
* channel in this signal at one time as the creation of
* multiple channels together in a single signal is strongly
* recommended against: it's very complicated, hard to get
@@ -356,7 +356,7 @@ tp_channel_manager_get_type (void)
* If @channels is non-empty, emit the #TpChannelManager::new-channels
* signal indicating that those channels have been created.
*
- * Deprecated: in 0.UNRELEASED this function should not be
+ * Deprecated: in 0.19.1 this function should not be
* used. Signalling the creation of multiple channels together in a
* single signal is strongly recommended against as it's very
* complicated, hard to get right in clients, and not nearly as