Package: gtk
GEnum gtk:collation
Declaration(gobject:define-genum "GtkCollation" collation (:export t :type-initializer "gtk_collation_get_type") (:none 0) (:unicode 1) (:filename 2)) Values
Details Describes how a gtk:string-sorter object turns strings into sort
keys to compare them.
Note that the result of sorting will in general depend on the current locale unless the mode is :none. Since 4.10 | See also |
2024-10-24