From 8c98b34228abb4dfde822ad89106b4d8b2287639 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 7 Aug 2012 22:16:03 +0200 Subject: Imported Upstream version 0.9.6.0 --- docs/libnm-glib/html/NMClient.html | 112 ++++++++++ docs/libnm-glib/html/NMDevice.html | 5 +- docs/libnm-glib/html/NMDeviceAdsl.html | 237 +++++++++++++++++++++ docs/libnm-glib/html/NMDeviceBond.html | 4 +- docs/libnm-glib/html/NMDeviceWimax.html | 4 +- docs/libnm-glib/html/NMSecretAgent.html | 44 +++- docs/libnm-glib/html/api-index-full.html | 40 ++-- docs/libnm-glib/html/ch02.html | 5 +- docs/libnm-glib/html/index.html | 29 +-- docs/libnm-glib/html/index.sgml | 64 +++++- docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html | 61 ++++++ .../html/libnm-glib-NMVpnPluginUiWidget.html | 104 +++++---- docs/libnm-glib/html/libnm-glib.devhelp2 | 59 ++++- docs/libnm-glib/html/object-tree.html | 1 + 14 files changed, 669 insertions(+), 100 deletions(-) create mode 100644 docs/libnm-glib/html/NMDeviceAdsl.html (limited to 'docs/libnm-glib/html') diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index f15a7839..3e02012b 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -241,7 +241,90 @@ NMClient implements } NMClientPermission;

+NMClientPermission values indicate various permissions that NetworkManager +clients can obtain to perform certain tasks on behalf of the current user.

+
++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

NM_CLIENT_PERMISSION_NONE

unknown or no permission +

NM_CLIENT_PERMISSION_ENABLE_DISABLE_NETWORK

controls whether networking + can be globally enabled or disabled +

NM_CLIENT_PERMISSION_ENABLE_DISABLE_WIFI

controls whether WiFi can be + globally enabled or disabled +

NM_CLIENT_PERMISSION_ENABLE_DISABLE_WWAN

controls whether WWAN (3G) can be + globally enabled or disabled +

NM_CLIENT_PERMISSION_ENABLE_DISABLE_WIMAX

controls whether WiMAX can be + globally enabled or disabled +

NM_CLIENT_PERMISSION_SLEEP_WAKE

controls whether the client can ask + NetworkManager to sleep and wake +

NM_CLIENT_PERMISSION_NETWORK_CONTROL

controls whether networking connections + can be started, stopped, and changed +

NM_CLIENT_PERMISSION_WIFI_SHARE_PROTECTED

controls whether a password + protected WiFi hotspot can be created +

NM_CLIENT_PERMISSION_WIFI_SHARE_OPEN

controls whether an open WiFi hotspot + can be created +

NM_CLIENT_PERMISSION_SETTINGS_MODIFY_SYSTEM

controls whether connections + that are available to all users can be modified +

NM_CLIENT_PERMISSION_SETTINGS_MODIFY_OWN

controls whether connections + owned by the current user can be modified +

NM_CLIENT_PERMISSION_SETTINGS_MODIFY_HOSTNAME

controls whether the + persistent hostname can be changed +

NM_CLIENT_PERMISSION_LAST

a reserved boundary value +

@@ -254,7 +337,36 @@ NMClient implements } NMClientPermissionResult;

+NMClientPermissionResult values indicate what authorizations and permissions +the user requires to obtain a given NMClientPermission

+
++ + + + + + + + + + + + + + + + + + +

NM_CLIENT_PERMISSION_RESULT_UNKNOWN

unknown or no authorization +

NM_CLIENT_PERMISSION_RESULT_YES

the permission is available +

NM_CLIENT_PERMISSION_RESULT_AUTH

authorization is necessary before the + permission is available +

NM_CLIENT_PERMISSION_RESULT_NO

permission to perform the operation is + denied by system policy +

diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html index 7602b851..fd8061ce 100644 --- a/docs/libnm-glib/html/NMDevice.html +++ b/docs/libnm-glib/html/NMDevice.html @@ -119,6 +119,7 @@ const char * NMDeviceBt +----NMDeviceWimax +----NMDeviceOlpcMesh + +----NMDeviceAdsl +----NMDeviceInfiniband +----NMDeviceBond +----NMDeviceVlan @@ -632,7 +633,7 @@ Gets the current

Returns :

-the NMDHCPConfig or
NULL if the device is not activated or not +the NMDHCP4Config or NULL if the device is not activated or not using DHCP. [transfer none] @@ -656,7 +657,7 @@ Gets the current

Returns :

-the NMDHCPConfig or
NULL if the device is not activated or not +the NMDHCP6Config or NULL if the device is not activated or not using DHCP. [transfer none] diff --git a/docs/libnm-glib/html/NMDeviceAdsl.html b/docs/libnm-glib/html/NMDeviceAdsl.html new file mode 100644 index 00000000..3dae6d21 --- /dev/null +++ b/docs/libnm-glib/html/NMDeviceAdsl.html @@ -0,0 +1,237 @@ + + + + +NMDeviceAdsl + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMDeviceAdsl

+

NMDeviceAdsl

+
+ +
+

Object Hierarchy

+
+  GObject
+   +----NMObject
+         +----NMDevice
+               +----NMDeviceAdsl
+
+
+
+

Implemented Interfaces

+

+NMDeviceAdsl implements + GInitable and GAsyncInitable.

+
+
+

Properties

+
+  "carrier"                  gboolean              : Read
+
+
+
+

Description

+

+

+
+
+

Details

+
+

NMDeviceAdsl

+
typedef struct _NMDeviceAdsl NMDeviceAdsl;
+

+

+
+
+
+

NMDeviceAdslClass

+
typedef struct {
+	NMDeviceClass parent;
+
+	/* Padding for future expansion */
+	void (*_reserved1) (void);
+	void (*_reserved2) (void);
+	void (*_reserved3) (void);
+	void (*_reserved4) (void);
+	void (*_reserved5) (void);
+	void (*_reserved6) (void);
+} NMDeviceAdslClass;
+
+

+

+
+
+
+

enum NMDeviceAdslError

+
typedef enum {
+	NM_DEVICE_ADSL_ERROR_UNKNOWN = 0,             /*< nick=UnknownError >*/
+	NM_DEVICE_ADSL_ERROR_NOT_ADSL_CONNECTION,     /*< nick=NotAdslConnection >*/
+	NM_DEVICE_ADSL_ERROR_INVALID_ADSL_CONNECTION, /*< nick=InvalidAdslConnection >*/
+} NMDeviceAdslError;
+
+
++ + + + + + + + + + + + + + +

NM_DEVICE_ADSL_ERROR_UNKNOWN

unknown or unclassified error +

NM_DEVICE_ADSL_ERROR_NOT_ADSL_CONNECTION

the connection was not of ADSL type +

NM_DEVICE_ADSL_ERROR_INVALID_ADSL_CONNECTION

the ADSL connection was invalid +
+
+
+
+

NM_DEVICE_ADSL_CARRIER

+
#define NM_DEVICE_ADSL_CARRIER "carrier"
+
+

+

+
+
+
+

NM_DEVICE_ADSL_ERROR

+
#define NM_DEVICE_ADSL_ERROR nm_device_adsl_error_quark ()
+
+

+

+
+
+
+

nm_device_adsl_error_quark ()

+
GQuark              nm_device_adsl_error_quark          (void);
+

+Registers an error quark for NMDeviceAdsl if necessary. +

+
++ + + + +

Returns :

the error quark used for NMDeviceAdsl errors.
+
+
+
+

nm_device_adsl_get_carrier ()

+
gboolean            nm_device_adsl_get_carrier          (NMDeviceAdsl *device);
+

+Whether the device has carrier. +

+
++ + + + + + + + + + +

device :

a NMDeviceAdsl +

Returns :

+TRUE if the device has carrier
+
+
+
+

nm_device_adsl_new ()

+
GObject *           nm_device_adsl_new                  (DBusGConnection *connection,
+                                                         const char *path);
+

+Creates a new NMDeviceAdsl. +

+
++ + + + + + + + + + + + + + +

connection :

the DBusGConnection +

path :

the DBus object path of the device

Returns :

a new device
+
+
+
+

Property Details

+
+

The "carrier" property

+
  "carrier"                  gboolean              : Read
+

+Whether the device has carrier. +

+

Default value: FALSE

+
+
+
+ + + \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 0fb8a415..1cdc8e2a 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -6,7 +6,7 @@ - + @@ -14,7 +14,7 @@ - + diff --git a/docs/libnm-glib/html/NMDeviceWimax.html b/docs/libnm-glib/html/NMDeviceWimax.html index 598f77b5..e36f9d08 100644 --- a/docs/libnm-glib/html/NMDeviceWimax.html +++ b/docs/libnm-glib/html/NMDeviceWimax.html @@ -7,7 +7,7 @@ - + @@ -18,7 +18,7 @@ - +

Synopsis

-
NMVpnPluginUiInterface * (*NMVpnPluginUiFactory)        (GError **error);
+
enum                NMVpnPluginUiCapability;
+NMVpnPluginUiInterface * (*NMVpnPluginUiFactory)        (GError **error);
 struct              NMVpnPluginUiInterface;
 enum                NMVpnPluginUiInterfaceProp;
 struct              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
 #define             NM_VPN_PLUGIN_UI_INTERFACE_SERVICE
@@ -89,6 +86,45 @@ struct              
 

Details

+

enum NMVpnPluginUiCapability

+
typedef enum {
+	NM_VPN_PLUGIN_UI_CAPABILITY_NONE   = 0x00,
+	NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT = 0x01,
+	NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT = 0x02,
+	NM_VPN_PLUGIN_UI_CAPABILITY_IPV6   = 0x04
+} NMVpnPluginUiCapability;
+
+

+Flags that indicate to UI programs certain capabilities of the plugin. +

+
++ + + + + + + + + + + + + + + + + + +

NM_VPN_PLUGIN_UI_CAPABILITY_NONE

unknown or no capability +

NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT

the plugin can import new connections +

NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT

the plugin can export connections +

NM_VPN_PLUGIN_UI_CAPABILITY_IPV6

the plugin supports IPv6 addressing +
+
+
+

NMVpnPluginUiFactory ()

NMVpnPluginUiInterface * (*NMVpnPluginUiFactory)        (GError **error);

@@ -157,15 +193,37 @@ struct

enum NMVpnPluginUiInterfaceProp

typedef enum {
-	NM_VPN_PLUGIN_UI_INTERFACE_PROP_FIRST = 0x1000,
-
 	NM_VPN_PLUGIN_UI_INTERFACE_PROP_NAME = NM_VPN_PLUGIN_UI_INTERFACE_PROP_FIRST,
 	NM_VPN_PLUGIN_UI_INTERFACE_PROP_DESC,
 	NM_VPN_PLUGIN_UI_INTERFACE_PROP_SERVICE
 } NMVpnPluginUiInterfaceProp;
 

+GObject property numbers that plugins should override to provide certain +information to UI programs.

+
++ + + + + + + + + + + + + + +

NM_VPN_PLUGIN_UI_INTERFACE_PROP_NAME

the VPN plugin's name +

NM_VPN_PLUGIN_UI_INTERFACE_PROP_DESC

description of the VPN plugin and what +VPN services it supports +

NM_VPN_PLUGIN_UI_INTERFACE_PROP_SERVICE

the D-Bus service name used by the +plugin's VPN service daemon +

@@ -202,38 +260,6 @@ struct -

NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT

-
#define NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT   0x02
-
-

-

-
-
-
-

NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT

-
#define NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT   0x01
-
-

-

-
-
-
-

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
-
-

-

-
-
-

NM_VPN_PLUGIN_UI_INTERFACE_DESC

#define NM_VPN_PLUGIN_UI_INTERFACE_DESC "desc"
 
diff --git a/docs/libnm-glib/html/libnm-glib.devhelp2 b/docs/libnm-glib/html/libnm-glib.devhelp2 index 56ad45ea..64e57d5f 100644 --- a/docs/libnm-glib/html/libnm-glib.devhelp2 +++ b/docs/libnm-glib/html/libnm-glib.devhelp2 @@ -1,6 +1,6 @@ - + @@ -12,6 +12,7 @@ + @@ -294,6 +295,15 @@ + + + + + + + + + @@ -547,14 +557,11 @@ + - - - - @@ -570,6 +577,23 @@ + + + + + + + + + + + + + + + + + @@ -597,6 +621,9 @@ + + + @@ -619,9 +646,31 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/libnm-glib/html/object-tree.html b/docs/libnm-glib/html/object-tree.html index 40bce23a..ae88a436 100644 --- a/docs/libnm-glib/html/object-tree.html +++ b/docs/libnm-glib/html/object-tree.html @@ -33,6 +33,7 @@ NMDeviceBt NMDeviceWimax NMDeviceOlpcMesh + NMDeviceAdsl NMDeviceInfiniband NMDeviceBond NMDeviceVlan -- cgit 1.3.0-6-gf8a5