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/NMClient.html | 8 ++++---- docs/libnm-glib/html/NMDevice.html | 18 +++++++++++++----- docs/libnm-glib/html/NMSecretAgent.html | 2 +- docs/libnm-glib/html/api-index-full.html | 4 ++++ docs/libnm-glib/html/ch02.html | 2 +- docs/libnm-glib/html/index.html | 2 +- docs/libnm-glib/html/index.sgml | 1 + .../html/libnm-glib-NMVpnPluginUiWidget.html | 9 +++++++++ docs/libnm-glib/html/libnm-glib.devhelp2 | 1 + 9 files changed, 35 insertions(+), 12 deletions(-) (limited to 'docs/libnm-glib/html') diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 7133c489..f15a7839 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -1182,7 +1182,7 @@ Notifies that a

The "device-removed" signal

-
void                user_function                      (NMClient *widget,
+
void                user_function                      (NMClient *client,
                                                         GObject  *device,
                                                         gpointer  user_data)      : Run First

@@ -1192,7 +1192,7 @@ Notifies that a -

widget :

+

client :

the client that received the signal @@ -1210,7 +1210,7 @@ Notifies that a

The "permission-changed" signal

-
void                user_function                      (NMClient *widget,
+
void                user_function                      (NMClient *client,
                                                         guint     permission,
                                                         guint     result,
                                                         gpointer  user_data)       : Run First
@@ -1221,7 +1221,7 @@ Notifies that a permission has changed -

widget :

+

client :

the client that received the signal 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. diff --git a/docs/libnm-glib/html/NMSecretAgent.html b/docs/libnm-glib/html/NMSecretAgent.html index 1ad2b84b..bada1083 100644 --- a/docs/libnm-glib/html/NMSecretAgent.html +++ b/docs/libnm-glib/html/NMSecretAgent.html @@ -310,7 +310,7 @@ To easily create the hash table to return the WiFi PSK, you could do something like this:

-

Example 1. Creating a secrets hash

+

Example 1. Creating a secrets hash

diff --git a/docs/libnm-glib/html/api-index-full.html b/docs/libnm-glib/html/api-index-full.html index 13330c48..aec1fde0 100644 --- a/docs/libnm-glib/html/api-index-full.html +++ b/docs/libnm-glib/html/api-index-full.html @@ -2088,6 +2088,10 @@ nm_device_adsl_new, function in NMDeviceAdsl
+NM_VPN_PLUGIN_UI_CAPABILITY_IPV6, macro in NMVpnPluginUiWidget +
+
+
NM_VPN_PLUGIN_UI_CAPABILITY_NONE, macro in NMVpnPluginUiWidget
diff --git a/docs/libnm-glib/html/ch02.html b/docs/libnm-glib/html/ch02.html index 4ae3cc09..7a9ece4b 100644 --- a/docs/libnm-glib/html/ch02.html +++ b/docs/libnm-glib/html/ch02.html @@ -21,7 +21,7 @@

-libnm-glib API Reference

+libnm-glib API Reference
NMClient diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index 86ef3641..4ca2e2f8 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -29,7 +29,7 @@

-

+

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later diff --git a/docs/libnm-glib/html/index.sgml b/docs/libnm-glib/html/index.sgml index 2251b67f..cd95bbbf 100644 --- a/docs/libnm-glib/html/index.sgml +++ b/docs/libnm-glib/html/index.sgml @@ -781,6 +781,7 @@ + diff --git a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html index bc7d5bbc..9afd3d0a 100644 --- a/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html +++ b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUiWidget.html @@ -43,6 +43,7 @@ enum NMVpnPluginUiWidgetInterface; #define NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT #define NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT +#define NM_VPN_PLUGIN_UI_CAPABILITY_IPV6 #define NM_VPN_PLUGIN_UI_CAPABILITY_NONE #define NM_VPN_PLUGIN_UI_INTERFACE_DESC #define NM_VPN_PLUGIN_UI_INTERFACE_NAME @@ -217,6 +218,14 @@ struct +

NM_VPN_PLUGIN_UI_CAPABILITY_IPV6

+
#define NM_VPN_PLUGIN_UI_CAPABILITY_IPV6     0x04
+
+

+

+
+
+

NM_VPN_PLUGIN_UI_CAPABILITY_NONE

#define NM_VPN_PLUGIN_UI_CAPABILITY_NONE     0x00
 
diff --git a/docs/libnm-glib/html/libnm-glib.devhelp2 b/docs/libnm-glib/html/libnm-glib.devhelp2 index 08ca3a93..56ad45ea 100644 --- a/docs/libnm-glib/html/libnm-glib.devhelp2 +++ b/docs/libnm-glib/html/libnm-glib.devhelp2 @@ -553,6 +553,7 @@ + -- cgit 1.3.0-6-gf8a5