[gtk/gtk-3-24: 1/3] GtkInfoBar: Add `type Gtk.Box` annotation for action_area/content_area getters



commit 1f96d57a0fdbbec71124d59177cc5b16bcf0866b
Author: Sebastian Dröge <sebastian centricular com>
Date:   Thu Jan 30 23:38:25 2020 +0200

    GtkInfoBar: Add `type Gtk.Box` annotation for action_area/content_area getters

 gtk/gtkinfobar.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c
index 6760f8d15b..8cb6e518ec 100644
--- a/gtk/gtkinfobar.c
+++ b/gtk/gtkinfobar.c
@@ -737,7 +737,7 @@ gtk_info_bar_add_action_widget (GtkInfoBar *info_bar,
  *
  * Returns the action area of @info_bar.
  *
- * Returns: (transfer none): the action area
+ * Returns: (type Gtk.Box) (transfer none): the action area
  *
  * Since: 2.18
  */
@@ -755,7 +755,7 @@ gtk_info_bar_get_action_area (GtkInfoBar *info_bar)
  *
  * Returns the content area of @info_bar.
  *
- * Returns: (transfer none): the content area
+ * Returns: (type Gtk.Box) (transfer none): the content area
  *
  * Since: 2.18
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]