forked from AuroraMiddleware/gtk
GtkInfoBar: Add type Gtk.Box
annotation for action_area/content_area getters
This commit is contained in:
parent
fab213a5f9
commit
1f96d57a0f
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user