GtkInfoBar: Add type Gtk.Box annotation for action_area/content_area getters
This commit is contained in:
@ -737,7 +737,7 @@ gtk_info_bar_add_action_widget (GtkInfoBar *info_bar,
|
|||||||
*
|
*
|
||||||
* Returns the action area of @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
|
* Since: 2.18
|
||||||
*/
|
*/
|
||||||
@ -755,7 +755,7 @@ gtk_info_bar_get_action_area (GtkInfoBar *info_bar)
|
|||||||
*
|
*
|
||||||
* Returns the content area of @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
|
* Since: 2.18
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user