summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-manager.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-04 16:45:53 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-04 16:45:53 +0100
commitc77760c35d8616e706b713b476e73f860d19a99a (patch)
treedf25e1dca4283dce0798ed82cf69d3007b1e9d51 /telepathy-glib/connection-manager.c
parent0e5c51bada28e61fd0e6bc70c4ca834be179268a (diff)
downloadtelepathy-glib-c77760c35d8616e706b713b476e73f860d19a99a.tar.gz
Include generated GEnum/GFlags types in documentation
Diffstat (limited to 'telepathy-glib/connection-manager.c')
-rw-r--r--telepathy-glib/connection-manager.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/telepathy-glib/connection-manager.c b/telepathy-glib/connection-manager.c
index 26d491bf9..34a363a50 100644
--- a/telepathy-glib/connection-manager.c
+++ b/telepathy-glib/connection-manager.c
@@ -105,10 +105,21 @@ tp_connection_manager_get_feature_quark_core (void)
* Describes possible sources of information on connection managers'
* supported protocols.
*
+ * Since 0.11.UNRELEASED, there is a corresponding #GEnumClass type,
+ * %TP_TYPE_CM_INFO_SOURCE.
+ *
* Since: 0.7.1
*/
/**
+ * TP_TYPE_CM_INFO_SOURCE:
+ *
+ * The #GEnumClass type of a #TpCMInfoSource.
+ *
+ * Since: 0.11.UNRELEASED
+ */
+
+/**
* TpConnectionManagerClass:
*
* The class of a #TpConnectionManager.