summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus.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/dbus.c
parent0e5c51bada28e61fd0e6bc70c4ca834be179268a (diff)
downloadtelepathy-glib-c77760c35d8616e706b713b476e73f860d19a99a.tar.gz
Include generated GEnum/GFlags types in documentation
Diffstat (limited to 'telepathy-glib/dbus.c')
-rw-r--r--telepathy-glib/dbus.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index fad01cd2e..b119aea47 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -196,10 +196,21 @@ tp_get_bus_proxy (void)
* types. %TP_DBUS_NAME_TYPE_NOT_BUS_DAEMON and %TP_DBUS_NAME_TYPE_ANY are
* the bitwise-or of other appropriate types, for convenience.
*
+ * Since 0.11.UNRELEASED, there is a corresponding #GFlagsClass type,
+ * %TP_TYPE_DBUS_NAME_TYPE.
+ *
* Since: 0.7.1
*/
/**
+ * TP_TYPE_DBUS_NAME_TYPE:
+ *
+ * The #GFlagsClass type of a #TpDBusNameType or a set of name types.
+ *
+ * Since: 0.11.UNRELEASED
+ */
+
+/**
* tp_dbus_check_valid_bus_name:
* @name: a possible bus name
* @allow_types: some combination of %TP_DBUS_NAME_TYPE_UNIQUE,