gtk: add missing type annotations ported from Vala bindings

https://bugzilla.gnome.org/show_bug.cgi?id=730745
This commit is contained in:
Evan Nemerson
2014-05-26 09:41:21 -07:00
parent bda145b19f
commit 07d825574f
9 changed files with 22 additions and 17 deletions

View File

@ -500,7 +500,7 @@ gtk_menu_shell_dispose (GObject *object)
/**
* gtk_menu_shell_append:
* @menu_shell: a #GtkMenuShell
* @child: The #GtkMenuItem to add
* @child: (type Gtk.MenuItem): The #GtkMenuItem to add
*
* Adds a new #GtkMenuItem to the end of the menu shell's
* item list.