set_search_equal_func


Description:

public void set_search_equal_func (owned IconViewSearchEqualFunc search_equal_func)

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.

Parameters:

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_func, or null.

search_equal_destroy

destroy notifier for search_equal_data, or null.