paramValuesCmp

fnint paramValuesCmp(gobject.param_spec.ParamSpec pspec, gobject.value.Value value1, gobject.value.Value value2)

Compares value1 with value2 according to pspec, and return -1, 0 or +1, if value1 is found to be less than, equal to or greater than value2, respectively.

Parameters

pspeca valid #GParamSpec
value1a #GValue of correct type for pspec
value2a #GValue of correct type for pspec

Returns

-1, 0 or +1, for a less than, equal to or greater than result