[totem] core: Fix return type line in a documentation comment



commit 47d47d3539b35781ff4590ffa5b5673e661f2656
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Sep 30 13:14:43 2013 +0100

    core: Fix return type line in a documentation comment

 src/totem-object.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index 8bfe0da..9a8176a 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -895,9 +895,11 @@ totem_object_add_main_page (TotemObject *totem,
  * totem_object_get_main_page:
  * @totem: a #TotemObject
  *
- * Returns the identifier for the current page in Totem's
+ * Gets the identifier for the current page in Totem's
  * main view.
- **/
+ *
+ * Return value: identifier for current page
+ */
 const char *
 totem_object_get_main_page (Totem *totem)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]