Virtual Method
GObjectParamSpecvalues_cmp
Declaration [src]
gint
values_cmp (
GParamSpec* pspec,
const GValue* value1,
const GValue* value2
)
Description [src]
Compares value1
with value2
according to this type
(recommended, the default is memcmp()), see g_param_values_cmp().