summaryrefslogtreecommitdiff
path: root/telepathy-glib/extra-gtkdoc.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2011-11-08 11:51:54 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-01-10 09:52:43 +0100
commit3fb5a0f0d3b5cf26257ac972ebdc853dd88de2a1 (patch)
tree4cb3824c417a870860741338deeeda22521c8900 /telepathy-glib/extra-gtkdoc.h
parent45d9a2b8758edfedd15fc4203236918fdfa6fe14 (diff)
downloadtelepathy-glib-3fb5a0f0d3b5cf26257ac972ebdc853dd88de2a1.tar.gz
Generate lowlevel API for Call1 spec
Add skeleton for TpCallChannel, TpCallContent and TpCallStream
Diffstat (limited to 'telepathy-glib/extra-gtkdoc.h')
-rw-r--r--telepathy-glib/extra-gtkdoc.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h
index 4a07de787..dacc08300 100644
--- a/telepathy-glib/extra-gtkdoc.h
+++ b/telepathy-glib/extra-gtkdoc.h
@@ -995,3 +995,53 @@
*
* Since: 0.17.1
*/
+
+/**
+ * SECTION:svc-channel-call
+ * @title: Service-side Channel Call interface
+ * @short_description: GInterface to implement call channels
+ *
+ * The Call channel represents a call.
+ *
+ * Since: 0.UNRELEASED
+ */
+
+/**
+ * SECTION:cli-call-channel
+ * @title: Channel Call interfaces
+ * @short_description: client-side wrappers for call channels
+ *
+ * The Call channel type represents a call.
+ *
+ * Since: 0.UNRELEASED
+ */
+
+/**
+ * SECTION:cli-call-content
+ * @title: Channel Call content interfaces
+ * @short_description: client-side wrappers for call contents
+ *
+ * Represents the contents of a call.
+ *
+ * Since: 0.UNRELEASED
+ */
+
+/**
+ * SECTION:cli-call-stream
+ * @title: Channel Call stream interfaces
+ * @short_description: client-side wrappers for call streams
+ *
+ * Represents the streams of a call.
+ *
+ * Since: 0.UNRELEASED
+ */
+
+/**
+ * SECTION:cli-call-misc
+ * @title: Channel Call misc interfaces
+ * @short_description: client-side wrappers for misc call interfaces
+ *
+ * Misc interfaces for calls.
+ *
+ * Since: 0.UNRELEASED
+ */