GtkFlowBox: Add missing nullable annotation
This commit is contained in:
parent
c02f68f0ba
commit
c3fd1b3b73
@ -4214,8 +4214,9 @@ gtk_flow_box_insert (GtkFlowBox *box,
|
||||
*
|
||||
* Gets the nth child in the @box.
|
||||
*
|
||||
* Returns: (transfer none): the child widget, which will
|
||||
* always be a #GtkFlowBoxChild
|
||||
* Returns: (transfer none) (nullable): the child widget, which will
|
||||
* always be a #GtkFlowBoxChild or %NULL in case no child widget
|
||||
* with the given index exists.
|
||||
*
|
||||
* Since: 3.12
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user