Signal

ClapperGtkQueueSelection::item-query

Declaration

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

Description [src]

Signals when the GtkSelectionModel is doing item query.

Can be used to know that a widget is created for this item and its currently being checked by this selection owner.

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 queried item.