Handbook
Glossary
gtk_entry_completion_set_match_func ( entry_completion func func_data func_notify -- )
Vocabulary
gtk3
.
ffi
Inputs
entry_completion
an
object
func
an
object
func_data
an
object
func_notify
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_entry_completion_set_match_func
( GtkEntryCompletion* entry_completion,
GtkEntryCompletionMatchFunc
func,
gpointer
func_data,
GDestroyNotify
func_notify )