From d9c99a29a0d3384c9c3d2adce430f5cb1134ab6a Mon Sep 17 00:00:00 2001
From: Michael Biebl 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. managed 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]
-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,7 @@
-NMConnection *
+NMConnection *
nm_device_get_applied_connection ()
@@ -343,7 +343,7 @@
-NMConnection *
+NMConnection *
nm_device_get_applied_connection_finish ()
@@ -351,7 +351,7 @@
-gboolean
+gboolean
nm_device_disconnect ()
@@ -367,7 +367,7 @@
-gboolean
+gboolean
nm_device_disconnect_finish ()
@@ -375,7 +375,7 @@
-gboolean
+gboolean
nm_device_delete ()
@@ -391,7 +391,7 @@
-gboolean
+gboolean
nm_device_delete_finish ()
@@ -399,7 +399,7 @@
-GPtrArray *
+GPtrArray *
nm_device_filter_connections ()
@@ -407,7 +407,7 @@
-gboolean
+gboolean
nm_device_connection_valid ()
@@ -415,7 +415,7 @@
-gboolean
+gboolean
nm_device_connection_compatible ()
@@ -423,7 +423,7 @@
-GType
+GType
nm_device_get_setting_type ()
@@ -463,7 +463,7 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_string_value ()
@@ -471,14 +471,14 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_uint_value ()
-
const GVariantType *
+ const GVariantType *
nm_lldp_neighbor_get_attr_type ()
@@ -503,13 +503,13 @@
Read
-
gboolean
+gboolean
autoconnect
Read / Write
@@ -537,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
@@ -584,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
-
@@ -631,19 +631,19 @@
gboolean
+gboolean
real
Read
Read
-
guint
+guint
state-reason
Read
-gchar *
+gchar *
udi
Read
@@ -661,7 +661,7 @@
-gchar *
+gchar *
vendor
Read
@@ -786,9 +786,9 @@
void
state-changed
-Run First
+Run First
Object Hierarchy
- GBoxed
+
GBoxed
╰── NMLldpNeighbor
- GObject
+ GObject
╰── NMObject
╰── NMDevice
├── NMDeviceAdsl
@@ -1057,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
@@ -1118,7 +1118,7 @@ nm_device_get_managed (nm_device_set_managed ()
void
nm_device_set_managed (
+ NMDevice *device,
- gboolean managed);gboolean managed);Parameters
@@ -1136,7 +1136,7 @@ nm_device_set_managed (
+TRUE to make the device managed by NetworkManager.TRUE to make the device managed by NetworkManager.
@@ -1147,7 +1147,7 @@ nm_device_set_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
@@ -1175,7 +1175,7 @@ nm_device_get_autoconnect (nm_device_set_autoconnect ()
void
nm_device_set_autoconnect (
+ NMDevice *device,
- gboolean autoconnect);gboolean autoconnect);
Parameters
@@ -1193,7 +1193,7 @@ nm_device_set_autoconnect (
+TRUE to enable autoconnectingTRUE to enable autoconnecting
@@ -1203,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]
@@ -1457,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
@@ -1479,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]
@@ -1490,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.)
@@ -1511,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.
@@ -1519,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.
@@ -1545,7 +1545,7 @@ nm_device_get_mtu (
nm_device_is_real ()
-gboolean
+gboolean
nm_device_is_real (NMDevice *device);
Parameters
@@ -1564,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.
@@ -1573,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.
@@ -1710,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.
@@ -1730,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.
@@ -1779,13 +1779,13 @@ devices in devices
nm_device_reapply ()
-gboolean
+gboolean
nm_device_reapply (NMDevice *device,
- NMConnection *connection,
- guint64 version_id,
- guint32 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.
@@ -1804,7 +1804,7 @@ 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
@@ -1821,12 +1821,12 @@ catch concurrent accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+location for a GError, or NULL
@@ -1834,7 +1834,7 @@ catch concurrent accesses.
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
@@ -1844,12 +1844,12 @@ will be set.
nm_device_reapply_async ()
void
nm_device_reapply_async (NMDevice *device,
- NMConnection *connection,
- guint64 version_id,
- guint32 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.
@@ -1868,7 +1868,7 @@ 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
@@ -1885,7 +1885,7 @@ catch concurrent accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -1907,10 +1907,10 @@ catch concurrent accesses.
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
@@ -1928,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
@@ -1941,7 +1941,7 @@ 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
@@ -1949,12 +1949,12 @@ will be set.
nm_device_get_applied_connection ()
-NMConnection *
+NMConnection *
nm_device_get_applied_connection (NMDevice *device,
- guint32 flags,
- guint64 *version_id,
- GCancellable *cancellable,
- GError **error);
+ guint32 flags,
+ guint64 *version_id,
+ GCancellable *cancellable,
+ GError **error);
Fetch the currently applied connection on the device.
Parameters
@@ -1983,12 +1983,12 @@ the applied connection.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+location for a GError, or NULL
@@ -1996,8 +1996,10 @@ the applied connection.
Returns
- a NMConnection with the currently applied settings
-or NULL on error.
+ a NMConnection with the currently applied settings
+or NULL on error.
+The connection is as received from D-Bus and might not validate according
+to nm_connection_verify().
[transfer full]
Since: 1.2
@@ -2008,10 +2010,10 @@ or void
nm_device_get_applied_connection_async
(NMDevice *device,
- guint32 flags,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ guint32 flags,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
Asynchronously begins an get the a currently applied connection.
Parameters
@@ -2034,7 +2036,7 @@ nm_device_get_applied_connection_async
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2056,12 +2058,12 @@ nm_device_get_applied_connection_async
nm_device_get_applied_connection_finish ()
-NMConnection *
+NMConnection *
nm_device_get_applied_connection_finish
(NMDevice *device,
- GAsyncResult *result,
- guint64 *version_id,
- GError **error);
+ GAsyncResult *result,
+ guint64 *version_id,
+ GError **error);
Gets the result of a call to nm_device_get_applied_connection_async().
result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
@@ -2090,7 +2092,7 @@ connection.
error
-
+location for a GError, or NULL
@@ -2098,8 +2100,10 @@ connection.
Returns
- a currently applied NMConnection or NULL in case
-of error.
+ a currently applied NMConnection or NULL in case
+of error.
+The connection is as received from D-Bus and might not validate according
+to nm_connection_verify().
[transfer full]
Since: 1.2
@@ -2107,10 +2111,10 @@ of error.
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.
@@ -2130,12 +2134,12 @@ request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+location for a GError, or NULL
@@ -2143,7 +2147,7 @@ request.
@@ -2152,9 +2156,9 @@ 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.
@@ -2174,7 +2178,7 @@ manual network connection request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2195,10 +2199,10 @@ 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
@@ -2216,12 +2220,12 @@ nm_device_disconnect_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+location for a GError, or NULL
@@ -2229,17 +2233,17 @@ nm_device_disconnect_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.
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
@@ -2257,12 +2261,12 @@ nm_device_delete (cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+location for a GError, or NULL
@@ -2270,7 +2274,7 @@ nm_device_delete (
Returns
- TRUE on success, FALSE on error, in which case error
+
TRUE on success, FALSE on error, in which case error
will be set.
@@ -2279,9 +2283,9 @@ 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.
@@ -2300,7 +2304,7 @@ be deleted.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2321,10 +2325,10 @@ 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
@@ -2342,12 +2346,12 @@ nm_device_delete_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+location for a GError, or NULL
@@ -2355,16 +2359,16 @@ nm_device_delete_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.
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
@@ -2391,7 +2395,7 @@ 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]
@@ -2400,18 +2404,18 @@ incompatible with the device. To get the full list of connections see
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
@@ -2437,7 +2441,7 @@ against
connection
-an NMConnection to validate against device
+
an NMConnection to validate against device
@@ -2446,17 +2450,17 @@ 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
@@ -2485,13 +2489,13 @@ against
connection
-an NMConnection to validate against device
+
an NMConnection to validate against device
error
-
+return location for a GError, or NULL
@@ -2499,14 +2503,14 @@ against
Returns
- TRUE if the connection may be activated with this device, FALSE
+
TRUE if the connection may be activated with this device, FALSE
if is incompatible with the device's capabilities and characteristics.
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
@@ -2616,7 +2620,7 @@ nm_lldp_neighbor_get_attr_names (
Returns
- a NULL-terminated array of attribute names.
+ a NULL-terminated array of attribute names.
[transfer full]
Since: 1.2
@@ -2624,7 +2628,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,
@@ -2661,18 +2665,18 @@ nm_lldp_neighbor_get_attr_string_value
Returns
- TRUE if a string attribute with name name
-was found, FALSE otherwise
+ 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
@@ -2705,15 +2709,15 @@ nm_lldp_neighbor_get_attr_uint_value (
Returns
- TRUE if a uint attribute with name name
-was found, FALSE otherwise
+ 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.
@@ -2741,7 +2745,7 @@ nm_lldp_neighbor_get_attr_type (
Returns
- the GVariantType of the attribute with name name
+
the GVariantType of the attribute with name name
Since: 1.2
@@ -2922,7 +2926,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
@@ -2930,7 +2934,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
@@ -2967,7 +2971,7 @@ nm_lldp_neighbor_get_attr_type (
The “driver” property
- “driver” gchar *
+ “driver” gchar *
The driver of the device.
Flags: Read
Default value: NULL
@@ -2975,7 +2979,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
@@ -2983,8 +2987,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
@@ -2992,7 +2996,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
@@ -3000,7 +3004,7 @@ for its operation.
The “interface” property
- “interface” gchar *
+ “interface” gchar *
The interface of the device.
Flags: Read
Default value: NULL
@@ -3008,7 +3012,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
@@ -3018,7 +3022,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
@@ -3031,14 +3035,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
@@ -3046,7 +3050,7 @@ operations like addressing and routing.
The “metered” property
- “metered” guint
+ “metered” guint
Whether the device is metered.
Flags: Read
Default value: 0
@@ -3055,7 +3059,7 @@ operations like addressing and routing.
The “mtu” property
- “mtu” guint
+ “mtu” guint
The MTU of the device.
Flags: Read
Default value: 1500
@@ -3063,8 +3067,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
@@ -3073,7 +3077,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
@@ -3082,7 +3086,7 @@ is not installed.
The “product” property
- “product” gchar *
+ “product” gchar *
The product string of the device.
Flags: Read
Default value: NULL
@@ -3090,7 +3094,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.
@@ -3109,7 +3113,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
@@ -3117,7 +3121,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)
@@ -3130,7 +3134,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
@@ -3142,10 +3146,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
--
cgit 1.3.0-6-gf8a5