Signal

WPEPlatformGamepadManager::device-removed

Declaration

void
device_removed (
  WPEGamepadManager* self,
  WPEGamepad* gamepad,
  gpointer user_data
)

Description [src]

Emitted after a gaempad device is removed.

Default handler:

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

Parameters

gamepad

Type: WPEGamepad

The WPEGamepad removed.

The data is owned by the caller of the function.