summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-20 18:01:12 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-02-20 18:01:31 -0500
commita585da84fc5f3bc00907b25452759137de72f769 (patch)
tree2bef81be44da1c26874c8fccf14912900861dd93
parentcbf78df822df886c92a6c9f0934067198584ecd3 (diff)
downloadtelepathy-farstream-a585da84fc5f3bc00907b25452759137de72f769.tar.gz
Fix errors in doc building
-rw-r--r--doc/lib/telepathy-farstream-sections.txt5
-rw-r--r--telepathy-farstream/content.c6
-rw-r--r--telepathy-farstream/utils.h2
3 files changed, 4 insertions, 9 deletions
diff --git a/doc/lib/telepathy-farstream-sections.txt b/doc/lib/telepathy-farstream-sections.txt
index 41903c4..4a7c4b3 100644
--- a/doc/lib/telepathy-farstream-sections.txt
+++ b/doc/lib/telepathy-farstream-sections.txt
@@ -1,9 +1,4 @@
<SECTION>
-<TITLE>Utilities</TITLE>
-tp_media_type_to_fs
-</SECTION>
-
-<SECTION>
<FILE>content</FILE>
<TITLE>TfContent</TITLE>
TfContent
diff --git a/telepathy-farstream/content.c b/telepathy-farstream/content.c
index 5a76dd6..3327408 100644
--- a/telepathy-farstream/content.c
+++ b/telepathy-farstream/content.c
@@ -432,8 +432,7 @@ _tf_content_stop_receiving (TfContent *self, guint *handles,
/**
* tf_content_sending_failed_literal:
* @content: a #TfContent
- * @message_format: Message with printf style formatting
- * @...: Parameters to insert into the @message_format string
+ * @message: The error message
*
* Informs the Connection Manager that sending has failed for this
* content. This is a transient error and it may or not not end the Content
@@ -459,7 +458,8 @@ tf_content_sending_failed_literal (TfContent *content,
/**
* tf_content_sending_failed:
* @content: a #TfContent
- * @message: The error message
+ * @message_format: Message with printf style formatting
+ * @...: Parameters to insert into the @message_format string
*
* Informs the Connection Manager that sending has failed for this
* content. This is a transient error and it may or not not end the Content
diff --git a/telepathy-farstream/utils.h b/telepathy-farstream/utils.h
index 3bf02c8..fbf5fcc 100644
--- a/telepathy-farstream/utils.h
+++ b/telepathy-farstream/utils.h
@@ -1,7 +1,7 @@
#ifndef __UTILS_H__
#define __UTILS_H__
-/**
+/*
* tp_media_type_to_fs:
* @type: A Telepathy Media Stream Type
*