compareIds

fun compareIds(sibling: Hook): Int

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

Return

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

Parameters

sibling

a #GHook to compare with @new_hook