From 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 Mon Sep 17 00:00:00 2001
From: Michael Biebl
NMDevice implements
- GInitable and GAsyncInitable.
-gboolean
+gboolean
nm_device_get_managed ()
@@ -133,7 +133,7 @@
-gboolean
+gboolean
nm_device_get_autoconnect ()
@@ -149,7 +149,7 @@
-gboolean
+gboolean
nm_device_get_firmware_missing ()
@@ -157,7 +157,7 @@
-gboolean
+gboolean
nm_device_get_nm_plugin_missing ()
@@ -220,7 +220,7 @@
-
const GPtrArray *
+ const GPtrArray *
nm_device_get_available_connections ()
@@ -235,7 +235,7 @@
-guint32
+guint32
nm_device_get_mtu ()
@@ -243,7 +243,7 @@
-gboolean
+gboolean
nm_device_is_real ()
@@ -251,7 +251,7 @@
-gboolean
+gboolean
nm_device_is_software ()
@@ -288,7 +288,7 @@
-GPtrArray *
+GPtrArray *
nm_device_get_lldp_neighbors ()
@@ -304,7 +304,7 @@
-gboolean
+gboolean
nm_device_reapply ()
@@ -320,7 +320,7 @@
-gboolean
+gboolean
nm_device_reapply_finish ()
@@ -352,7 +352,7 @@
-gboolean
+gboolean
nm_device_disconnect ()
@@ -368,7 +368,7 @@
-gboolean
+gboolean
nm_device_disconnect_finish ()
@@ -376,7 +376,7 @@
-gboolean
+gboolean
nm_device_delete ()
@@ -392,7 +392,7 @@
-gboolean
+gboolean
nm_device_delete_finish ()
@@ -400,7 +400,7 @@
-GPtrArray *
+GPtrArray *
nm_device_filter_connections ()
@@ -408,7 +408,7 @@
-gboolean
+gboolean
nm_device_connection_valid ()
@@ -416,7 +416,7 @@
-gboolean
+gboolean
nm_device_connection_compatible ()
@@ -424,7 +424,7 @@
-GType
+GType
nm_device_get_setting_type ()
@@ -464,7 +464,7 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_string_value ()
@@ -472,14 +472,14 @@
-gboolean
+gboolean
nm_lldp_neighbor_get_attr_uint_value ()
-
const GVariantType *
+ const GVariantType *
nm_lldp_neighbor_get_attr_type ()
@@ -504,13 +504,13 @@
Read
-
gboolean
+gboolean
autoconnect
Read / Write
@@ -538,36 +538,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
@@ -585,44 +585,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
-
@@ -632,19 +632,19 @@
gboolean
+gboolean
real
Read
Read
-
guint
+guint
state-reason
Read
-gchar *
+gchar *
udi
Read
@@ -662,7 +662,7 @@
-gchar *
+gchar *
vendor
Read
@@ -793,7 +793,7 @@
void
state-changed
-Run First
+Run First
Object Hierarchy
GBoxed
╰── NMLldpNeighbor
- GObject
+ GObject
╰── NMObject
╰── NMDevice
├── NMDeviceAdsl
@@ -825,7 +825,7 @@
Implemented Interfaces
Returns
- the current MAC of the device, or NULL.
+
the current MAC of the device, or 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);
Whether the NMDevice is managed by NetworkManager.
@@ -1127,7 +1127,7 @@ nm_device_get_managed (
Returns
- TRUE if the device is managed by NetworkManager
+ TRUE if the device is managed by NetworkManager
@@ -1135,7 +1135,7 @@ nm_device_get_managed (nm_device_set_managed ()
void
nm_device_set_managed (NMDevice *device,
- gboolean managed);
+ gboolean managed);
Enables or disables management of NMDevice by NetworkManager.
Parameters
@@ -1153,7 +1153,7 @@ nm_device_set_managed (managed
-TRUE to make the device managed by NetworkManager.
+TRUE to make the device managed by NetworkManager.
@@ -1164,7 +1164,7 @@ nm_device_set_managed (
nm_device_get_autoconnect ()
-gboolean
+gboolean
nm_device_get_autoconnect (NMDevice *device);
Whether the NMDevice can be autoconnected.
@@ -1192,7 +1192,7 @@ nm_device_get_autoconnect (nm_device_set_autoconnect ()
void
nm_device_set_autoconnect (NMDevice *device,
- gboolean autoconnect);
+ gboolean autoconnect);
Enables or disables automatic activation of the NMDevice.
Parameters
@@ -1210,7 +1210,7 @@ nm_device_set_autoconnect (autoconnect
-TRUE to enable autoconnecting
+TRUE to enable autoconnecting
@@ -1220,7 +1220,7 @@ nm_device_set_autoconnect (
nm_device_get_firmware_missing ()
-gboolean
+gboolean
nm_device_get_firmware_missing (NMDevice *device);
Indicates that firmware required for the device's operation is likely
to be missing.
@@ -1241,14 +1241,14 @@ to be missing.
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);
Indicates that the NetworkManager plugin for the device is not installed.
@@ -1268,7 +1268,7 @@ nm_device_get_nm_plugin_missing (
Since: 1.2
@@ -1297,7 +1297,7 @@ works with VPN connections.
Returns
-the IPv4 NMIPConfig, or NULL if the device is not
+
the IPv4 NMIPConfig, or NULL if the device is not
activated.
[transfer none]
@@ -1327,7 +1327,7 @@ works with VPN connections.
Returns
-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]
@@ -1357,7 +1357,7 @@ works with VPN connections.
Returns
-the IPv6 NMIPConfig or NULL if the device is not activated.
+the IPv6 NMIPConfig or NULL if the device is not activated.
[transfer none]
@@ -1386,7 +1386,7 @@ works with VPN connections.
Returns
-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]
@@ -1466,7 +1466,7 @@ nm_device_get_active_connection (
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]
@@ -1474,7 +1474,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
@@ -1496,7 +1496,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]
@@ -1507,7 +1507,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.)
@@ -1528,7 +1528,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.
@@ -1536,7 +1536,7 @@ must not be modified.
nm_device_get_mtu ()
-guint32
+guint32
nm_device_get_mtu (NMDevice *device);
Gets the MTU of the NMDevice.
nm_device_is_real ()
-gboolean
+gboolean
nm_device_is_real (NMDevice *device);
Parameters
@@ -1581,7 +1581,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.
@@ -1590,7 +1590,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.
@@ -1640,7 +1640,7 @@ nm_device_get_product (g_strcompress(), however the result may not be valid UTF-8.
+can be reverted with g_strcompress(), however the result may not be valid UTF-8.
@@ -1669,7 +1669,7 @@ nm_device_get_vendor (g_strcompress(), however the result may not be valid UTF-8.
+can be reverted with g_strcompress(), however the result may not be valid UTF-8.
@@ -1731,7 +1731,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.
@@ -1751,7 +1751,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.
@@ -1800,13 +1800,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);
+ 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.
@@ -1825,7 +1825,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
@@ -1842,12 +1842,12 @@ catch concurrent accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -1855,7 +1855,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
@@ -1866,11 +1866,11 @@ will be set.
void
nm_device_reapply_async (NMDevice *device,
NMConnection *connection,
- guint64 version_id,
- guint32 flags,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
+ 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.
@@ -1889,7 +1889,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
@@ -1906,7 +1906,7 @@ catch concurrent accesses.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -1928,10 +1928,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
@@ -1949,12 +1949,12 @@ nm_device_reapply_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+
@@ -1962,7 +1962,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
@@ -1972,10 +1972,10 @@ will be set.
nm_device_get_applied_connection ()
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
@@ -2004,12 +2004,12 @@ the applied connection.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2018,7 +2018,7 @@ the applied connection.
Returns
a NMConnection with the currently applied settings
-or NULL on error.
+or NULL on error.
The connection is as received from D-Bus and might not validate according
to nm_connection_verify().
[transfer full]
@@ -2031,10 +2031,10 @@ to 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 and gets the currently applied connection.
Parameters
@@ -2057,7 +2057,7 @@ nm_device_get_applied_connection_async
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2082,9 +2082,9 @@ nm_device_get_applied_connection_async
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
@@ -2113,7 +2113,7 @@ connection.
error
-
+
@@ -2121,7 +2121,7 @@ connection.
Returns
-a currently applied NMConnection or NULL in case
+
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().
@@ -2132,10 +2132,10 @@ to
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.
@@ -2155,12 +2155,12 @@ request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2168,7 +2168,7 @@ request.
@@ -2177,9 +2177,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.
@@ -2199,7 +2199,7 @@ manual network connection request.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2220,10 +2220,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
@@ -2241,12 +2241,12 @@ nm_device_disconnect_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+
@@ -2254,17 +2254,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
@@ -2282,12 +2282,12 @@ nm_device_delete (cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
error
-
+
@@ -2295,7 +2295,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.
@@ -2304,9 +2304,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.
@@ -2325,7 +2325,7 @@ be deleted.
cancellable
-a GCancellable, or NULL
+a GCancellable, or NULL
@@ -2346,10 +2346,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
@@ -2367,12 +2367,12 @@ nm_device_delete_finish (result
-the result passed to the GAsyncReadyCallback
+the result passed to the GAsyncReadyCallback
error
-
+
@@ -2380,16 +2380,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
@@ -2416,7 +2416,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]
@@ -2425,16 +2425,16 @@ 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);
Validates a given connection for a given NMDevice object and returns
@@ -2471,17 +2471,17 @@ 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_connection_compatible ()
-gboolean
+gboolean
nm_device_connection_compatible (NMDevice *device,
NMConnection *connection,
- GError **error);
+ 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
@@ -2516,7 +2516,7 @@ against
error
-
+
@@ -2524,14 +2524,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
@@ -2641,7 +2641,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
@@ -2649,7 +2649,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,
@@ -2686,18 +2686,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
@@ -2730,15 +2730,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.
@@ -2766,7 +2766,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
@@ -2952,7 +2952,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
@@ -2960,9 +2960,9 @@ 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
+[type GPtrArray(NMRemoteConnection)]
Flags: Read
@@ -2997,7 +2997,7 @@ nm_lldp_neighbor_get_attr_type (
The “driver” property
- “driver” gchar *
+ “driver” gchar *
The driver of the device.
Flags: Read
Default value: NULL
@@ -3005,7 +3005,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
@@ -3013,8 +3013,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
@@ -3022,7 +3022,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
@@ -3030,7 +3030,7 @@ for its operation.
The “interface” property
- “interface” gchar *
+ “interface” gchar *
The interface of the device.
Flags: Read
Default value: NULL
@@ -3038,7 +3038,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
@@ -3061,14 +3061,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
@@ -3076,7 +3076,7 @@ operations like addressing and routing.
The “metered” property
- “metered” guint
+ “metered” guint
Whether the device is metered.
Flags: Read
Default value: 0
@@ -3085,7 +3085,7 @@ operations like addressing and routing.
The “mtu” property
- “mtu” guint
+ “mtu” guint
The MTU of the device.
Flags: Read
Default value: 1500
@@ -3093,8 +3093,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
@@ -3103,7 +3103,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
@@ -3112,7 +3112,7 @@ is not installed.
The “product” property
- “product” gchar *
+ “product” gchar *
The product string of the device.
Flags: Read
Default value: NULL
@@ -3120,7 +3120,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.
@@ -3139,7 +3139,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
@@ -3147,7 +3147,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)
@@ -3160,7 +3160,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
@@ -3172,10 +3172,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
+
Generated by GTK-Doc V1.28