diff options
author | Ted Gould <ted@gould.cx> | 2011-06-16 14:05:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-06-16 14:05:41 -0500 |
commit | 6800a8193361b2e35d41551158407fb0890479a6 (patch) | |
tree | 898fc9236081aab71000a3435e6b98514b37c75d /libdbusmenu-glib | |
parent | 6f48c29f8c416e2a386d16195072997c1d3a6ebe (diff) | |
parent | 58da23cc6cb256459fccc72092b2e4aa8ca82174 (diff) | |
download | libdbusmenu-6800a8193361b2e35d41551158407fb0890479a6.tar.gz libdbusmenu-6800a8193361b2e35d41551158407fb0890479a6.tar.bz2 libdbusmenu-6800a8193361b2e35d41551158407fb0890479a6.zip |
Add a more specific annotation
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/menuitem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/menuitem.c b/libdbusmenu-glib/menuitem.c index bdaf49f..9c1d30a 100644 --- a/libdbusmenu-glib/menuitem.c +++ b/libdbusmenu-glib/menuitem.c @@ -575,7 +575,7 @@ dbusmenu_menuitem_set_realized (DbusmenuMenuitem * mi) * has. The list is valid until another child related function * is called, where it might be changed. * - * Return value: (transfer none): A #GList of pointers to #DbusmenuMenuitem objects. + * Return value: (transfer none) (element-type Dbusmenu.Menuitem): A #GList of pointers to #DbusmenuMenuitem objects. */ GList * dbusmenu_menuitem_get_children (DbusmenuMenuitem * mi) |