From 81836c2d44802b4cca833d7775dd627e0797a7e2 Mon Sep 17 00:00:00 2001
From: Michael Biebl
+
+NMMetered
+
+
+nm_device_get_metered ()
+
+
+
char **
@@ -446,6 +454,11 @@
+guint
+metered
+Read
+
+
@@ -601,6 +614,10 @@
guint
mtu
Read
#define
NM_DEVICE_MTU
+
+
@@ -1410,6 +1427,33 @@ product name is unknown, this returns the interface name.#define
+NM_DEVICE_METERED
+
NMMetered
+nm_device_get_metered (NMDevice *device);
+Gets the metered setting of a NMDevice.
+ + +Since: 1.0.6
+char ** nm_device_disambiguate_names (NMDevice **devices, @@ -1418,7 +1462,7 @@ nm_device_disambiguate_names (. @@ -1457,7 +1501,7 @@ nm_device_disconnect (devices-Parameters
+Parameters
@@ -1484,7 +1528,7 @@ request.
-Parameters
+Parameters
@@ -1543,7 +1587,7 @@ nm_device_disconnect_finish (GError **error);
Gets the result of a call to nm_device_disconnect_async().
-Parameters
+Parameters
@@ -1570,7 +1614,7 @@ nm_device_disconnect_finish (
-Returns
+Returns
TRUE on success, FALSE on error, in which case error
will be set.
@@ -1584,7 +1628,7 @@ nm_device_delete (GError **error);
Deletes the software device. Hardware devices can't be deleted.
-Parameters
+Parameters
@@ -1611,7 +1655,7 @@ nm_device_delete (
-Returns
+Returns
TRUE on success, FALSE on error, in which case error
will be set.
@@ -1627,7 +1671,7 @@ nm_device_delete_async (
-Parameters
+Parameters
@@ -1669,7 +1713,7 @@ nm_device_delete_finish (GError **error);
Gets the result of a call to nm_device_delete_async().
-Parameters
+Parameters
@@ -1696,7 +1740,7 @@ nm_device_delete_finish (
-Returns
+Returns
TRUE on success, FALSE on error, in which case error
will be set.
@@ -1718,7 +1762,7 @@ Ethernet, Bluetooth, Wi-Fi WPA connections, or any other connection that is
incompatible with the device. To get the full list of connections see
nm_client_get_connections().
-Parameters
+Parameters
@@ -1740,7 +1784,7 @@ incompatible with the device. To get the full list of connections see
-Returns
+Returns
an array of
NMConnections that could be activated with the given device
. The array
@@ -1763,7 +1807,7 @@ network, and will not be valid if it describes a WPA network, or if it is
an Ethernet, Bluetooth, WWAN, etc connection that is incompatible with the
device.
-Returns
+Returns
TRUE if the connection may be activated with this device, FALSE
if is incompatible with the device's capabilities and characteristics.
@@ -1811,7 +1855,7 @@ device.
compatibility of the given device and connection. But, in addition, it sets
GError when FALSE is returned.
-Returns
+Returns
TRUE if the connection may be activated with this device, FALSE
if is incompatible with the device's capabilities and characteristics.
@@ -1854,7 +1898,7 @@ nm_device_get_setting_type (device
.
@@ -2014,6 +2058,12 @@ that can be used on device
#define NM_DEVICE_MTU "mtu"
+
+
+The “metered” property
+ “metered” guint
+Whether the device is metered.
+Flags: Read
+Default value: 0
+Since: 1.0.6
+
+
+