Annotate string array

Fixes: #2915
This commit is contained in:
Emmanuele Bassi
2020-07-07 12:04:13 +01:00
parent fdeda388bf
commit 18c87faaa5

View File

@@ -927,7 +927,7 @@ gtk_drop_down_get_expression (GtkDropDown *self)
/**
* gtk_drop_down_set_from_strings:
* @self: a #GtkDropDown
* @texts: a %NULL-terminated string array
* @texts: (array zero-terminated=1) (element-type utf8): a %NULL-terminated string array
*
* Populates @self with the strings in @text,
* by creating a suitable model and factory.