From 7f1d08cf21e97f5e60d4636bb1e6c287c34ee2df Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 7 Aug 2012 14:23:24 +0200 Subject: Imported Upstream version 0.9.5.96 --- docs/libnm-glib/html/NMDevice.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'docs/libnm-glib/html/NMDevice.html') diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html index 5c6e7152..7602b851 100644 --- a/docs/libnm-glib/html/NMDevice.html +++ b/docs/libnm-glib/html/NMDevice.html @@ -1235,9 +1235,9 @@ The vendor string of the device.

The "state-changed" signal

void                user_function                      (NMDevice *device,
-                                                        guint     state,
-                                                        guint     arg2,
-                                                        guint     arg3,
+                                                        guint     new_state,
+                                                        guint     old_state,
+                                                        guint     reason,
                                                         gpointer  user_data)      : Run First

Notifies the state change of a NMDevice. @@ -1247,13 +1247,21 @@ Notifies the state change of a device :

-the client that received the signal +the device object that received the signal -

state :

+

new_state :

the new state of the device +

old_state :

+the previous state of the device + + +

reason :

+the reason describing the state change + +

user_data :

user data set when the signal handler was connected. -- cgit 1.3.0-6-gf8a5