Gtk.EntryCompletion.prototype.set_match_func

function set_match_func(func:Gtk.EntryCompletionMatchFunc):void {
    // Gjs wrapper for gtk_entry_completion_set_match_func()
}

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