set_match_func


Description:

[ Version ( since = "2.4" ) ]
public void set_match_func (owned EntryCompletionMatchFunc func)

Sets the match function for this to be func.

The match function is used to determine if a row should or should not be in the completion list.

Parameters:

this

a EntryCompletion

func

the EntryCompletionMatchFunc to use

func_data

user data for func

func_notify

destroy notify for func_data.