[gucharmap] docs: Fix some doc strings



commit beef20a4c10c6babec82ad78422b5d7c6aafa702
Author: Christian Persch <chpe gnome org>
Date:   Fri Aug 24 22:20:12 2012 +0200

    docs: Fix some doc strings

 gucharmap/gucharmap-script-codepoint-list.c |    4 ++--
 gucharmap/gucharmap-unicode-info.c          |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gucharmap/gucharmap-script-codepoint-list.c b/gucharmap/gucharmap-script-codepoint-list.c
index 2724302..6b1562a 100644
--- a/gucharmap/gucharmap-script-codepoint-list.c
+++ b/gucharmap/gucharmap-script-codepoint-list.c
@@ -405,8 +405,8 @@ gucharmap_script_codepoint_list_append_script (GucharmapScriptCodepointList  *li
 /**
  * gucharmap_unicode_list_scripts:
  *
- * Return value: %NULL-terminated array of script names. These have been
- * marked for translation with N_().
+ * Returns an array of untranslated script names.
+ *
  * The strings in the array are owned by gucharmap and should not be
  * modified or free; the array itself however is allocated and should
  * be freed with g_free().
diff --git a/gucharmap/gucharmap-unicode-info.c b/gucharmap/gucharmap-unicode-info.c
index edfeead..fed32eb 100644
--- a/gucharmap/gucharmap-unicode-info.c
+++ b/gucharmap/gucharmap-unicode-info.c
@@ -526,7 +526,7 @@ gucharmap_unichar_validate (gunichar ch)
 }
 
 /**
- * gucharmap_unichar_to_printable_utf8
+ * gucharmap_unichar_to_printable_utf8:
  * @uc: a unicode character 
  * @outbuf: output buffer, must have at least 10 bytes of space.
  *          If %NULL, the length will be computed and returned



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