summaryrefslogtreecommitdiff
path: root/telepathy-glib/extra-gtkdoc.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-11-25 11:25:33 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-11-25 11:25:33 +0000
commit9aea9925ffca341a6dcd83808fa89b721314b38e (patch)
tree7c4d0eb686cdcb46a4e03098562e22393af7c8c0 /telepathy-glib/extra-gtkdoc.h
parent314b455de68fa347a2018b2787f25d5994328da3 (diff)
downloadtelepathy-glib-9aea9925ffca341a6dcd83808fa89b721314b38e.tar.gz
Generate and document constants for D-Bus property names
Diffstat (limited to 'telepathy-glib/extra-gtkdoc.h')
-rw-r--r--telepathy-glib/extra-gtkdoc.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h
index e0b67c335..293d52660 100644
--- a/telepathy-glib/extra-gtkdoc.h
+++ b/telepathy-glib/extra-gtkdoc.h
@@ -364,8 +364,9 @@
/**
* SECTION:interfaces
- * @title: Telepathy protocol interface strings
- * @short_description: D-Bus interface names from the Telepathy spec
+ * @title: Telepathy protocol interface and property names
+ * @short_description: D-Bus interface and property names from the
+ * Telepathy spec
*
* This header exposes the interface names from the Telepathy specification
* as cpp defines for strings, such as %TP_IFACE_PROPERTIES_INTERFACE.
@@ -374,6 +375,11 @@
* Since 0.7.0 it also provides cpp defines like
* %TP_IFACE_QUARK_PROPERTIES_INTERFACE, which expand to function calls that
* return GQuarks for the same strings.
+ *
+ * Since 0.9.UNRELEASED it also provides cpp defines like
+ * %TP_PROP_CHANNEL_INTERFACE_GROUP_GROUP_FLAGS, which expand to string
+ * constants representing fully-qualified D-Bus property names, like
+ * <literal>org.freedesktop.Telepathy.Channel.Interface.Group.GroupFlags</literal>.
*/
/**