find_position


Description:

public uint find_position (T item)

Find the position of an object in the sorted list.

Uses list equality from sorter (items are equal when sorter.compare returns EQUAL).

Parameters:

item

The object to find

Returns:

The position if found, Gtk.INVALID_LIST_POSITION otherwise