Signal

GdkSeat::tool-removed

since: 3.22

Declaration

void
tool_removed (
  GdkSeat* self,
  GdkDeviceTool* tool,
  gpointer user_data
)

Description [src]

This signal is emitted whenever a tool is no longer known to this seat.

Default handler:

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

Available since: 3.22

Parameters

tool

Type: GdkDeviceTool

The just removed GdkDeviceTool.

The data is owned by the caller of the function.