forked from AuroraMiddleware/gtk
Merge branch 'dialog-headerbar-type-annotation' into 'master'
GtkDialog: Add `type Gtk.HeaderBar` annotation to headerbar getter return value See merge request GNOME/gtk!1447
This commit is contained in:
commit
e64cce2ca3
@ -1575,7 +1575,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
|
||||
*/
|
||||
GtkWidget *
|
||||
gtk_dialog_get_header_bar (GtkDialog *dialog)
|
||||
|
Loading…
Reference in New Issue
Block a user