summaryrefslogtreecommitdiff
path: root/telepathy-glib/basic-proxy-factory.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-15 17:50:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-15 17:50:37 +0100
commit64f21d8a34a50c45ea243e2c88f5df07520763fd (patch)
tree62e3d9a5327d5625aa228ebd8a2c25f142eb70cc /telepathy-glib/basic-proxy-factory.c
parent8b2feb05b3ab7e3c78dcc00071c48b95f4941bd7 (diff)
downloadtelepathy-glib-64f21d8a34a50c45ea243e2c88f5df07520763fd.tar.gz
NEWS and stuff for 0.13.2
Diffstat (limited to 'telepathy-glib/basic-proxy-factory.c')
-rw-r--r--telepathy-glib/basic-proxy-factory.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/telepathy-glib/basic-proxy-factory.c b/telepathy-glib/basic-proxy-factory.c
index c32e06e35..9590c861e 100644
--- a/telepathy-glib/basic-proxy-factory.c
+++ b/telepathy-glib/basic-proxy-factory.c
@@ -29,6 +29,8 @@
* not create higher-level subclasses like #TpStreamTubeChannel.
*
* TpProxy subclasses other than TpChannel are not currently supported.
+ *
+ * Since: 0.13.2
*/
/**
@@ -36,7 +38,7 @@
*
* Data structure representing a #TpBasicProxyFactory
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
/**
@@ -45,7 +47,7 @@
*
* The class of a #TpBasicProxyFactory.
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
#include "telepathy-glib/basic-proxy-factory.h"
@@ -88,7 +90,7 @@ client_channel_factory_iface_init (gpointer g_iface,
*
* Returns: a new #TpBasicProxyFactory
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
TpBasicProxyFactory *
tp_basic_proxy_factory_new (void)
@@ -106,7 +108,7 @@ tp_basic_proxy_factory_new (void)
*
* Returns: (transfer full): a #TpBasicProxyFactory
*
- * Since: 0.13.UNRELEASED
+ * Since: 0.13.2
*/
TpBasicProxyFactory *
tp_basic_proxy_factory_dup (void)