TreeView.setSearchEqualFunc

Sets the compare function for the interactive search capabilities; note that somewhat like strcmp() returning 0 for equality GtkTreeViewSearchEqualFunc returns FALSE on matches.

Parameters

searchEqualFunc GtkTreeViewSearchEqualFunc

the compare function to use during the search

searchUserData void*

user data to pass to search_equal_func, or NULL

searchDestroy GDestroyNotify

Destroy notifier for search_user_data, or NULL