summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-11 12:49:12 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-11 12:49:35 +0200
commit2126739841326c79f98ae795b3c962ad3a1d7884 (patch)
treef881802dc599705335b61609fac95c9ffa418dee /telepathy-glib/channel.c
parent6555f449c4b6490f08d7b2c8c523faa4c542b89d (diff)
downloadtelepathy-glib-2126739841326c79f98ae795b3c962ad3a1d7884.tar.gz
prepare 0.19.9 releasetelepathy-glib-0.19.9
Diffstat (limited to 'telepathy-glib/channel.c')
-rw-r--r--telepathy-glib/channel.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c
index 58918304f..cc95af172 100644
--- a/telepathy-glib/channel.c
+++ b/telepathy-glib/channel.c
@@ -395,7 +395,7 @@ tp_channel_is_ready (TpChannel *self)
*
* Returns: (transfer none): the value of #TpChannel:connection
* Since: 0.7.12
- * Deprecated: Since 0.UNRELEASED. New code should use
+ * Deprecated: Since 0.19.9. New code should use
* tp_channel_get_connection() instead.
*/
TpConnection *
@@ -414,7 +414,7 @@ tp_channel_borrow_connection (TpChannel *self)
* while this channel is valid - reference it with g_object_ref() if needed.
*
* Returns: (transfer none): the value of #TpChannel:connection
- * Since: 0.UNRELEASED
+ * Since: 0.19.9
*/
TpConnection *
tp_channel_get_connection (TpChannel *self)
@@ -447,7 +447,7 @@ tp_channel_get_connection (TpChannel *self)
* where the keys are strings,
* D-Bus interface name + "." + property name, and the values are #GValue
* instances
- * Deprecated: Since 0.UNRELEASED. New code should use
+ * Deprecated: Since 0.19.9. New code should use
* tp_channel_dup_immutable_properties() instead.
*/
GHashTable *
@@ -487,7 +487,7 @@ _tp_channel_get_immutable_properties (TpChannel *self)
*
* Returns: (transfer full): a dictionary where the keys are strings,
* D-Bus interface name + "." + property name.
- * Since: 0.UNRELEASED
+ * Since: 0.19.9
*/
GVariant *
tp_channel_dup_immutable_properties (TpChannel *self)