From 8d275584fc94f398f0a7c990dcd057533d9a5856 Mon Sep 17 00:00:00 2001
From: Michael Biebl
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
#define NM_DEVICE_AVAILABLE_CONNECTIONS "available-connections" ++
+
+#define NM_DEVICE_CAPABILITIES "capabilities"@@ -575,6 +586,33 @@ Whether the +
const GPtrArray * nm_device_get_available_connections (NMDevice *device);
+
+Gets the NMRemoteConnections currently known to the daemon that could
+be activated on 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
+NMDeviceCapabilities nm_device_get_capabilities (NMDevice *device);
@@ -1069,6 +1107,15 @@ Whether the device can auto-activate a connection.
"available-connections" property "available-connections" NMObjectArray* : Read
++The available connections (NMRemoteConnection) of the device +
+Since 0.9.8
+"capabilities" property"capabilities" guint : Read
diff --git a/docs/libnm-glib/html/NMDeviceBond.html b/docs/libnm-glib/html/NMDeviceBond.html index 9f08c415..04c6f0a7 100644 --- a/docs/libnm-glib/html/NMDeviceBond.html +++ b/docs/libnm-glib/html/NMDeviceBond.html @@ -322,6 +322,7 @@ The hardware (MAC) address of the device.
The devices (NMDevice) slaved to the bond device.
+Since 0.9.8
Since 0.9.8
Since 0.9.8
Since 0.9.8
Since 0.9.8
Since 0.9.8
Since 0.9.8
Default value: FALSE
+Since 0.9.8
Default value: NULL
+Since 0.9.8
The devices (NMDevice) slaved to the bridge device.
+Since 0.9.8
Since 0.9.8
"bus" DBusGConnection* : Write / Construct Only + "dbus-connection" DBusGConnection* : Write / Construct Only + "dbus-path" gchar* : Write / Construct Only
"bus" DBusGConnection* : Write / Construct Only
DBusGConnection.
"dbus-connection" property"dbus-connection" DBusGConnection* : Write / Construct Only+
DBusGConnection.
+"dbus-path" property"dbus-path" gchar* : Write / Construct Only+
DBus Object Path.
+Default value: NULL
+Example 1. Creating a secrets hash
+Example 1. Creating a secrets hash
|
+an NMWimaxNsp to validate connection against |
+
|
+an NMConnection to validate against nsp
+ |
+
Returns : |
+
+TRUE if the connection may be activated with this WiMAX NSP,
+FALSE if it cannot be. |
+
libnm-glib Reference Manual |
|---|
- for libnm-glib 0.9.7.997 + for libnm-glib 0.9.8.0 The latest version of this documentation can be found on-line at http://projects.gnome.org/NetworkManager/developers/libnm-glib/09/.
Copyright © 2012 The NetworkManager Authors
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 b7aee356..a839322b 100644
--- a/docs/libnm-glib/html/index.sgml
+++ b/docs/libnm-glib/html/index.sgml
@@ -133,6 +133,7 @@