About all my projects
Gnome::Gtk4::T-entrycompletion

Gnome::Gtk4::T-entrycompletion

Callback Functions

EntryCompletionMatchFunc

Signature

:(  N-Object() $completion, Str $key, N-Object $iter, gpointer $user-data  )
  • completion; the Gnome::Gtk4::EntryCompletion

  • key; the string to match, normalized and case-folded

  • iter; a Gnome::Gtk4::N-TreeIter indicating the row to match

  • user-data; user data given to gtk_entry_completion_set_match_func()