GtkDialog: Add type Gtk.XXX annotations for return values of action_area/headerbar getters

This commit is contained in:
Sebastian Dröge 2020-02-18 10:51:20 +02:00
parent 1f96d57a0f
commit d9fc2bffdd

View File

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