Signal

IdeDeviceProvider::device-removed

Declaration

void
device_removed (
  IdeDeviceProvider* self,
  IdeDevice* device,
  gpointer user_data
)

Description

The “device-removed” signal is emitted when a provider has discovered a device is no longer available.

Subclasses of IdeDeviceManager must chain-up if they override the IdeDeviceProviderClass.device_removed vfunc.

Default handler:

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

Available since:3.32

Parameters

device IdeDevice
 

An IdeDevice.

 The data is owned by the caller of the function.