Ordering package:gi-gtk

Describes the way two values can be compared. These values can be used with a [callbackgLib.CompareFunc]. However, a GCompareFunc is allowed to return any integer values. For converting such a value to a GtkOrdering value, use Ordering.from_cmpfunc().
the two values are equal
the first value is larger than the second
the first value is smaller than the second
Catch-all for unknown values