Signal

GpiodglibLineRequest::edge-event

since: 1.0

Declaration

void
edge_event (
  GpiodglibLineRequest* self,
  GpiodglibEdgeEvent* event,
  gpointer user_data
)

Description

Emitted when an edge event is detected on one of the requested GPIO line.

Default handler:

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

Available since: 1.0

Parameters

event

Type: GpiodglibEdgeEvent

The GpiodglibEdgeEvent.

The data is owned by the caller of the function.