Merge branch 'infobar-content-area-type' into 'gtk-3-24'
[3.24] GtkInfoBar/GtkDialog: Add `type Gtk.XXX` annotations for headerbar/action_area/content_area getters See merge request GNOME/gtk!1446
This commit is contained in:
@@ -1941,7 +1941,7 @@ gtk_dialog_buildable_add_child (GtkBuildable *buildable,
|
||||
*
|
||||
* Returns the action area of @dialog.
|
||||
*
|
||||
* Returns: (transfer none): the action area
|
||||
* Returns: (type Gtk.Box) (transfer none): the action area
|
||||
*
|
||||
* Since: 2.14
|
||||
*
|
||||
@@ -1964,7 +1964,7 @@ gtk_dialog_get_action_area (GtkDialog *dialog)
|
||||
* headerbar is only used by the dialog if the
|
||||
* #GtkDialog:use-header-bar property is %TRUE.
|
||||
*
|
||||
* Returns: (transfer none): the header bar
|
||||
* Returns: (type Gtk.HeaderBar) (transfer none): the header bar
|
||||
*
|
||||
* Since: 3.12
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user