From c2de0d98ba39e0a1a970d066fd19be786092f376 Mon Sep 17 00:00:00 2001
From: Michael Biebl Gets the SSID of the access point. the GBytes containing the SSID, or the GBytes containing the SSID, or [transfer none] Gets the frequency of the access point. Gets the maximum bit rate of the access point in kbit/s. Gets the current signal strength of the access point. Returns the timestamp (in CLOCK_BOOTTIME seconds) for the last time the
access point was found in scan results. A value of -1 means the access
@@ -545,9 +545,9 @@ point has not been found in a scan. Filters a given array of connections for a given NMAccessPoint object and
returns connections which may be activated with the access point. Any
returned connections will match the connections an array of NMConnections to
+ an array of NMConnections to
filter. an array of
-NMConnections that could be activated with the given [transfer container][element-type NMConnection] Validates a given connection against a given Wi-Fi access point to ensure that
the connection may be activated with that AP. The connection must match the
connection an NMConnection to validate against an NMConnection to validate against The BSSID of the access point. Flags: Read Default value: NULL The frequency of the access point. Flags: Read Allowed values: <= 10000 Alias for “bssid”. The timestamp (in CLOCK_BOOTTIME seconds) for the last time the
access point was found in scan results. A value of -1 means the
access point has not been found in a scan. The maximum bit rate of the access point in kbit/s. Flags: Read Default value: 0 The SSID of the access point, or The SSID of the access point, or Flags: Read The current signal strength of the access point. Flags: Read Default value: 0 Gets the NMConnection's ID. Gets the NMConnection's ID. Flags: Run First Flags: Run First Notifies that a permission has changed Flags: Run First Flags: Run First the current MAC of the device, or the current MAC of the device, or Whether the NMDevice is managed by NetworkManager. Enables or disables management of NMDevice by NetworkManager. Whether the NMDevice can be autoconnected. Enables or disables automatic activation of the NMDevice. autoconnect Indicates that firmware required for the device's operation is likely
to be missing. Indicates that the NetworkManager plugin for the device is not installed. Since: 1.2 the IPv4 NMIPConfig, or the IPv4 NMIPConfig, or [transfer none]
-GBytes *
+GBytes *
nm_access_point_get_ssid ()
@@ -82,7 +82,7 @@
-guint32
+guint32
nm_access_point_get_frequency ()
@@ -98,7 +98,7 @@
-guint32
+guint32
nm_access_point_get_max_bitrate ()
@@ -106,7 +106,7 @@
-guint8
+guint8
nm_access_point_get_strength ()
@@ -114,7 +114,7 @@
-gint
+gint
nm_access_point_get_last_seen ()
@@ -122,7 +122,7 @@
-GPtrArray *
+GPtrArray *
nm_access_point_filter_connections ()
@@ -130,7 +130,7 @@
-gboolean
+gboolean
nm_access_point_connection_valid ()
@@ -150,7 +150,7 @@
@@ -160,23 +160,23 @@
-gchar *
+gchar *
bssid
Read
Read
-
guint
+guint
frequency
Read
-gchar *
+gchar *
hw-address
Read
-
gint
+gint
last-seen
Read
-
@@ -192,12 +192,12 @@
guint
+guint
max-bitrate
Read
-GBytes *
+GBytes *
ssid
Read
-
@@ -266,7 +266,7 @@
guchar
+guchar
strength
Read
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMAccessPoint
@@ -357,7 +357,7 @@ point.
nm_access_point_get_ssid ()
-GBytes *
+
GBytes *
nm_access_point_get_ssid (
NMAccessPoint *ap);
Returns
-NULL if the
+NULL if the
SSID is unknown.
nm_access_point_get_frequency ()
-guint32
+
guint32
nm_access_point_get_frequency (
NMAccessPoint *ap);
nm_access_point_get_max_bitrate ()
-guint32
+
guint32
nm_access_point_get_max_bitrate (
NMAccessPoint *ap);
nm_access_point_get_strength ()
-guint8
+
guint8
nm_access_point_get_strength (
NMAccessPoint *ap);
nm_access_point_get_last_seen ()
-gint
+
gint
nm_access_point_get_last_seen (
NMAccessPoint *ap);
nm_access_point_filter_connections ()
-GPtrArray *
+
GPtrArray *
nm_access_point_filter_connections (
+ NMAccessPoint *ap,
- const GPtrArray *connections);const GPtrArray *connections);ap
@@ -573,7 +573,7 @@ with this function.
@@ -583,18 +583,18 @@ filter.
-[element-type NMConnection]
Returns
ap
+NMConnections that could be activated with the given ap
. The array should
-be freed with g_ptr_array_unref() when it is no longer required. g_ptr_array_unref() when it is no longer required.
nm_access_point_connection_valid ()
-gboolean
+
gboolean
nm_access_point_connection_valid (
+ NMAccessPoint *ap,
- NMConnection *connection);NMConnection *connection);ap
@@ -617,7 +617,7 @@ against
@@ -626,8 +626,8 @@ against
-ap
+ap
Property Details
The
-“bssid” property “bssid” gchar *
+ “bssid” gchar *
The
-“frequency” property “frequency” guint
+ “frequency” guint
The
-“hw-address” property “hw-address” gchar *
+ “hw-address” gchar *
NMAccessPoint:hw-address has been deprecated since version 1.0 and should not be used in newly-written code.
The
-“last-seen” property “last-seen” gint
+ “last-seen” gint
The
-“max-bitrate” property “max-bitrate” guint
+ “max-bitrate” guint
The
-“ssid” property “ssid” GBytes *
-NULL if it is not known. “ssid” GBytes *
+NULL if it is not known.
The
-“strength” property “strength” guchar
+ “strength” guchar
-
const GPtrArray *
+ const GPtrArray *
nm_active_connection_get_devices ()
@@ -102,7 +102,7 @@
-gboolean
+gboolean
nm_active_connection_get_default ()
@@ -126,7 +126,7 @@
-gboolean
+gboolean
nm_active_connection_get_default6 ()
@@ -150,7 +150,7 @@
-gboolean
+gboolean
nm_active_connection_get_vpn ()
@@ -175,18 +175,18 @@
Read
-
gboolean
+gboolean
default
Read
-
gboolean
+gboolean
default6
Read
@@ -204,7 +204,7 @@
-GPtrArray *
+GPtrArray *
devices
Read
@@ -228,7 +228,7 @@
-gchar *
+gchar *
id
Read
@@ -239,18 +239,18 @@
-gchar *
+gchar *
specific-object-path
Read
-gchar *
+gchar *
type
Read
-gchar *
+gchar *
uuid
Read
-
@@ -330,7 +330,7 @@
gboolean
+gboolean
vpn
Read
Object Hierarchy
- GObject
+
GObject
╰── NMObject
╰── NMActiveConnection
╰── NMVpnConnection
@@ -374,7 +374,7 @@ nm_active_connection_get_connection (
nm_active_connection_get_id ()
const char *
nm_active_connection_get_id (
-NMActiveConnection *connection);Parameters
The
“permission-changed” signalvoid
user_function (NMClient *client,
- guint permission,
- guint result,
- gpointer user_data)
+ guint permission,
+ guint result,
+ gpointer user_data)
-gboolean
+gboolean
nm_device_get_managed ()
@@ -132,7 +132,7 @@
-gboolean
+gboolean
nm_device_get_autoconnect ()
@@ -148,7 +148,7 @@
-gboolean
+gboolean
nm_device_get_firmware_missing ()
@@ -156,7 +156,7 @@
-gboolean
+gboolean
nm_device_get_nm_plugin_missing ()
@@ -219,7 +219,7 @@
-
const GPtrArray *
+ const GPtrArray *
nm_device_get_available_connections ()
@@ -234,7 +234,7 @@
-guint32
+guint32
nm_device_get_mtu ()
@@ -242,7 +242,7 @@
-gboolean
+gboolean
nm_device_is_real ()
@@ -250,7 +250,7 @@
-gboolean
+gboolean
nm_device_is_software ()
@@ -287,7 +287,7 @@
-GPtrArray *
+GPtrArray *
nm_device_get_lldp_neighbors ()
@@ -303,7 +303,7 @@
-gboolean
+gboolean
nm_device_reapply ()
@@ -319,7 +319,7 @@
-gboolean
+gboolean
nm_device_reapply_finish ()
@@ -327,7 +327,31 @@
+
-gboolean
+NMConnection *
+
+
+nm_device_get_applied_connection ()
+
+
+
+
+void
+
+
+nm_device_get_applied_connection_async ()
+
+
+
+
+NMConnection *
+
+
+nm_device_get_applied_connection_finish ()
+
+
+
+gboolean
nm_device_disconnect ()
@@ -343,7 +367,7 @@
-gboolean
+gboolean
nm_device_disconnect_finish ()
@@ -351,7 +375,7 @@
-gboolean
+gboolean
nm_device_delete ()
@@ -367,7 +391,7 @@
-gboolean
+gboolean
nm_device_delete_finish ()
@@ -375,7 +399,7 @@
-GPtrArray *
+GPtrArray *
nm_device_filter_connections ()
@@ -383,7 +407,7 @@
-gboolean
+gboolean
nm_device_connection_valid ()
@@ -391,7 +415,7 @@
-gboolean
+gboolean
nm_device_connection_compatible ()
@@ -399,7 +423,7 @@
-GType
+GType
nm_device_get_setting_type ()
@@ -439,7 +463,7 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_string_value ()
@@ -447,14 +471,14 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_uint_value ()
-
const GVariantType *
+ const GVariantType *
nm_lldp_neighbor_get_attr_type ()
@@ -479,13 +503,13 @@
Read
-
gboolean
+gboolean
autoconnect
Read / Write
@@ -513,36 +537,36 @@
-GPtrArray *
+GPtrArray *
available-connections
Read
-gchar *
+gchar *
driver
Read
-gchar *
+gchar *
driver-version
Read
-
gboolean
+gboolean
firmware-missing
Read
-gchar *
+gchar *
firmware-version
Read
-gchar *
+gchar *
interface
Read
@@ -560,44 +584,44 @@
-gchar *
+gchar *
ip-interface
Read
-GPtrArray *
+GPtrArray *
lldp-neighbors
Read
-
gboolean
+gboolean
managed
Read
-
guint
+guint
metered
Read
-
guint
+guint
mtu
Read
-
gboolean
+gboolean
nm-plugin-missing
Read
-gchar *
+gchar *
physical-port-id
Read
-gchar *
+gchar *
product
Read
-
@@ -607,19 +631,19 @@
gboolean
+gboolean
real
Read
Read
-
guint
+guint
state-reason
Read
-gchar *
+gchar *
udi
Read
@@ -637,7 +661,7 @@
-gchar *
+gchar *
vendor
Read
void
state-changed
-Run First
+Run First
Object Hierarchy
- GBoxed
+
GBoxed
╰── NMLldpNeighbor
- GObject
+ GObject
╰── NMObject
╰── NMDevice
├── NMDeviceAdsl
@@ -1033,7 +1057,7 @@ nm_device_get_hw_address (
Returns
-NULL.
+NULL.
This is the internal string used by the device, and must not be modified.
nm_device_get_managed ()
-gboolean
+
gboolean
nm_device_get_managed (
NMDevice *device);
Returns
-TRUE if the device is managed by NetworkManagerTRUE if the device is managed by NetworkManager
@@ -1094,7 +1118,7 @@ nm_device_get_managed (nm_device_set_managed ()
void
nm_device_set_managed (
+ NMDevice *device,
- gboolean managed);gboolean managed);
nm_device_get_autoconnect ()
-gboolean
+
gboolean
nm_device_get_autoconnect (
NMDevice *device);
Returns
-TRUE if the device is allowed to be autoconnectedTRUE if the device is allowed to be autoconnected
@@ -1151,7 +1175,7 @@ nm_device_get_autoconnect (nm_device_set_autoconnect ()
void
nm_device_set_autoconnect (
+ NMDevice *device,
- gboolean autoconnect);gboolean autoconnect);Parameters
@@ -1169,7 +1193,7 @@ nm_device_set_autoconnect (
+TRUE to enable autoconnectingTRUE to enable autoconnecting
@@ -1179,7 +1203,7 @@ nm_device_set_autoconnect (
nm_device_get_firmware_missing ()
-gboolean
+
gboolean
nm_device_get_firmware_missing (
NMDevice *device);Returns
-TRUE if firmware required for the device's operation is likely
+TRUE if firmware required for the device's operation is likely
to be missing.
nm_device_get_nm_plugin_missing ()
-gboolean
+
gboolean
nm_device_get_nm_plugin_missing (
NMDevice *device);
Returns
-NULL if the device is not
+NULL if the device is not
activated.
the IPv4 NMDhcpConfig, or NULL if the device is
+
the IPv4 NMDhcpConfig, or NULL if the device is
not activated or not using DHCP.
[transfer none]
the IPv6 NMIPConfig or NULL if the device is not activated.
the IPv6 NMIPConfig or NULL if the device is not activated.
[transfer none]
the IPv6 NMDhcpConfig, or NULL if the device is
+
the IPv6 NMDhcpConfig, or NULL if the device is
not activated or not using DHCPv6.
[transfer none]
Returns
- the NMActiveConnection or NULL if the device is
+
the NMActiveConnection or NULL if the device is
not part of an active connection.
[transfer none]
@@ -1433,7 +1457,7 @@ not part of an active connection.
nm_device_get_available_connections ()
-const GPtrArray *
+const GPtrArray *
nm_device_get_available_connections (NMDevice *device);
Gets the NMRemoteConnections currently known to the daemon that could
be activated on device
@@ -1455,7 +1479,7 @@ be activated on device
Returns
- the GPtrArray
+
the GPtrArray
containing NMRemoteConnections. This is the internal copy used by
the connection, and must not be modified.
[element-type NMRemoteConnection]
@@ -1466,7 +1490,7 @@ the connection, and must not be modified.
nm_device_get_physical_port_id ()
const char *
nm_device_get_physical_port_id (NMDevice *device);
-Gets the physical port ID of the NMDevice. If non-NULL, this is
+
Gets the physical port ID of the NMDevice. If non-NULL, this is
an opaque string that can be used to recognize when
seemingly-unrelated NMDevices are actually just different virtual
ports on a single physical port. (Eg, NPAR / SR-IOV.)
@@ -1487,7 +1511,7 @@ ports on a single physical port. (Eg, NPAR / SR-IOV.)
Returns
- the physical port ID of the device, or NULL if the port
+
the physical port ID of the device, or NULL if the port
ID is unknown. This is the internal string used by the device and
must not be modified.
@@ -1495,7 +1519,7 @@ must not be modified.
nm_device_get_mtu ()
-guint32
+guint32
nm_device_get_mtu (NMDevice *device);
Gets the MTU of the NMDevice.
@@ -1521,7 +1545,7 @@ nm_device_get_mtu (
nm_device_is_real ()
-gboolean
+gboolean
nm_device_is_real (NMDevice *device);
Parameters
@@ -1540,7 +1564,7 @@ nm_device_is_real (
Returns
- TRUE if the device exists, or FALSE if it is a placeholder device
+
TRUE if the device exists, or FALSE if it is a placeholder device
that could be automatically created by NetworkManager if one of its
“available-connections” was activated.
@@ -1549,7 +1573,7 @@ that could be automatically created by NetworkManager if one of its
nm_device_is_software ()
-gboolean
+gboolean
nm_device_is_software (NMDevice *device);
Whether the device is a software device.
@@ -1686,7 +1710,7 @@ nm_device_get_metered (
nm_device_get_lldp_neighbors ()
-GPtrArray *
+GPtrArray *
nm_device_get_lldp_neighbors (NMDevice *device);
Gets the list of neighbors discovered through LLDP.
@@ -1706,7 +1730,7 @@ nm_device_get_lldp_neighbors (
Returns
- the GPtrArray
+
the GPtrArray
containing NMLldpNeighbors. This is the internal copy used by the
device and must not be modified. The library never modifies the returned
array and thus it is safe for callers to reference and keep using it.
@@ -1755,12 +1779,13 @@ devices in devices
nm_device_reapply ()
-gboolean
+gboolean
nm_device_reapply (NMDevice *device,
- NMConnection *connection,
- guint flags,
- GCancellable *cancellable,
- GError **error);
+ NMConnection *connection,
+ guint64 version_id,
+ guint32 flags,
+ GCancellable *cancellable,
+ GError **error);
Attempts to update device with changes to the currently active connection
made since it was last applied.
@@ -1779,7 +1804,14 @@ made since it was last applied.
connection
-the NMConnection to replace the applied settings with or NULL to reuse existing
+the NMConnection to replace the applied settings with or NULL to reuse existing
+
+
+
+version_id
+zero or the expected version id of the applied connection. If specified
+and the version id mismatches, the call fails without modification. This allows to
+catch concurrent accesses.
@@ -1789,12 +1821,12 @@ made since it was last applied.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-location for a GError, or NULL
+
@@ -1802,7 +1834,7 @@ made since it was last applied.
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
Since: 1.2
@@ -1812,11 +1844,12 @@ will be set.
nm_device_reapply_async ()
void
nm_device_reapply_async (NMDevice *device,
- NMConnection *connection,
- guint flags,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ NMConnection *connection,
+ guint64 version_id,
+ guint32 flags,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins an attempt to update device with changes to the
currently active connection made since it was last applied.
@@ -1835,7 +1868,14 @@ currently active connection made since it was last applied.
connection
-the NMConnection to replace the applied settings with or NULL to reuse existing
+the NMConnection to replace the applied settings with or NULL to reuse existing
+
+
+
+version_id
+zero or the expected version id of the applied connection. If specified
+and the version id mismatches, the call fails without modification. This allows to
+catch concurrent accesses.
@@ -1845,7 +1885,7 @@ currently active connection made since it was last applied.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -1867,10 +1907,10 @@ currently active connection made since it was last applied.
nm_device_reapply_finish ()
-gboolean
+gboolean
nm_device_reapply_finish (NMDevice *device,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of a call to nm_device_reapply_async().
Parameters
@@ -1888,12 +1928,12 @@ nm_device_reapply_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-location for a GError, or NULL
+
@@ -1901,23 +1941,181 @@ nm_device_reapply_finish (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
Since: 1.2
+nm_device_get_applied_connection ()
+NMConnection *
+nm_device_get_applied_connection (NMDevice *device,
+ guint32 flags,
+ guint64 *version_id,
+ GCancellable *cancellable,
+ GError **error);
+Fetch the currently applied connection on the device.
+
+Parameters
+
+
+
+
+
+
+
+
+device
+a NMDevice
+
+
+
+flags
+the flags argument. Currently this value must always be zero.
+
+
+
+version_id
+ (allow-none): returns the current version id of
+the applied connection.
+[out]
+
+
+cancellable
+a GCancellable, or NULL
+
+
+
+error
+
+
+
+
+
+
+
+Since: 1.2
+
+
+
+nm_device_get_applied_connection_async ()
+void
+nm_device_get_applied_connection_async
+ (NMDevice *device,
+ guint32 flags,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+Asynchronously begins an get the a currently applied connection.
+
+Parameters
+
+
+
+
+
+
+
+
+device
+a NMDevice
+
+
+
+flags
+the flags argument. Currently this value must always be zero.
+
+
+
+cancellable
+a GCancellable, or NULL
+
+
+
+callback
+callback to be called when the reapply operation completes
+
+
+
+user_data
+caller-specific data passed to callback
+
+
+
+
+
+
+Since: 1.2
+
+
+
+nm_device_get_applied_connection_finish ()
+NMConnection *
+nm_device_get_applied_connection_finish
+ (NMDevice *device,
+ GAsyncResult *result,
+ guint64 *version_id,
+ GError **error);
+Gets the result of a call to nm_device_get_applied_connection_async().
+
+Parameters
+
+
+
+
+
+
+
+
+device
+a NMDevice
+
+
+
+result
+the result passed to the GAsyncReadyCallback
+
+
+
+version_id
+ (allow-none): the current version id of the applied
+connection.
+[out]
+
+
+error
+
+
+
+
+
+
+
+Since: 1.2
+
+
+
nm_device_disconnect ()
-gboolean
+gboolean
nm_device_disconnect (NMDevice *device,
- GCancellable *cancellable,
- GError **error);
+ GCancellable *cancellable,
+ GError **error);
Disconnects the device if currently connected, and prevents the device from
automatically connecting to networks until the next manual network connection
request.
-Parameters
+Parameters
@@ -1932,20 +2130,20 @@ request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-location for a GError, or NULL
+
@@ -1954,14 +2152,14 @@ will be set.
nm_device_disconnect_async ()
void
nm_device_disconnect_async (NMDevice *device,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins disconnecting the device if currently connected, and
prevents the device from automatically connecting to networks until the next
manual network connection request.
-Parameters
+Parameters
@@ -1976,7 +2174,7 @@ manual network connection request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -1997,13 +2195,13 @@ manual network connection request.
nm_device_disconnect_finish ()
-gboolean
+gboolean
nm_device_disconnect_finish (NMDevice *device,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of a call to nm_device_disconnect_async().
-Parameters
+Parameters
@@ -2018,33 +2216,33 @@ nm_device_disconnect_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-location for a GError, or NULL
+
nm_device_delete ()
-gboolean
+gboolean
nm_device_delete (NMDevice *device,
- GCancellable *cancellable,
- GError **error);
+ GCancellable *cancellable,
+ GError **error);
Deletes the software device. Hardware devices can't be deleted.
-Parameters
+Parameters
@@ -2059,20 +2257,20 @@ nm_device_delete (cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-location for a GError, or NULL
+
@@ -2081,13 +2279,13 @@ will be set.
nm_device_delete_async ()
void
nm_device_delete_async (NMDevice *device,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins deleteing the software device. Hardware devices can't
be deleted.
-Parameters
+Parameters
@@ -2102,7 +2300,7 @@ be deleted.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2123,13 +2321,13 @@ be deleted.
nm_device_delete_finish ()
-gboolean
+gboolean
nm_device_delete_finish (NMDevice *device,
- GAsyncResult *result,
- GError **error);
+ GAsyncResult *result,
+ GError **error);
Gets the result of a call to nm_device_delete_async().
-Parameters
+Parameters
@@ -2144,29 +2342,29 @@ nm_device_delete_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-location for a GError, or NULL
+
nm_device_filter_connections ()
-GPtrArray *
+GPtrArray *
nm_device_filter_connections (NMDevice *device,
- const GPtrArray *connections);
+ const GPtrArray *connections);
Filters a given array of connections for a given NMDevice object and returns
connections which may be activated with the device. For example if device
@@ -2178,7 +2376,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
@@ -2193,27 +2391,27 @@ incompatible with the device. To get the full list of connections see
connections
- an array of NMConnections to filter.
+ an array of NMConnections to filter.
[element-type NMConnection]
-Returns
+Returns
an array of
-NMConnections that could be activated with the given device
+NMConnections that could be activated with the given device
. The array
-should be freed with g_ptr_array_unref() when it is no longer required.
+should be freed with g_ptr_array_unref() when it is no longer required.
[transfer container][element-type NMConnection]
nm_device_connection_valid ()
-gboolean
+gboolean
nm_device_connection_valid (NMDevice *device,
- NMConnection *connection);
+ NMConnection *connection);
Validates a given connection for a given NMDevice object and returns
whether the connection may be activated with the device. For example if
device
@@ -2223,7 +2421,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
@@ -2239,7 +2437,7 @@ against
connection
-an NMConnection to validate against device
+
an NMConnection to validate against device
@@ -2247,18 +2445,18 @@ against
nm_device_connection_compatible ()
-gboolean
+gboolean
nm_device_connection_compatible (NMDevice *device,
- NMConnection *connection,
- GError **error);
+ NMConnection *connection,
+ GError **error);
Validates a given connection for a given NMDevice object and returns
whether the connection may be activated with the device. For example if
device
@@ -2271,7 +2469,7 @@ device.
compatibility of the given device and connection. But, in addition, it sets
GError when FALSE is returned.
-Parameters
+Parameters
@@ -2287,34 +2485,34 @@ against
connection
-an NMConnection to validate against device
+
an NMConnection to validate against device
error
-return location for a GError, or NULL
+
nm_device_get_setting_type ()
-GType
+GType
nm_device_get_setting_type (NMDevice *device);
Gets the (primary) NMSetting subtype associated with connections
that can be used on device
.
@@ -2341,7 +2539,7 @@ that can be used on device
nm_lldp_neighbor_new (void);
Creates a new NMLldpNeighbor object.
@@ -2354,7 +2552,7 @@ nm_lldp_neighbor_new (void
nm_lldp_neighbor_ref (NMLldpNeighbor *neighbor);
Increases the reference count of the object.
-Parameters
+Parameters
@@ -2378,7 +2576,7 @@ nm_lldp_neighbor_unref (
-Parameters
+Parameters
@@ -2402,7 +2600,7 @@ nm_lldp_neighbor_get_attr_names (Gets an array of attribute names available for neighbor
.
-Parameters
+Parameters
@@ -2417,8 +2615,8 @@ nm_lldp_neighbor_get_attr_names (
-Returns
- a NULL-terminated array of attribute names.
+Returns
+ a NULL-terminated array of attribute names.
[transfer full]
Since: 1.2
@@ -2426,7 +2624,7 @@ nm_lldp_neighbor_get_attr_names (
nm_lldp_neighbor_get_attr_string_value ()
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_string_value
(NMLldpNeighbor *neighbor,
char *name,
@@ -2435,7 +2633,7 @@ nm_lldp_neighbor_get_attr_string_value
on neighbor
-Returns
- TRUE if a string attribute with name name
-was found, FALSE otherwise
+Returns
+ TRUE if a string attribute with name name
+was found, FALSE otherwise
Since: 1.2
nm_lldp_neighbor_get_attr_uint_value ()
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_uint_value (NMLldpNeighbor *neighbor,
char *name,
- guint *out_value);
+ guint *out_value);
Gets the uint value of attribute with name name
on neighbor
-Parameters
+Parameters
@@ -2506,21 +2704,21 @@ nm_lldp_neighbor_get_attr_uint_value (
-Returns
- TRUE if a uint attribute with name name
-was found, FALSE otherwise
+Returns
+ TRUE if a uint attribute with name name
+was found, FALSE otherwise
Since: 1.2
nm_lldp_neighbor_get_attr_type ()
-const GVariantType *
+const GVariantType *
nm_lldp_neighbor_get_attr_type (NMLldpNeighbor *neighbor,
char *name);
Get the type of an attribute.
-Parameters
+Parameters
@@ -2542,8 +2740,8 @@ nm_lldp_neighbor_get_attr_type (
-Returns
- the GVariantType of the attribute with name name
+
Returns
+ the GVariantType of the attribute with name name
Since: 1.2
@@ -2724,7 +2922,7 @@ nm_lldp_neighbor_get_attr_type (
The “autoconnect” property
- “autoconnect” gboolean
+ “autoconnect” gboolean
Whether the device can auto-activate a connection.
Flags: Read / Write
Default value: TRUE
@@ -2732,7 +2930,7 @@ nm_lldp_neighbor_get_attr_type (
The “available-connections” property
- “available-connections” GPtrArray *
+ “available-connections” GPtrArray *
The available connections of the device
Element-type: NMRemoteConnection
Flags: Read
@@ -2769,7 +2967,7 @@ nm_lldp_neighbor_get_attr_type (
The “driver” property
- “driver” gchar *
+ “driver” gchar *
The driver of the device.
Flags: Read
Default value: NULL
@@ -2777,7 +2975,7 @@ nm_lldp_neighbor_get_attr_type (
The “driver-version” property
- “driver-version” gchar *
+ “driver-version” gchar *
The version of the device driver.
Flags: Read
Default value: NULL
@@ -2785,8 +2983,8 @@ nm_lldp_neighbor_get_attr_type (
The “firmware-missing” property
- “firmware-missing” gboolean
-When TRUE indicates the device is likely missing firmware required
+
“firmware-missing” gboolean
+When TRUE indicates the device is likely missing firmware required
for its operation.
Flags: Read
Default value: FALSE
@@ -2794,7 +2992,7 @@ for its operation.
The “firmware-version” property
- “firmware-version” gchar *
+ “firmware-version” gchar *
The firmware version of the device.
Flags: Read
Default value: NULL
@@ -2802,7 +3000,7 @@ for its operation.
The “interface” property
- “interface” gchar *
+ “interface” gchar *
The interface of the device.
Flags: Read
Default value: NULL
@@ -2810,7 +3008,7 @@ for its operation.
The “ip-interface” property
- “ip-interface” gchar *
+ “ip-interface” gchar *
The IP interface of the device which should be used for all IP-related
operations like addressing and routing.
Flags: Read
@@ -2820,7 +3018,7 @@ operations like addressing and routing.
The “ip4-config” property
“ip4-config” NMIPConfig *
-The NMIP4Config of the device.
+The NMIP4Config of the device.
Flags: Read
@@ -2833,14 +3031,14 @@ operations like addressing and routing.
The “lldp-neighbors” property
- “lldp-neighbors” GPtrArray *
+ “lldp-neighbors” GPtrArray *
The LLDP neighbors.
Flags: Read
The “managed” property
- “managed” gboolean
+ “managed” gboolean
Whether the device is managed by NetworkManager.
Flags: Read
Default value: FALSE
@@ -2848,7 +3046,7 @@ operations like addressing and routing.
The “metered” property
- “metered” guint
+ “metered” guint
Whether the device is metered.
Flags: Read
Default value: 0
@@ -2857,7 +3055,7 @@ operations like addressing and routing.
The “mtu” property
- “mtu” guint
+ “mtu” guint
The MTU of the device.
Flags: Read
Default value: 1500
@@ -2865,8 +3063,8 @@ operations like addressing and routing.
The “nm-plugin-missing” property
- “nm-plugin-missing” gboolean
-When TRUE indicates that the NetworkManager plugin for the device
+
“nm-plugin-missing” gboolean
+When TRUE indicates that the NetworkManager plugin for the device
is not installed.
Flags: Read
Default value: FALSE
@@ -2875,7 +3073,7 @@ is not installed.
The “physical-port-id” property
- “physical-port-id” gchar *
+ “physical-port-id” gchar *
The physical port ID of the device. (See
nm_device_get_physical_port_id().)
Flags: Read
@@ -2884,7 +3082,7 @@ is not installed.
The “product” property
- “product” gchar *
+ “product” gchar *
The product string of the device.
Flags: Read
Default value: NULL
@@ -2892,7 +3090,7 @@ is not installed.
The “real” property
- “real” gboolean
+ “real” gboolean
Whether the device is real or is a placeholder device that could
be created automatically by NetworkManager if one of its
“available-connections” was activated.
@@ -2911,7 +3109,7 @@ be created automatically by NetworkManager if one of its
The “state-reason” property
- “state-reason” guint
+ “state-reason” guint
The reason for the device state.
Flags: Read
Default value: 0
@@ -2919,7 +3117,7 @@ be created automatically by NetworkManager if one of its
The “udi” property
- “udi” gchar *
+ “udi” gchar *
An operating-system specific device hardware identifier; this is not
unique to a specific hardware device across reboots or hotplugs. It
is an opaque string which for some device types (Bluetooth, Modem)
@@ -2932,7 +3130,7 @@ request more information about the device from those services.
The “vendor” property
- “vendor” gchar *
+ “vendor” gchar *
The vendor string of the device.
Flags: Read
Default value: NULL
@@ -2944,10 +3142,10 @@ request more information about the device from those services.
The “state-changed” signal
void
user_function (NMDevice *device,
- guint new_state,
- guint old_state,
- guint reason,
- gpointer user_data)
+ guint new_state,
+ guint old_state,
+ guint reason,
+ gpointer user_data)
Notifies the state change of a NMDevice.
-Flags: Run First
+Flags: Run First
diff --git a/docs/libnm/html/NMDeviceAdsl.html b/docs/libnm/html/NMDeviceAdsl.html
index 7c9c5612..5611b4f7 100644
--- a/docs/libnm/html/NMDeviceAdsl.html
+++ b/docs/libnm/html/NMDeviceAdsl.html
@@ -42,7 +42,7 @@
-gboolean
+gboolean
nm_device_adsl_get_carrier ()
@@ -59,7 +59,7 @@
-gboolean
+gboolean
carrier
Read
@@ -80,7 +80,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceAdsl
@@ -93,7 +93,7 @@
Functions
nm_device_adsl_get_carrier ()
-gboolean
+gboolean
nm_device_adsl_get_carrier (NMDeviceAdsl *device);
Whether the device has carrier.
@@ -113,7 +113,7 @@ nm_device_adsl_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if the device has carrier
@@ -129,7 +129,7 @@ nm_device_adsl_get_carrier (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
diff --git a/docs/libnm/html/NMDeviceBond.html b/docs/libnm/html/NMDeviceBond.html
index b99d8ba3..c2a2069d 100644
--- a/docs/libnm/html/NMDeviceBond.html
+++ b/docs/libnm/html/NMDeviceBond.html
@@ -50,14 +50,14 @@
-gboolean
+gboolean
nm_device_bond_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_bond_get_slaves ()
@@ -76,19 +76,19 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -120,7 +120,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBond
@@ -160,7 +160,7 @@ device, and must not be modified.
nm_device_bond_get_carrier ()
-gboolean
+gboolean
nm_device_bond_get_carrier (NMDeviceBond *device);
Whether the device has carrier.
@@ -180,13 +180,13 @@ nm_device_bond_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if the device has carrier
nm_device_bond_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_bond_get_slaves (NMDeviceBond *device);
Gets the devices currently slaved to device
.
@@ -207,7 +207,7 @@ nm_device_bond_get_slaves (
Returns
- the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -239,7 +239,7 @@ copy used by the device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -247,7 +247,7 @@ copy used by the device, and must not be modified.
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -255,7 +255,7 @@ copy used by the device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices slaved to the bond device.
Element-type: NMDevice
Flags: Read
diff --git a/docs/libnm/html/NMDeviceBridge.html b/docs/libnm/html/NMDeviceBridge.html
index dee83c75..986dbf57 100644
--- a/docs/libnm/html/NMDeviceBridge.html
+++ b/docs/libnm/html/NMDeviceBridge.html
@@ -50,14 +50,14 @@
-gboolean
+gboolean
nm_device_bridge_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_bridge_get_slaves ()
@@ -76,19 +76,19 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -120,7 +120,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBridge
@@ -160,7 +160,7 @@ device, and must not be modified.
nm_device_bridge_get_carrier ()
-gboolean
+gboolean
nm_device_bridge_get_carrier (NMDeviceBridge *device);
Whether the device has carrier.
@@ -180,13 +180,13 @@ nm_device_bridge_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if the device has carrier
nm_device_bridge_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_bridge_get_slaves (NMDeviceBridge *device);
Gets the devices currently slaved to device
.
@@ -207,7 +207,7 @@ nm_device_bridge_get_slaves (
Returns
- the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -239,7 +239,7 @@ copy used by the device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -247,7 +247,7 @@ copy used by the device, and must not be modified.
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -255,7 +255,7 @@ copy used by the device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices slaved to the bridge device.
Element-type: NMDevice
Flags: Read
diff --git a/docs/libnm/html/NMDeviceBt.html b/docs/libnm/html/NMDeviceBt.html
index b8cb2689..90c0b9bc 100644
--- a/docs/libnm/html/NMDeviceBt.html
+++ b/docs/libnm/html/NMDeviceBt.html
@@ -82,13 +82,13 @@
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
name
Read
@@ -120,7 +120,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceBt
@@ -241,7 +241,7 @@ nm_device_bt_get_capabilities (
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -249,7 +249,7 @@ nm_device_bt_get_capabilities (
The “name” property
- “name” gchar *
+ “name” gchar *
The name of the bluetooth device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm/html/NMDeviceEthernet.html b/docs/libnm/html/NMDeviceEthernet.html
index 0b6dc4a2..b1d65f64 100644
--- a/docs/libnm/html/NMDeviceEthernet.html
+++ b/docs/libnm/html/NMDeviceEthernet.html
@@ -57,7 +57,7 @@
-guint32
+guint32
nm_device_ethernet_get_speed ()
@@ -65,7 +65,7 @@
-gboolean
+gboolean
nm_device_ethernet_get_carrier ()
@@ -91,29 +91,29 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
perm-hw-address
Read
-GStrv
+GStrv
s390-subchannels
Read
-guint
+guint
speed
Read
@@ -153,7 +153,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceEthernet
@@ -221,7 +221,7 @@ device, and must not be modified.
nm_device_ethernet_get_speed ()
-guint32
+guint32
nm_device_ethernet_get_speed (NMDeviceEthernet *device);
Gets the speed of the NMDeviceEthernet.
@@ -247,7 +247,7 @@ nm_device_ethernet_get_speed (
nm_device_ethernet_get_carrier ()
-gboolean
+gboolean
nm_device_ethernet_get_carrier (NMDeviceEthernet *device);
Whether the device has carrier.
@@ -337,7 +337,7 @@ one subchannel the s390 device uses to communicate to the host.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -345,7 +345,7 @@ one subchannel the s390 device uses to communicate to the host.
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The active hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -353,7 +353,7 @@ one subchannel the s390 device uses to communicate to the host.
The “perm-hw-address” property
- “perm-hw-address” gchar *
+ “perm-hw-address” gchar *
The permanent hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -361,7 +361,7 @@ one subchannel the s390 device uses to communicate to the host.
The “s390-subchannels” property
- “s390-subchannels” GStrv
+ “s390-subchannels” GStrv
Identifies subchannels of this network device used for
communication with z/VM or s390 host.
Flags: Read
@@ -370,7 +370,7 @@ communication with z/VM or s390 host.
The “speed” property
- “speed” guint
+ “speed” guint
The speed of the device.
Flags: Read
Default value: 0
diff --git a/docs/libnm/html/NMDeviceGeneric.html b/docs/libnm/html/NMDeviceGeneric.html
index 8144c52f..765052c5 100644
--- a/docs/libnm/html/NMDeviceGeneric.html
+++ b/docs/libnm/html/NMDeviceGeneric.html
@@ -60,13 +60,13 @@
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
type-description
Read
@@ -94,7 +94,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceGeneric
@@ -150,7 +150,7 @@ device, and must not be modified.
Property Details
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware address of the device.
Flags: Read
Default value: NULL
@@ -158,8 +158,8 @@ device, and must not be modified.
The “type-description” property
- “type-description” gchar *
-A description of the specific type of device this is, or NULL
+
“type-description” gchar *
+A description of the specific type of device this is, or NULL
if not known.
Flags: Read
Default value: NULL
diff --git a/docs/libnm/html/NMDeviceIPTunnel.html b/docs/libnm/html/NMDeviceIPTunnel.html
index 771b9c45..d17bf082 100644
--- a/docs/libnm/html/NMDeviceIPTunnel.html
+++ b/docs/libnm/html/NMDeviceIPTunnel.html
@@ -73,7 +73,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_ttl ()
@@ -81,7 +81,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_tos ()
@@ -89,7 +89,7 @@
-gboolean
+gboolean
nm_device_ip_tunnel_get_path_mtu_discovery ()
@@ -111,7 +111,7 @@
-guint8
+guint8
nm_device_ip_tunnel_get_encapsulation_limit ()
@@ -119,7 +119,7 @@
-guint
+guint
nm_device_ip_tunnel_get_flow_label ()
@@ -138,35 +138,35 @@
-guchar
+guchar
encapsulation-limit
Read
-guint
+guint
flow-label
Read
-gchar *
+gchar *
input-key
Read
-gchar *
+gchar *
local
Read
-guint
+guint
mode
Read
-gchar *
+gchar *
output-key
Read
@@ -177,23 +177,23 @@
Read
-gboolean
+gboolean
path-mtu-discovery
Read
-gchar *
+gchar *
remote
Read
-guchar
+guchar
tos
Read
-guchar
+guchar
ttl
Read
@@ -257,7 +257,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceIPTunnel
@@ -375,7 +375,7 @@ nm_device_ip_tunnel_get_remote (
nm_device_ip_tunnel_get_ttl ()
-guint8
+guint8
nm_device_ip_tunnel_get_ttl (NMDeviceIPTunnel *device);
Parameters
@@ -401,7 +401,7 @@ nm_device_ip_tunnel_get_ttl (
nm_device_ip_tunnel_get_tos ()
-guint8
+guint8
nm_device_ip_tunnel_get_tos (NMDeviceIPTunnel *device);
Parameters
@@ -428,7 +428,7 @@ to tunneled packets.
nm_device_ip_tunnel_get_path_mtu_discovery ()
-gboolean
+gboolean
nm_device_ip_tunnel_get_path_mtu_discovery
(NMDeviceIPTunnel *device);
@@ -507,7 +507,7 @@ nm_device_ip_tunnel_get_output_key (
nm_device_ip_tunnel_get_encapsulation_limit ()
-guint8
+guint8
nm_device_ip_tunnel_get_encapsulation_limit
(NMDeviceIPTunnel *device);
@@ -534,7 +534,7 @@ nm_device_ip_tunnel_get_encapsulation_limit
nm_device_ip_tunnel_get_flow_label ()
-guint
+guint
nm_device_ip_tunnel_get_flow_label (NMDeviceIPTunnel *device);
Parameters
@@ -630,7 +630,7 @@ nm_device_ip_tunnel_get_flow_label (Property Details
The “encapsulation-limit” property
- “encapsulation-limit” guchar
+ “encapsulation-limit” guchar
How many additional levels of encapsulation are permitted to
be prepended to packets. This property applies only to IPv6
tunnels.
@@ -641,7 +641,7 @@ tunnels.
The “flow-label” property
- “flow-label” guint
+ “flow-label” guint
The flow label to assign to tunnel packets. This property
applies only to IPv6 tunnels.
Flags: Read
@@ -652,7 +652,7 @@ applies only to IPv6 tunnels.
The “input-key” property
- “input-key” gchar *
+ “input-key” gchar *
The key used for tunneled input packets, if applicable.
Flags: Read
Default value: NULL
@@ -661,7 +661,7 @@ applies only to IPv6 tunnels.
The “local” property
- “local” gchar *
+ “local” gchar *
The local endpoint of the tunnel.
Flags: Read
Default value: NULL
@@ -670,7 +670,7 @@ applies only to IPv6 tunnels.
The “mode” property
- “mode” guint
+ “mode” guint
The tunneling mode of the device.
Flags: Read
Default value: 0
@@ -679,7 +679,7 @@ applies only to IPv6 tunnels.
The “output-key” property
- “output-key” gchar *
+ “output-key” gchar *
The key used for tunneled output packets, if applicable.
Flags: Read
Default value: NULL
@@ -696,7 +696,7 @@ applies only to IPv6 tunnels.
The “path-mtu-discovery” property
- “path-mtu-discovery” gboolean
+ “path-mtu-discovery” gboolean
Whether path MTU discovery is enabled on this tunnel.
Flags: Read
Default value: FALSE
@@ -705,7 +705,7 @@ applies only to IPv6 tunnels.
The “remote” property
- “remote” gchar *
+ “remote” gchar *
The remote endpoint of the tunnel.
Flags: Read
Default value: NULL
@@ -714,7 +714,7 @@ applies only to IPv6 tunnels.
The “tos” property
- “tos” guchar
+ “tos” guchar
The type of service (IPv4) or traffic class (IPv6) assigned to
tunneled packets.
Flags: Read
@@ -724,7 +724,7 @@ tunneled packets.
The “ttl” property
- “ttl” guchar
+ “ttl” guchar
The TTL assigned to tunneled packets. 0 is a special value
meaning that packets inherit the TTL value
Flags: Read
diff --git a/docs/libnm/html/NMDeviceInfiniband.html b/docs/libnm/html/NMDeviceInfiniband.html
index ccfcbef2..955467bc 100644
--- a/docs/libnm/html/NMDeviceInfiniband.html
+++ b/docs/libnm/html/NMDeviceInfiniband.html
@@ -50,7 +50,7 @@
-gboolean
+gboolean
nm_device_infiniband_get_carrier ()
@@ -69,13 +69,13 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
@@ -103,7 +103,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceInfiniband
@@ -143,7 +143,7 @@ device, and must not be modified.
nm_device_infiniband_get_carrier ()
-gboolean
+gboolean
nm_device_infiniband_get_carrier (NMDeviceInfiniband *device);
Whether the device has carrier.
@@ -185,7 +185,7 @@ nm_device_infiniband_get_carrier (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -193,7 +193,7 @@ nm_device_infiniband_get_carrier (
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm/html/NMDeviceMacvlan.html b/docs/libnm/html/NMDeviceMacvlan.html
index f5866285..a01552e6 100644
--- a/docs/libnm/html/NMDeviceMacvlan.html
+++ b/docs/libnm/html/NMDeviceMacvlan.html
@@ -58,7 +58,7 @@
-gboolean
+gboolean
nm_device_macvlan_get_no_promisc ()
@@ -66,7 +66,7 @@
-gboolean
+gboolean
nm_device_macvlan_get_tap ()
@@ -93,18 +93,18 @@
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
mode
Read
-gboolean
+gboolean
no-promisc
Read
@@ -115,7 +115,7 @@
Read
-gboolean
+gboolean
tap
Read
@@ -155,7 +155,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceMacvlan
@@ -223,7 +223,7 @@ device, and must not be modified.
nm_device_macvlan_get_no_promisc ()
-gboolean
+gboolean
nm_device_macvlan_get_no_promisc (NMDeviceMacvlan *device);
Gets the no-promiscuous flag of the device.
@@ -250,7 +250,7 @@ nm_device_macvlan_get_no_promisc (
nm_device_macvlan_get_tap ()
-gboolean
+gboolean
nm_device_macvlan_get_tap (NMDeviceMacvlan *device);
Gets the device type (MACVLAN or MACVTAP).
@@ -270,7 +270,7 @@ nm_device_macvlan_get_tap (
Returns
- TRUE if the device is a MACVTAP, FALSE if it is a MACVLAN.
+
Since: 1.2
@@ -339,7 +339,7 @@ device, and must not be modified.
Property Details
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -348,7 +348,7 @@ device, and must not be modified.
The “mode” property
- “mode” gchar *
+ “mode” gchar *
The MACVLAN mode.
Flags: Read
Default value: NULL
@@ -357,7 +357,7 @@ device, and must not be modified.
The “no-promisc” property
- “no-promisc” gboolean
+ “no-promisc” gboolean
Whether the device has the no-promiscuos flag.
Flags: Read
Default value: FALSE
@@ -374,7 +374,7 @@ device, and must not be modified.
The “tap” property
- “tap” gboolean
+ “tap” gboolean
Whether the device is a MACVTAP.
Flags: Read
Default value: FALSE
diff --git a/docs/libnm/html/NMDeviceModem.html b/docs/libnm/html/NMDeviceModem.html
index 48227b60..b79d21a8 100644
--- a/docs/libnm/html/NMDeviceModem.html
+++ b/docs/libnm/html/NMDeviceModem.html
@@ -103,7 +103,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceModem
diff --git a/docs/libnm/html/NMDeviceOlpcMesh.html b/docs/libnm/html/NMDeviceOlpcMesh.html
index 92f9a5e6..f902904a 100644
--- a/docs/libnm/html/NMDeviceOlpcMesh.html
+++ b/docs/libnm/html/NMDeviceOlpcMesh.html
@@ -58,7 +58,7 @@
-guint32
+guint32
nm_device_olpc_mesh_get_active_channel ()
@@ -77,7 +77,7 @@
-guint
+guint
active-channel
Read
@@ -89,7 +89,7 @@
-gchar *
+gchar *
hw-address
Read
@@ -121,7 +121,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceOlpcMesh
@@ -181,14 +181,14 @@ nm_device_olpc_mesh_get_companion (
Returns
- the companion of the device of NULL.
+ the companion of the device of NULL.
[transfer none]
nm_device_olpc_mesh_get_active_channel ()
-guint32
+guint32
nm_device_olpc_mesh_get_active_channel
(NMDeviceOlpcMesh *device);
Returns the active channel of the NMDeviceOlpcMesh device.
@@ -237,7 +237,7 @@ nm_device_olpc_mesh_get_active_channel
Property Details
The “active-channel” property
- “active-channel” guint
+ “active-channel” guint
The device's active channel.
Flags: Read
Default value: 0
@@ -252,7 +252,7 @@ nm_device_olpc_mesh_get_active_channel
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
diff --git a/docs/libnm/html/NMDeviceTeam.html b/docs/libnm/html/NMDeviceTeam.html
index e166abba..8c397647 100644
--- a/docs/libnm/html/NMDeviceTeam.html
+++ b/docs/libnm/html/NMDeviceTeam.html
@@ -50,14 +50,14 @@
-gboolean
+gboolean
nm_device_team_get_carrier ()
-const GPtrArray *
+ const GPtrArray *
nm_device_team_get_slaves ()
@@ -76,19 +76,19 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
-GPtrArray *
+GPtrArray *
slaves
Read
@@ -120,7 +120,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceTeam
@@ -160,7 +160,7 @@ device, and must not be modified.
nm_device_team_get_carrier ()
-gboolean
+gboolean
nm_device_team_get_carrier (NMDeviceTeam *device);
Whether the device has carrier.
@@ -180,13 +180,13 @@ nm_device_team_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if the device has carrier
nm_device_team_get_slaves ()
-const GPtrArray *
+const GPtrArray *
nm_device_team_get_slaves (NMDeviceTeam *device);
Gets the devices currently enslaved to device
.
@@ -207,7 +207,7 @@ nm_device_team_get_slaves (
Returns
- the GPtrArray containing
+
the GPtrArray containing
NMDevices that are slaves of device
. This is the internal
copy used by the device, and must not be modified.
@@ -239,7 +239,7 @@ copy used by the device, and must not be modified.
Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -247,7 +247,7 @@ copy used by the device, and must not be modified.
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -255,7 +255,7 @@ copy used by the device, and must not be modified.
The “slaves” property
- “slaves” GPtrArray *
+ “slaves” GPtrArray *
The devices enslaved to the team device.
Element-type: NMDevice
Flags: Read
diff --git a/docs/libnm/html/NMDeviceTun.html b/docs/libnm/html/NMDeviceTun.html
index 24157784..5b30f9d1 100644
--- a/docs/libnm/html/NMDeviceTun.html
+++ b/docs/libnm/html/NMDeviceTun.html
@@ -57,7 +57,7 @@
-gint64
+gint64
nm_device_tun_get_owner ()
@@ -65,7 +65,7 @@
-gint64
+gint64
nm_device_tun_get_group ()
@@ -73,7 +73,7 @@
-gboolean
+gboolean
nm_device_tun_get_no_pi ()
@@ -81,7 +81,7 @@
-gboolean
+gboolean
nm_device_tun_get_vnet_hdr ()
@@ -89,7 +89,7 @@
-gboolean
+gboolean
nm_device_tun_get_multi_queue ()
@@ -108,39 +108,39 @@
-gint64
+gint64
group
Read
-gchar *
+gchar *
hw-address
Read
-gchar *
+gchar *
mode
Read
-gboolean
+gboolean
multi-queue
Read
-gboolean
+gboolean
no-pi
Read
-gint64
+gint64
owner
Read
-gboolean
+gboolean
vnet-hdr
Read
@@ -188,7 +188,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceTun
@@ -256,7 +256,7 @@ nm_device_tun_get_mode (
nm_device_tun_get_owner ()
-gint64
+gint64
nm_device_tun_get_owner (NMDeviceTun *device);
Gets the tunnel owner.
@@ -283,7 +283,7 @@ nm_device_tun_get_owner (
nm_device_tun_get_group ()
-gint64
+gint64
nm_device_tun_get_group (NMDeviceTun *device);
Gets the tunnel group.
@@ -310,13 +310,13 @@ nm_device_tun_get_group (
nm_device_tun_get_no_pi ()
-gboolean
+gboolean
nm_device_tun_get_no_pi (NMDeviceTun *device);
nm_device_tun_get_vnet_hdr ()
-gboolean
+gboolean
nm_device_tun_get_vnet_hdr (NMDeviceTun *device);
Returns whether the NMDeviceTun has the IFF_VNET_HDR flag.
@@ -336,14 +336,14 @@ nm_device_tun_get_vnet_hdr (
Returns
- TRUE if the device has the flag, FALSE otherwise
+
Since: 1.2
nm_device_tun_get_multi_queue ()
-gboolean
+gboolean
nm_device_tun_get_multi_queue (NMDeviceTun *device);
Returns whether the NMDeviceTun has the IFF_MULTI_QUEUE flag.
@@ -363,7 +363,7 @@ nm_device_tun_get_multi_queue (
Since: 1.2
@@ -416,7 +416,7 @@ nm_device_tun_get_multi_queue (Property Details
The “group” property
- “group” gint64
+ “group” gint64
The gid of the tunnel group, or -1 if it has no owner.
Flags: Read
Allowed values: [-1,4294967295]
@@ -426,7 +426,7 @@ nm_device_tun_get_multi_queue (
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -435,7 +435,7 @@ nm_device_tun_get_multi_queue (
The “mode” property
- “mode” gchar *
+ “mode” gchar *
The tunnel mode, either "tun" or "tap".
Flags: Read
Default value: NULL
@@ -444,7 +444,7 @@ nm_device_tun_get_multi_queue (
The “multi-queue” property
- “multi-queue” gboolean
+ “multi-queue” gboolean
The tunnel's "TUN_TAP_MQ" flag; true if callers can connect to
the tap device multiple times, for multiple send/receive
queues.
@@ -455,7 +455,7 @@ queues.
The “no-pi” property
- “no-pi” gboolean
+ “no-pi” gboolean
The tunnel's "TUN_NO_PI" flag; true if no protocol info is
prepended to the tunnel packets.
Flags: Read
@@ -465,7 +465,7 @@ prepended to the tunnel packets.
The “owner” property
- “owner” gint64
+ “owner” gint64
The uid of the tunnel owner, or -1 if it has no owner.
Flags: Read
Allowed values: [-1,4294967295]
@@ -475,7 +475,7 @@ prepended to the tunnel packets.
The “vnet-hdr” property
- “vnet-hdr” gboolean
+ “vnet-hdr” gboolean
The tunnel's "TUN_VNET_HDR" flag; true if the tunnel packets
include a virtio network header.
Flags: Read
diff --git a/docs/libnm/html/NMDeviceVlan.html b/docs/libnm/html/NMDeviceVlan.html
index 08ab3bf0..17cefa9f 100644
--- a/docs/libnm/html/NMDeviceVlan.html
+++ b/docs/libnm/html/NMDeviceVlan.html
@@ -50,7 +50,7 @@
-gboolean
+gboolean
nm_device_vlan_get_carrier ()
@@ -66,7 +66,7 @@
-guint
+guint
nm_device_vlan_get_vlan_id ()
@@ -85,13 +85,13 @@
-gboolean
+gboolean
carrier
Read
-gchar *
+gchar *
hw-address
Read
@@ -102,7 +102,7 @@
Read
-guint
+guint
vlan-id
Read
@@ -138,7 +138,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceVlan
@@ -178,7 +178,7 @@ device, and must not be modified.
nm_device_vlan_get_carrier ()
-gboolean
+gboolean
nm_device_vlan_get_carrier (NMDeviceVlan *device);
Whether the device has carrier.
@@ -198,7 +198,7 @@ nm_device_vlan_get_carrier (
Returns
- TRUE if the device has carrier
+ TRUE if the device has carrier
@@ -230,7 +230,7 @@ nm_device_vlan_get_parent (
nm_device_vlan_get_vlan_id ()
-guint
+guint
nm_device_vlan_get_vlan_id (NMDeviceVlan *device);
Parameters
@@ -283,7 +283,7 @@ nm_device_vlan_get_vlan_id (Property Details
The “carrier” property
- “carrier” gboolean
+ “carrier” gboolean
Whether the device has carrier.
Flags: Read
Default value: FALSE
@@ -291,7 +291,7 @@ nm_device_vlan_get_vlan_id (
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
Flags: Read
Default value: NULL
@@ -306,7 +306,7 @@ nm_device_vlan_get_vlan_id (
The “vlan-id” property
- “vlan-id” guint
+ “vlan-id” guint
The device's VLAN ID.
Flags: Read
Allowed values: <= 4095
diff --git a/docs/libnm/html/NMDeviceVxlan.html b/docs/libnm/html/NMDeviceVxlan.html
index 074a37fb..2190608d 100644
--- a/docs/libnm/html/NMDeviceVxlan.html
+++ b/docs/libnm/html/NMDeviceVxlan.html
@@ -50,7 +50,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_carrier ()
@@ -66,7 +66,7 @@
-guint
+guint
nm_device_vxlan_get_id ()
@@ -88,7 +88,7 @@
-guint
+guint
nm_device_vxlan_get_src_port_min ()
@@ -96,7 +96,7 @@
-guint
+guint
nm_device_vxlan_get_src_port_max ()
@@ -104,7 +104,7 @@
-guint
+guint
nm_device_vxlan_get_dst_port ()
@@ -112,7 +112,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_learning ()
@@ -120,7 +120,7 @@
-guint
+guint
nm_device_vxlan_get_ageing ()
@@ -128,7 +128,7 @@
-guint
+guint
nm_device_vxlan_get_tos ()
@@ -136,7 +136,7 @@
-guint
+guint
nm_device_vxlan_get_ttl ()
@@ -144,7 +144,7 @@
-guint
+guint
nm_device_vxlan_get_limit ()
@@ -152,7 +152,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_proxy ()
@@ -160,7 +160,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_rsc ()
@@ -168,7 +168,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_l2miss ()
@@ -176,7 +176,7 @@
-gboolean
+gboolean
nm_device_vxlan_get_l3miss ()
@@ -195,60 +195,60 @@
-guint
+guint
ageing
Read
-gboolean
+gboolean
carrier
Read
-guint
+guint
dst-port
Read
-gchar *
+gchar *
group
Read
-gchar *
+gchar *
hw-address
Read
-guint
+guint
id
Read
-gboolean
+gboolean
l2miss
Read
-gboolean
+gboolean
l3miss
Read
-gboolean
+gboolean
learning
Read
-guint
+guint
limit
Read
-gchar *
+gchar *
local
Read
@@ -259,32 +259,32 @@
Read
-gboolean
+gboolean
proxy
Read
-gboolean
+gboolean
rsc
Read
-guint
+guint
src-port-max
Read
-guint
+guint
src-port-min
Read
-guchar
+guchar
tos
Read
-guchar
+guchar
ttl
Read
@@ -376,7 +376,7 @@
Object Hierarchy
- GObject
+ GObject
╰── NMObject
╰── NMDevice
╰── NMDeviceVxlan
@@ -417,7 +417,7 @@ device, and must not be modified.
nm_device_vxlan_get_carrier ()
-gboolean
+gboolean
nm_device_vxlan_get_carrier (NMDeviceVxlan *device);
Whether the device has carrier.
@@ -437,7 +437,7 @@ nm_device_vxlan_get_carrier (
Returns
- TRUE if the device has carrier.
+ TRUE if the device has carrier.
Since: 1.2
@@ -471,7 +471,7 @@ nm_device_vxlan_get_parent (
nm_device_vxlan_get_id ()
-guint
+guint
nm_device_vxlan_get_id (NMDeviceVxlan *device);
Parameters
@@ -550,7 +550,7 @@ nm_device_vxlan_get_local (
nm_device_vxlan_get_src_port_min ()
-guint
+guint
nm_device_vxlan_get_src_port_min (NMDeviceVxlan *device);