gtkEntryCompletionSetMatchFunc: gtkEntryCompletionSetMatchFunc
Description
Sets the match function for completion
to be func
. The match function
is used to determine if a row should or should not be in the completion
list.Usage
gtkEntryCompletionSetMatchFunc(object, func, func.data = NULL)
Arguments
func.data
The user data for func
.