summaryrefslogtreecommitdiff
path: root/telepathy-glib/extra-gtkdoc.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 13:32:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 13:32:37 +0100
commitf65b6723c26dac11e320ac380ce3aec0fb2e71be (patch)
tree1462c60720c678279be702f463be8439a5e38d56 /telepathy-glib/extra-gtkdoc.h
parente088736bbff3ac9054ec405412350d468c0304df (diff)
downloadtelepathy-glib-f65b6723c26dac11e320ac380ce3aec0fb2e71be.tar.gz
Generate code for Anonymity and ServicePoint, and document their sections
Diffstat (limited to 'telepathy-glib/extra-gtkdoc.h')
-rw-r--r--telepathy-glib/extra-gtkdoc.h68
1 files changed, 68 insertions, 0 deletions
diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h
index f13e55de7..cfaef0e41 100644
--- a/telepathy-glib/extra-gtkdoc.h
+++ b/telepathy-glib/extra-gtkdoc.h
@@ -679,3 +679,71 @@
*
* Since: 0.11.3
*/
+
+/**
+ * SECTION:cli-anonymity
+ * @title: Connection and Channel Anonymity interfaces
+ * @short_description: client-side wrappers for the Anonymity interfaces
+ * @see_also: #TpConnection, #TpChannel
+ *
+ * In some protocols, mainly those that interact with the PSTN, it's possible
+ * to make a call without disclosing the originating identity (e.g. phone
+ * number). The Anonymity interfaces on the Connection and Channel can be used
+ * to control this feature in Telepathy.
+ *
+ * This section documents the auto-generated C wrappers for the
+ * Anonymity interfaces, used with #TpConnection and #TpChannel objects.
+ *
+ * Since: 0.11.UNRELEASED
+ */
+
+/**
+ * SECTION:svc-anonymity
+ * @title: Service-side Connection and Channel Anonymity interfaces
+ * @short_description: GInterfaces to implement the Anonymity interfaces
+ *
+ * In some protocols, mainly those that interact with the PSTN, it's possible
+ * to make a call without disclosing the originating identity (e.g. phone
+ * number). The Anonymity interfaces on the Connection and Channel can be used
+ * to control this feature in Telepathy.
+ *
+ * This section documents the auto-generated GInterfaces used to implement the
+ * Anonymity interfaces.
+ *
+ * Since: 0.11.UNRELEASED
+ */
+
+/**
+ * SECTION:cli-service-point
+ * @title: Connection and Channel ServicePoint interfaces
+ * @short_description: client-side wrappers for the ServicePoint interfaces
+ * @see_also: #TpConnection, #TpChannel
+ *
+ * In some protocols, mainly those that interact with the PSTN, it's possible
+ * to contact the emergency services or other public service answering points.
+ * The ServicePoint interfaces on the Connection and Channel can be used
+ * to discover how to contact these service points, and detect whether a call
+ * in progress is communicating with a service point.
+ *
+ * This section documents the auto-generated C wrappers for the
+ * ServicePoint interfaces, used with #TpConnection and #TpChannel objects.
+ *
+ * Since: 0.11.UNRELEASED
+ */
+
+/**
+ * SECTION:svc-service-point
+ * @title: Service-side Connection and Channel ServicePoint interfaces
+ * @short_description: GInterfaces to implement the ServicePoint interfaces
+ *
+ * In some protocols, mainly those that interact with the PSTN, it's possible
+ * to contact the emergency services or other public service answering points.
+ * The ServicePoint interfaces on the Connection and Channel can be used
+ * to discover how to contact these service points, and detect whether a call
+ * in progress is communicating with a service point.
+ *
+ * This section documents the auto-generated GInterfaces used to implement the
+ * ServicePoint interfaces.
+ *
+ * Since: 0.11.UNRELEASED
+ */