[gnome-desktop] gnome-xkb-info: Fix introspection element-type annotations



commit 8dba9824364a2144ac6ea1169a0e16d56925e13c
Author: Rui Matos <tiagomatos gmail com>
Date:   Tue Sep 25 19:46:40 2012 +0200

    gnome-xkb-info: Fix introspection element-type annotations
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684802

 libgnome-desktop/gnome-xkb-info.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgnome-desktop/gnome-xkb-info.c b/libgnome-desktop/gnome-xkb-info.c
index 388b1f6..b86b616 100644
--- a/libgnome-desktop/gnome-xkb-info.c
+++ b/libgnome-desktop/gnome-xkb-info.c
@@ -639,7 +639,7 @@ gnome_xkb_info_new (void)
  *
  * Returns a list of all layout identifiers we know about.
  *
- * Return value: (transfer container) (element-type gchar): the list
+ * Return value: (transfer container) (element-type utf8): the list
  * of layout names. The caller takes ownership of the #GList but not
  * of the strings themselves, those are internally allocated and must
  * not be modified.
@@ -667,7 +667,7 @@ gnome_xkb_info_get_all_layouts (GnomeXkbInfo *self)
  *
  * Returns a list of all option group identifiers we know about.
  *
- * Return value: (transfer container) (element-type gchar): the list
+ * Return value: (transfer container) (element-type utf8): the list
  * of option group ids. The caller takes ownership of the #GList but
  * not of the strings themselves, those are internally allocated and
  * must not be modified.
@@ -697,7 +697,7 @@ gnome_xkb_info_get_all_option_groups (GnomeXkbInfo *self)
  * Returns a list of all option identifiers we know about for group
  * @group_id.
  *
- * Return value: (transfer container) (element-type gchar): the list
+ * Return value: (transfer container) (element-type utf8): the list
  * of option ids. The caller takes ownership of the #GList but not of
  * the strings themselves, those are internally allocated and must not
  * be modified.



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