forked from AuroraMiddleware/gtk
Merge branch 'issue-2915' into 'master'
Issue 2915 Closes #2915 See merge request GNOME/gtk!2204
This commit is contained in:
commit
2bf5a150e6
@ -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.
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user