Merge branch 'issue-2915' into 'master'

Issue 2915

Closes #2915

See merge request GNOME/gtk!2204
This commit is contained in:
Emmanuele Bassi 2020-07-07 11:48:07 +00:00
commit 2bf5a150e6
2 changed files with 2 additions and 2 deletions

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.

View File

@ -158,7 +158,7 @@ gtk_string_object_new_take (char *string)
/**
* gtk_string_object_new:
* @string: (non-nullable): The string to wrap
* @string: (not nullable): The string to wrap
*
* Wraps a string in an object for use with #GListModel
*