Method
IdeDeviceProvideremit_device_added
Declaration
void
ide_device_provider_emit_device_added (
IdeDeviceProvider* self,
IdeDevice* device
)
Description
Emits the IdeDeviceProvider::device-added signal.
This should only be called by subclasses of IdeDeviceProvider when
a new device has been discovered.
Parameters
device-
Type:
IdeDeviceNo description available.
The data is owned by the caller of the method.