diff options
author | Evan Nemerson <evan@nemerson.com> | 2014-05-26 09:41:21 -0700 |
---|---|---|
committer | Evan Nemerson <evan@nemerson.com> | 2014-05-27 21:10:33 -0700 |
commit | 07d825574f62ee9575d10a3fa3c60001c7ffddfb (patch) | |
tree | 9cdbf6737ebf11e35bc53507ff981cb93bc5e852 /gtk/gtkinfobar.c | |
parent | bda145b19f57bb2b8906fb8f1470b5a0fcd2b86e (diff) | |
download | gtk+-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/gtkinfobar.c')
-rw-r--r-- | gtk/gtkinfobar.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 35d28959b0..c1a8843f4c 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -746,7 +746,8 @@ gtk_info_bar_get_content_area (GtkInfoBar *info_bar) * action area. The button widget is returned, but usually you don't * need it. * - * Returns: (transfer none): the #GtkButton widget that was added + * Returns: (transfer none) (type Gtk.Button): the #GtkButton widget + * that was added * * Since: 2.18 */ |