summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-tube-channel.c
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-02 16:31:18 -0400
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-04-02 16:31:18 -0400
commit95b3336d2d43fdbfe61692144dca8700e0ad0071 (patch)
treeac7c3535301a6649e8932eb18791585051dc202a /telepathy-glib/dbus-tube-channel.c
parent7d8094e59bf346b092f7a51e21afd0e7d9df6f1a (diff)
downloadtelepathy-glib-95b3336d2d43fdbfe61692144dca8700e0ad0071.tar.gz
version 0.18.0telepathy-glib-0.18.0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/dbus-tube-channel.c')
-rw-r--r--telepathy-glib/dbus-tube-channel.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/telepathy-glib/dbus-tube-channel.c b/telepathy-glib/dbus-tube-channel.c
index 998cb9957..3ce22c2be 100644
--- a/telepathy-glib/dbus-tube-channel.c
+++ b/telepathy-glib/dbus-tube-channel.c
@@ -519,7 +519,7 @@ tp_dbus_tube_channel_get_parameters (TpDBusTubeChannel *self)
* One can ask for a feature to be prepared using the
* tp_proxy_prepare_async() function, and waiting for it to callback.
*
- * Since: 0.UNRELEASED
+ * Since: 0.18.0
*/
GQuark
tp_dbus_tube_channel_feature_quark_core (void)
@@ -607,7 +607,7 @@ out:
* tp_dbus_tube_channel_offer_finish() to get the #GDBusConnection that will
* be used to communicate through the tube.
*
- * Since: 0.UNRELEASED
+ * Since: 0.18.0
*/
void
tp_dbus_tube_channel_offer_async (TpDBusTubeChannel *self,
@@ -642,7 +642,7 @@ tp_dbus_tube_channel_offer_async (TpDBusTubeChannel *self,
* Returns: (transfer full): a reference on a #GDBusConnection if the tube
* has been successfully offered and opened; %NULL otherwise.
*
- * Since: 0.UNRELEASED
+ * Since: 0.18.0
*/
GDBusConnection *
tp_dbus_tube_channel_offer_finish (TpDBusTubeChannel *self,
@@ -720,7 +720,7 @@ proxy_prepare_accept_cb (GObject *source,
* tp_dbus_tube_channel_accept_finish() to get the #GDBusConnection that will
* be used to communicate through the tube.
*
- * Since: 0.UNRELEASED
+ * Since: 0.18.0
*/
void
tp_dbus_tube_channel_accept_async (TpDBusTubeChannel *self,
@@ -752,7 +752,7 @@ tp_dbus_tube_channel_accept_async (TpDBusTubeChannel *self,
* Returns: (transfer full): a reference on a #GDBusConnection if the tube
* has been successfully accepted and opened; %NULL otherwise.
*
- * Since: 0.UNRELEASED
+ * Since: 0.18.0
*/
GDBusConnection *
tp_dbus_tube_channel_accept_finish (TpDBusTubeChannel *self,