find_sorted
Description:
Finds a row in this according to the sorting specified by cmp_func
.
This method will assume that this is already sorted by cmp_func
.
If you use this method for searching you should only use insert_row_sorted to insert rows in the model.
Parameters:
this |
The model to search |
cmp_func |
Callback used for comparison or rows |
out_was_found |
A place to store a boolean value that will be set when this method returns. If |
user_data |
Arbitrary pointer passed to |
Returns:
If |