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

This commit is contained in:
Sebastian Dröge 2020-01-30 23:38:25 +02:00
parent fab213a5f9
commit 1f96d57a0f

View File

@ -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
*/