Apply 2 suggestion(s) to 2 file(s)
This commit is contained in:
@@ -338,7 +338,7 @@ gtk_string_sorter_class_init (GtkStringSorterClass *class)
|
||||
* Since: 4.10
|
||||
*/
|
||||
properties[PROP_COLLATION] =
|
||||
g_param_spec_enum ("collationmode", NULL, NULL,
|
||||
g_param_spec_enum ("collation", NULL, NULL,
|
||||
GTK_TYPE_COLLATION,
|
||||
GTK_COLLATION_UNICODE,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_EXPLICIT_NOTIFY);
|
||||
|
||||
@@ -58,6 +58,8 @@ void gtk_string_sorter_set_ignore_case (GtkStringSorter
|
||||
*
|
||||
* Note that the result of sorting will in general depend on the current locale
|
||||
* unless the mode is @GTK_COLLATION_NONE.
|
||||
*
|
||||
* Since: 4.10
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user