Signal
ClapperGtkQueueSelection::item-selected
Description [src]
Signals when user selected item within the GtkSelectionModel
.
Note that this signal is emitted only when item gets selected from
the GTK side. If item was changed internally by e.g. ClapperQueue
progression, this signal will not be emitted.
This signal is useful if you need to differentiate what caused item
selection, otherwise use either SelectionModel::selection-changed
signal or listen for changes of ClapperQueue:current-item
.