gtk4_sys

Function gtk_entry_completion_set_match_func

Source
pub unsafe extern "C" fn gtk_entry_completion_set_match_func(
    completion: *mut GtkEntryCompletion,
    func: GtkEntryCompletionMatchFunc,
    func_data: gpointer,
    func_notify: GDestroyNotify,
)