Message.device_changed
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.16" ) ]
public Message.device_changed (Object? src, Device device, Device changed_device)
[ Version ( since = "1.16" ) ]
public Message.device_changed (Object? src, Device device, Device changed_device)
Creates a new device-changed message.
The device-changed message is produced by DeviceProvider or a
DeviceMonitor. They announce that a device properties has changed and
device
represent the new modified version of changed_device
.
Parameters:
src |
The Object that created the message |
device |
The newly created device representing |
changed_device |
The old version of the device. |
Returns:
a newly allocated Message |