find_position


Description:

public uint find_position (T item)

Find the position of an object in the sorted list.

Uses object reference comparison for efficiency.

Parameters:

item

The object to find

Returns:

The position if found, Gtk.INVALID_LIST_POSITION otherwise