Expander: Annotate new()’s label arg as nullable

to match new_with_mnemonic()
This commit is contained in:
Daniel Boles
2017-09-14 21:19:33 +01:00
parent 050531a9f2
commit 89790bb412

View File

@@ -957,7 +957,7 @@ gtk_expander_measure (GtkWidget *widget,
/**
* gtk_expander_new:
* @label: the text of the label
* @label: (nullable): the text of the label
*
* Creates a new expander using @label as the text of the label.
*