diff options
Diffstat (limited to 'libnm-glib/nm-device.c')
| -rw-r--r-- | libnm-glib/nm-device.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libnm-glib/nm-device.c b/libnm-glib/nm-device.c index 36a36ebf..b3a4f72a 100644 --- a/libnm-glib/nm-device.c +++ b/libnm-glib/nm-device.c @@ -699,8 +699,10 @@ nm_device_class_init (NMDeviceClass *device_class) /** * NMDevice::state-changed: - * @device: the client that received the signal - * @state: the new state of the device + * @device: the device object that received the signal + * @new_state: the new state of the device + * @old_state: the previous state of the device + * @reason: the reason describing the state change * * Notifies the state change of a #NMDevice. **/ |