summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-05-26 09:41:21 -0700
committerEvan Nemerson <evan@nemerson.com>2014-05-27 21:10:33 -0700
commit07d825574f62ee9575d10a3fa3c60001c7ffddfb (patch)
tree9cdbf6737ebf11e35bc53507ff981cb93bc5e852 /gtk/gtkstatusbar.c
parentbda145b19f57bb2b8906fb8f1470b5a0fcd2b86e (diff)
downloadgtk+-07d825574f62ee9575d10a3fa3c60001c7ffddfb.tar.gz
gtk: add missing type annotations ported from Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=730745
Diffstat (limited to 'gtk/gtkstatusbar.c')
-rw-r--r--gtk/gtkstatusbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstatusbar.c b/gtk/gtkstatusbar.c
index eeabaae018..7b69ce70c6 100644
--- a/gtk/gtkstatusbar.c
+++ b/gtk/gtkstatusbar.c
@@ -517,7 +517,7 @@ gtk_statusbar_remove_all (GtkStatusbar *statusbar,
*
* Retrieves the box containing the label widget.
*
- * Returns: (transfer none): a #GtkBox
+ * Returns: (type Gtk.Box) (transfer none): a #GtkBox
*
* Since: 2.20
*/