Find the position of an object in the sorted list.
Uses list equality from sorter (items are equal when sorter.compare returns EQUAL).
| item |
The object to find |
|
The position if found, Gtk.INVALID_LIST_POSITION otherwise |