Apply 2 suggestion(s) to 2 file(s)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 11 Oct 2022 17:53:26 +0000 (17:53 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 11 Oct 2022 17:53:26 +0000 (17:53 +0000)
gtk/gtkstringsorter.c
gtk/gtkstringsorter.h

index 87f65da897f434ac10ca41c6f61c07393895bbeb..266fc81e55f2ed12f2f628378754c9187af13dff 100644 (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);
index ea61a470619c4fa389e6b82febe39505f488fb40..7e687e51d137dc1f4015f6232a61447d03cf6056 100644 (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
 {