EntryCompletion.setMatchFunc

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. Since 2.4

class EntryCompletion
void
setMatchFunc

Parameters

func GtkEntryCompletionMatchFunc

The GtkEntryCompletionMatchFunc to use.

funcData void*

The user data for func.

funcNotify GDestroyNotify

Destroy notifier for func_data.

Meta