[totem] chapters: Fix a documentation comment’s r eturn line
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] chapters: Fix a documentation comment’s r eturn line
- Date: Mon, 30 Sep 2013 12:15:27 +0000 (UTC)
commit 9bc81dc2f8ba3ebd6cdeff3f66d73588632bb092
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Sep 30 13:11:11 2013 +0100
chapters: Fix a documentation comment’s return line
src/plugins/chapters/totem-cmml-parser.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/chapters/totem-cmml-parser.c b/src/plugins/chapters/totem-cmml-parser.c
index 39dc19d..80f6bd8 100644
--- a/src/plugins/chapters/totem-cmml-parser.c
+++ b/src/plugins/chapters/totem-cmml-parser.c
@@ -697,8 +697,10 @@ totem_cmml_read_file (GFile *file,
* @res: a #GAsyncResult
* @error: a #GError, or %NULL
*
- * Returns a list of parsed chapters or %NULL on error
- **/
+ * Gets a list of parsed chapters or %NULL on error.
+ *
+ * Return value: (allow-none): list of chapters
+ */
GList *
totem_cmml_read_file_finish (GFile *file,
GAsyncResult *res,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]