aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-03-08 09:44:05 -0600
committerTed Gould <ted@gould.cx>2012-03-08 09:44:05 -0600
commit9834879581e4f4ba16983b289c9b0442a48d5bdd (patch)
treede06af1431a94beade054333d18c6f247a1d1e42 /libdbusmenu-glib
parent1f1f1873c159506d7a2f57d8221fdc1a7af7230e (diff)
downloadlibdbusmenu-9834879581e4f4ba16983b289c9b0442a48d5bdd.tar.gz
libdbusmenu-9834879581e4f4ba16983b289c9b0442a48d5bdd.tar.bz2
libdbusmenu-9834879581e4f4ba16983b289c9b0442a48d5bdd.zip
Fixing a trivial annotation bug
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r--libdbusmenu-glib/menuitem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbusmenu-glib/menuitem.c b/libdbusmenu-glib/menuitem.c
index 253fe6e..c81c36e 100644
--- a/libdbusmenu-glib/menuitem.c
+++ b/libdbusmenu-glib/menuitem.c
@@ -1462,8 +1462,8 @@ dbusmenu_menuitem_property_remove (DbusmenuMenuitem * mi, const gchar * property
* by the menuitem but the list is not and should be freed using
* g_list_free() when the calling function is done with it.
*
- * Return value: (transfer container): A list of strings or NULL if there are
- * none.
+ * Return value: (transfer container) (element-type utf8): A list of
+ * strings or NULL if there are none.
*/
GList *
dbusmenu_menuitem_properties_list (DbusmenuMenuitem * mi)