summaryrefslogtreecommitdiff
path: root/telepathy-farstream
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-11-07 21:25:14 -0500
committerXavier Claessens <xclaesse@gmail.com>2011-11-28 16:08:12 +0100
commitd0efff246a6668a28a2366e8ba483de99109b7ce (patch)
tree6b939ddba050f1ca7e3e16d4bbb7d0f214e5d01e /telepathy-farstream
parent92098d57b13ebad10f53e8b02daea8144eac4c5d (diff)
downloadtelepathy-farstream-d0efff246a6668a28a2366e8ba483de99109b7ce.tar.gz
Document interfaces by file
Diffstat (limited to 'telepathy-farstream')
-rw-r--r--telepathy-farstream/call-content.c12
-rw-r--r--telepathy-farstream/call-stream.c8
2 files changed, 12 insertions, 8 deletions
diff --git a/telepathy-farstream/call-content.c b/telepathy-farstream/call-content.c
index ff13eae..c0d3ef7 100644
--- a/telepathy-farstream/call-content.c
+++ b/telepathy-farstream/call-content.c
@@ -20,11 +20,15 @@
/**
* SECTION:call-content
- * @short_description: Handle the Call interface on a Channel
+ * @short_description: Handle the Content objects on a Call channel
+ *
+ * This class handles the org.freedesktop.Telepathy.Call1.Content,
+ * org.freedesktop.Telepathy.Call1.Content.Interface.Media,
+ * org.freedesktop.Telepathy.Call1.Content.Interface.VideoControl,
+ * org.freedesktop.Telepathy.Call1.Content.MediaDescription,
+ * prg.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTPHeaderExtensions
+ * and org.freedesktop.Telepathy.Call1.Content.MediaDescription.Interface.RTCPFeedback interfaces
*
- * This class handles the
- * org.freedesktop.Telepathy.Channel.Interface.Call on a
- * channel using Farstream.
*/
/* TODO:
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index 59a86c3..d395be8 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -20,11 +20,11 @@
/**
* SECTION:tfcallstream
*
- * @short_description: Handle the Stream interface on a Channel
+ * @short_description: Handle the Stream objects for a Call1 channel
*
- * This class handles the
- * org.freedesktop.Telepathy.Channel.Interface.Stream on a
- * channel using Farstream.
+ * This class handles the org.freedesktop.Telepathy.Call1.Stream,
+ * org.freedesktop.Telepathy.Call1.Stream.Interface.Media and
+ * org.freedesktop.Telepathy.Call1.Stream.Endpoint interfaces.
*/
/*