match_selected


Description:

public signal bool match_selected (TreeModel model, TreeIter iter)

Emitted when a match from the list is selected.

The default behaviour is to replace the contents of the entry with the contents of the text column in the row pointed to by iter.

Note that model is the model that was passed to [method@Gtk.EntryCompletion.set_model].

Parameters:

model

the `GtkTreeModel` containing the matches

iter

a `GtkTreeIter` positioned at the selected match

Returns:

true if the signal has been handled