GtkOrdering

Describes the way two values can be compared.

These values can be used with a GCompareFunc. However, a GCompareFunc is allowed to return any integer values. For converting such a value to a GtkOrdering value, use [func@Gtk.Ordering.from_cmpfunc].

Values

ValueMeaning
SMALLER-1

the first value is smaller than the second

EQUAL0

the two values are equal

LARGER1

the first value is larger than the second

Meta