From de06e5715e780baade318f3490ac7a4c9ce84e32 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 24 Mar 2012 01:37:02 +0100 Subject: Imported Upstream version 0.9.4.0 --- docs/libnm-glib/html/NMDevice.html | 73 +++++++++++++++++++++++++++++++++++--- 1 file changed, 68 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 0ffed799..e507f9e0 100644 --- a/docs/libnm-glib/html/NMDevice.html +++ b/docs/libnm-glib/html/NMDevice.html @@ -27,6 +27,8 @@  |  Object Hierarchy  |  + Implemented Interfaces +  |  Properties  |  Signals @@ -62,6 +64,7 @@ #define NM_DEVICE_MANAGED #define NM_DEVICE_PRODUCT #define NM_DEVICE_STATE +#define NM_DEVICE_STATE_REASON #define NM_DEVICE_UDI #define NM_DEVICE_VENDOR gboolean nm_device_connection_valid (NMDevice *device, @@ -85,6 +88,8 @@ const char * gboolean nm_device_get_managed (NMDevice *device); const char * nm_device_get_product (NMDevice *device); NMDeviceState nm_device_get_state (NMDevice *device); +NMDeviceState nm_device_get_state_reason (NMDevice *device, + NMDeviceStateReason *reason); const char * nm_device_get_udi (NMDevice *device); const char * nm_device_get_vendor (NMDevice *device); GObject * nm_device_new (DBusGConnection *connection, @@ -102,14 +107,24 @@ const char * NMDeviceModem +----NMDeviceBt +----NMDeviceWimax + +----NMDeviceOlpcMesh + +----NMDeviceInfiniband + +----NMDeviceBond + +----NMDeviceVlan
+

Implemented Interfaces

+

+NMDevice implements + GInitable and GAsyncInitable.

+
+

Properties

   "active-connection"        NMActiveConnection*   : Read
   "capabilities"             guint                 : Read
-  "device-type"              guint                 : Read / Write / Construct Only
+  "device-type"              guint                 : Read
   "dhcp4-config"             NMDHCP4Config*        : Read
   "dhcp6-config"             NMDHCP6Config*        : Read
   "driver"                   gchar*                : Read
@@ -121,6 +136,7 @@ const char *        managed"                  gboolean              : Read
   "product"                  gchar*                : Read
   "state"                    guint                 : Read
+  "state-reason"             GValueArray_guint+guint_*  : Read
   "udi"                      gchar*                : Read
   "vendor"                   gchar*                : Read
 
@@ -156,8 +172,9 @@ const char * char * +

NM_DEVICE_STATE_REASON

+
#define NM_DEVICE_STATE_REASON "state-reason"
+
+

+

+
+
+

NM_DEVICE_UDI

#define NM_DEVICE_UDI "udi"
 
@@ -388,7 +413,8 @@ is a WiFi device that supports only WEP encryption, the returned list will contain any WiFi connections in connections that allow connection to unencrypted or WEP-enabled SSIDs. The returned list will not contain Ethernet, Bluetooth, WiFi WPA connections, or any other connection that is -incompatible with the device. +incompatible with the device. To get the full list of connections see +nm_remote_settings_list_connections().

@@ -741,6 +767,35 @@ Gets the current
+

nm_device_get_state_reason ()

+
NMDeviceState       nm_device_get_state_reason          (NMDevice *device,
+                                                         NMDeviceStateReason *reason);
+

+Gets the current NMDevice state (return value) and the reason for entering +the state (reason argument). +

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

device :

a NMDevice +

reason :

location to store reason (NMDeviceStateReason), or NULL. [out][allow-none] +

Returns :

the current device state
+
+
+

nm_device_get_udi ()

const char *        nm_device_get_udi                   (NMDevice *device);

@@ -836,7 +891,7 @@ The capabilities of the device.


The "device-type" property

-
  "device-type"              guint                 : Read / Write / Construct Only
+
  "device-type"              guint                 : Read

The numeric type of the device.

@@ -941,6 +996,14 @@ The state of the device.

+

The "state-reason" property

+
  "state-reason"             GValueArray_guint+guint_*  : Read
+

+The state and reason of the device. +

+
+
+

The "udi" property

  "udi"                      gchar*                : Read

-- cgit 1.3.0-6-gf8a5