summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-factory-iface.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2008-09-17 12:43:24 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2008-09-17 12:43:24 +0100
commitcf462965eebfd7586abad0c00f078fca70a801ba (patch)
tree95792bbb5eb16bd6a757d7cd2345732108b1c50b /telepathy-glib/channel-factory-iface.c
parent74c605f10a51457026a9fa3f4a3064052d79d596 (diff)
downloadtelepathy-glib-cf462965eebfd7586abad0c00f078fca70a801ba.tar.gz
Don't deprecate create_channel_factories and TpChannelFactoryIface
Diffstat (limited to 'telepathy-glib/channel-factory-iface.c')
-rw-r--r--telepathy-glib/channel-factory-iface.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/telepathy-glib/channel-factory-iface.c b/telepathy-glib/channel-factory-iface.c
index e2dcde62d..a2eb095a6 100644
--- a/telepathy-glib/channel-factory-iface.c
+++ b/telepathy-glib/channel-factory-iface.c
@@ -34,12 +34,11 @@
* all requests and all incoming events, but in general, there will be
* multiple channel factories handling different types of channel.
*
- * @deprecated since 0.7.UNRELEASED. #TpChannelManager is a newer interface for
- * allocating and tracking channels which supports the Requests
- * D-Bus interface introduced in version 0.17.11 of the
- * specification. New connection managers should implement that
- * interface instead, and existing connection managers should
- * migrate to it.
+ * #TpChannelManager is a newer interface (introduced in telepathy-glib
+ * 0.7.UNRELEASED) for allocating and tracking channels which supports the
+ * Requests D-Bus interface introduced in version 0.17.11 of the
+ * specification. New connection managers should implement that interface
+ * instead, and existing connection managers should migrate to it.
*/
#include <telepathy-glib/channel-factory-iface.h>