From 81836c2d44802b4cca833d7775dd627e0797a7e2 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 28 Aug 2015 01:13:48 +0200 Subject: Imported Upstream version 1.0.6 --- docs/libnm/html/NMDevice.html | 99 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 79 insertions(+), 20 deletions(-) (limited to 'docs/libnm/html/NMDevice.html') diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 8065247c..ff38ac07 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -255,6 +255,14 @@ +NMMetered + + +nm_device_get_metered () + + + + char ** @@ -446,6 +454,11 @@ guint +metered +Read + + +guint mtu Read @@ -601,6 +614,10 @@ #define NM_DEVICE_MTU + +#define +NM_DEVICE_METERED + @@ -1410,6 +1427,33 @@ product name is unknown, this returns the interface name.


+

nm_device_get_metered ()

+
NMMetered
+nm_device_get_metered (NMDevice *device);
+

Gets the metered setting of a NMDevice.

+
+

Parameters

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

device

a NMDevice

 
+
+
+

Returns

+

the metered setting.

+
+

Since: 1.0.6

+
+
+

nm_device_disambiguate_names ()

char **
 nm_device_disambiguate_names (NMDevice **devices,
@@ -1418,7 +1462,7 @@ nm_device_disambiguate_names (devices
 .

-

Parameters

+

Parameters

@@ -1441,7 +1485,7 @@ devices in devices
-

Returns

+

Returns

the device names.

[transfer full][array zero-terminated=1]

@@ -1457,7 +1501,7 @@ nm_device_disconnect ( -

Parameters

+

Parameters

@@ -1484,7 +1528,7 @@ request.

-

Returns

+

Returns

TRUE on success, FALSE on error, in which case error will be set.

@@ -1501,7 +1545,7 @@ nm_device_disconnect_async ( -

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.

-

Parameters

+

Parameters

@@ -1787,7 +1831,7 @@ against

-

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.

-

Parameters

+

Parameters

@@ -1840,7 +1884,7 @@ against

-

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 .

-

Parameters

+

Parameters

@@ -1869,7 +1913,7 @@ that can be used on device
-

Returns

+

Returns

device 's associated NMSetting type

@@ -2014,6 +2058,12 @@ that can be used on device
#define NM_DEVICE_MTU "mtu"
 
+
+
+

NM_DEVICE_METERED

+
#define NM_DEVICE_METERED "metered"
+
+

Property Details

@@ -2142,6 +2192,15 @@ operations like addressing and routing.


+

The “metered” property

+
  “metered”                  guint
+

Whether the device is metered.

+

Flags: Read

+

Default value: 0

+

Since: 1.0.6

+
+
+

The “mtu” property

  “mtu”                      guint

The MTU of the device.

-- cgit 1.3.0-6-gf8a5