Sets the compare function for the interactive search capabilities; note that some like strcmp returning 0 for equality
IconViewSearchEqualFunc returns false
on matches.
Specifying null for search_equal_func will reset this to
use the default search equal function.
| this |
an IconView. |
| search_equal_func |
the compare function to use during the search, or null. |
| search_equal_data |
user data to pass to |
| search_equal_destroy |
destroy notifier for |