summaryrefslogtreecommitdiff
path: root/telepathy-glib/client-channel-factory.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-17 16:18:28 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-17 16:18:28 +0000
commit1f8835015021a4d842f74b6a1927873c01d5028e (patch)
tree252d8dc1f6d5687c247838e33e37337e4e6a7f8c /telepathy-glib/client-channel-factory.c
parent42b8e444b927255926a1bebbb42031132f627de0 (diff)
downloadtelepathy-glib-1f8835015021a4d842f74b6a1927873c01d5028e.tar.gz
Version 0.13.6telepathy-glib-0.13.6
Diffstat (limited to 'telepathy-glib/client-channel-factory.c')
-rw-r--r--telepathy-glib/client-channel-factory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/telepathy-glib/client-channel-factory.c b/telepathy-glib/client-channel-factory.c
index d89208f11..30a5e27e8 100644
--- a/telepathy-glib/client-channel-factory.c
+++ b/telepathy-glib/client-channel-factory.c
@@ -42,7 +42,7 @@
* Opaque typedef representing a #GObject that implements
* the %TP_TYPE_CLIENT_CHANNEL_FACTORY interface.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.6
*/
/**
@@ -90,7 +90,7 @@ tp_client_channel_factory_default_init (TpClientChannelFactoryInterface *iface)
* Function called when a channel need to be created.
* Implementation can return a subclass of #TpChannel if they need to.
*
- * Changed in 0.13.UNRELEASED: the function's signature was previously wrong;
+ * Changed in 0.13.6: the function's signature was previously wrong;
* it expected an object instance as its first parameter, but the type of the
* parameter was the type of the interface vtable.
*
@@ -130,7 +130,7 @@ tp_client_channel_factory_create_channel (TpClientChannelFactory *self,
* Return a #GArray containing the #TpChannel features that
* should be prepared on @channel.
*
- * Changed in 0.13.UNRELEASED: the function's signature was previously wrong;
+ * Changed in 0.13.6: the function's signature was previously wrong;
* it expected an object instance as its first parameter, but the type of the
* parameter was the type of the interface vtable.
*