Hook.compareIds

Compares the ids of two #GHook elements, returning a negative value if the second id is greater than the first.

class Hook
int
compareIds

Parameters

sibling Hook

a #GHook to compare with @new_hook

Return Value

Type: int

a value <= 0 if the id of @sibling is >= the id of @new_hook

Meta