Apply 2 suggestion(s) to 2 file(s)

This commit is contained in:
Matthias Clasen
2022-10-11 17:53:26 +00:00
parent a06a4ad59a
commit 2520148ebb
2 changed files with 3 additions and 1 deletions

View File

@@ -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);

View File

@@ -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
{