id_compare_func
Description:
public static int id_compare_func (
void* id1,
void* id2)
Compares the two ClockID instances.
This function can be used as a GCompareFunc when sorting ids.
Parameters:
id1 |
A ClockID
|
id2 |
A ClockID to compare with
|
Returns:
negative value if `a < b`; zero if `a = b`; positive value if `a > b`
|