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.
| Available since: | 3.32 |
Parameters
device |
IdeDevice |
| No description available. | |
| The data is owned by the caller of the function. |