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:
IdeDevice
No description available.
The data is owned by the caller of the method.