diff options
author | Ted Gould <ted@gould.cx> | 2011-05-13 08:14:04 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-05-13 08:14:04 -0500 |
commit | 58da23cc6cb256459fccc72092b2e4aa8ca82174 (patch) | |
tree | f36bc1fbeee1ebfcb3c6d69a23b1b1e3fa89691f /libdbusmenu-glib | |
parent | a4b9fc5bddae5ec02c16a5aedb3f9199bde540d7 (diff) | |
download | libdbusmenu-58da23cc6cb256459fccc72092b2e4aa8ca82174.tar.gz libdbusmenu-58da23cc6cb256459fccc72092b2e4aa8ca82174.tar.bz2 libdbusmenu-58da23cc6cb256459fccc72092b2e4aa8ca82174.zip |
Adding the element type to get_children
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) |