From 8d275584fc94f398f0a7c990dcd057533d9a5856 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 20 Feb 2013 23:06:45 +0100 Subject: Imported Upstream version 0.9.8.0 --- docs/libnm-glib/html/NMDevice.html | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) (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 86536c2c..e0f5f25a 100644 --- a/docs/libnm-glib/html/NMDevice.html +++ b/docs/libnm-glib/html/NMDevice.html @@ -52,6 +52,7 @@ gpointer user_data); #define NM_DEVICE_ACTIVE_CONNECTION #define NM_DEVICE_AUTOCONNECT +#define NM_DEVICE_AVAILABLE_CONNECTIONS #define NM_DEVICE_CAPABILITIES #define NM_DEVICE_DEVICE_TYPE #define NM_DEVICE_DHCP4_CONFIG @@ -82,6 +83,7 @@ const GSList *connections); NMActiveConnection * nm_device_get_active_connection (NMDevice *device); gboolean nm_device_get_autoconnect (NMDevice *device); +const GPtrArray * nm_device_get_available_connections (NMDevice *device); NMDeviceCapabilities nm_device_get_capabilities (NMDevice *device); NMDeviceType nm_device_get_device_type (NMDevice *device); NMDHCP4Config * nm_device_get_dhcp4_config (NMDevice *device); @@ -137,6 +139,7 @@ NMDevice implements
   "active-connection"        NMActiveConnection*   : Read
   "autoconnect"              gboolean              : Read / Write
+  "available-connections"    NMObjectArray*        : Read
   "capabilities"             guint                 : Read
   "device-type"              guint                 : Read
   "dhcp4-config"             NMDHCP4Config*        : Read
@@ -231,6 +234,14 @@ NMDevice implements
 
 
+

NM_DEVICE_AVAILABLE_CONNECTIONS

+
#define NM_DEVICE_AVAILABLE_CONNECTIONS "available-connections"
+
+

+

+
+
+

NM_DEVICE_CAPABILITIES

#define NM_DEVICE_CAPABILITIES "capabilities"
 
@@ -575,6 +586,33 @@ Whether the +

nm_device_get_available_connections ()

+
const GPtrArray *   nm_device_get_available_connections (NMDevice *device);
+

+Gets the NMRemoteConnections currently known to the daemon that could +be activated on device. +

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

device :

a NMDevice +

Returns :

the GPtrArray +containing NMRemoteConnections. This is the internal copy used by +the connection, and must not be modified. [element-type NMClient.RemoteConnection] +
+

Since 0.9.8

+
+
+

nm_device_get_capabilities ()

NMDeviceCapabilities nm_device_get_capabilities         (NMDevice *device);

@@ -1069,6 +1107,15 @@ Whether the device can auto-activate a connection.


+

The "available-connections" property

+
  "available-connections"    NMObjectArray*        : Read
+

+The available connections (NMRemoteConnection) of the device +

+

Since 0.9.8

+
+
+

The "capabilities" property

  "capabilities"             guint                 : Read

-- cgit 1.3.0-6-gf8a5