Signal

ClapperGtkQueueSelection::item-selected

Declaration

void
item_selected (
  ClapperGtkQueueSelection* self,
  guint index,
  gpointer user_data
)

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.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Signal emission will restart instead of recursing
Hooks are disabled for this signal

Parameters

index

Type: guint

An index of selected item.