set_match_func
Description:
Sets the match function for this to be func
.
Note:
GtkEntryCompletion will be removed in GTK 5.
The match function is used to determine if a row should or should not be in the completion list.
Parameters:
this |
a `GtkEntryCompletion` |
func |
the `GtkEntryCompletion`MatchFunc to use |
func_data |
user data for |
func_notify |
destroy notify for |