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 7b08d11891
commit b68892b5be

View File

@ -1215,7 +1215,7 @@ gtk_expander_get_preferred_height_for_width (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.
*