Signal

HitakiTascamProtocol::changed

Declaration

void
changed (
  HitakiTascamProtocol* self,
  guint index,
  guint before,
  guint after,
  gpointer user_data
)

Description [src]

Emitted when the part of image differed for the change of device state.

Default handler:

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

The signal can be emitted directly

Parameters

index guint
 

The numeric index on image of status and control info.

before guint
 

The value of info before changed.

after guint
 

The value of info after changed.