[gtk/filename-sorter] Apply 2 suggestion(s) to 2 file(s)



commit 2520148ebb174c6c938282a4916efc5597ca9afe
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Oct 11 17:53:26 2022 +0000

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

 gtk/gtkstringsorter.c | 2 +-
 gtk/gtkstringsorter.h | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/gtk/gtkstringsorter.c b/gtk/gtkstringsorter.c
index 87f65da897..266fc81e55 100644
--- a/gtk/gtkstringsorter.c
+++ b/gtk/gtkstringsorter.c
@@ -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);
diff --git a/gtk/gtkstringsorter.h b/gtk/gtkstringsorter.h
index ea61a47061..7e687e51d1 100644
--- a/gtk/gtkstringsorter.h
+++ b/gtk/gtkstringsorter.h
@@ -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
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]