From 681dfc70ef98f6ed0c05bcb0fbff00e3fc0799ea Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 26 Aug 2024 16:10:34 +0200 Subject: New upstream version 1.48.10 --- docs/libnm/html/NMDevice.html | 378 +++++++++++++++++++++--------------------- 1 file changed, 189 insertions(+), 189 deletions(-) (limited to 'docs/libnm/html/NMDevice.html') diff --git a/docs/libnm/html/NMDevice.html b/docs/libnm/html/NMDevice.html index 7d8b88a5..53e6f16c 100644 --- a/docs/libnm/html/NMDevice.html +++ b/docs/libnm/html/NMDevice.html @@ -8,7 +8,7 @@ - + @@ -123,14 +123,14 @@ -gboolean +gboolean nm_device_get_managed () -const GPtrArray * +const GPtrArray * nm_device_get_ports () @@ -146,7 +146,7 @@ -gboolean +gboolean nm_device_get_autoconnect () @@ -162,7 +162,7 @@ -gboolean +gboolean nm_device_get_firmware_missing () @@ -170,7 +170,7 @@ -gboolean +gboolean nm_device_get_nm_plugin_missing () @@ -241,7 +241,7 @@ -const GPtrArray * +const GPtrArray * nm_device_get_available_connections () @@ -256,7 +256,7 @@ -guint32 +guint32 nm_device_get_mtu () @@ -264,7 +264,7 @@ -gboolean +gboolean nm_device_is_real () @@ -272,7 +272,7 @@ -gboolean +gboolean nm_device_is_software () @@ -309,7 +309,7 @@ -GPtrArray * +GPtrArray * nm_device_get_lldp_neighbors () @@ -333,7 +333,7 @@ -gboolean +gboolean nm_device_reapply () @@ -349,7 +349,7 @@ -gboolean +gboolean nm_device_reapply_finish () @@ -381,7 +381,7 @@ -gboolean +gboolean nm_device_disconnect () @@ -397,7 +397,7 @@ -gboolean +gboolean nm_device_disconnect_finish () @@ -405,7 +405,7 @@ -gboolean +gboolean nm_device_delete () @@ -421,7 +421,7 @@ -gboolean +gboolean nm_device_delete_finish () @@ -429,7 +429,7 @@ -GPtrArray * +GPtrArray * nm_device_filter_connections () @@ -437,7 +437,7 @@ -gboolean +gboolean nm_device_connection_valid () @@ -445,7 +445,7 @@ -gboolean +gboolean nm_device_connection_compatible () @@ -453,7 +453,7 @@ -GType +GType nm_device_get_setting_type () @@ -485,7 +485,7 @@ -GVariant * +GVariant * nm_lldp_neighbor_get_attr_value () @@ -501,7 +501,7 @@ -gboolean +gboolean nm_lldp_neighbor_get_attr_string_value () @@ -509,14 +509,14 @@ -gboolean +gboolean nm_lldp_neighbor_get_attr_uint_value () -const GVariantType * +const GVariantType * nm_lldp_neighbor_get_attr_type () @@ -541,13 +541,13 @@ Read -gboolean +gboolean autoconnect Read / Write -GPtrArray * +GPtrArray * available-connections Read @@ -586,7 +586,7 @@ Read -gboolean +gboolean firmware-missing Read @@ -609,7 +609,7 @@ Read -guint +guint interface-flags Read @@ -643,27 +643,27 @@ -GPtrArray * +GPtrArray * lldp-neighbors Read -gboolean +gboolean managed Read -guint +guint metered Read -guint +guint mtu Read -gboolean +gboolean nm-plugin-missing Read @@ -681,7 +681,7 @@ -GPtrArray * +GPtrArray * ports Read @@ -692,7 +692,7 @@ Read -gboolean +gboolean real Read @@ -702,7 +702,7 @@ Read -guint +guint state-reason Read @@ -732,7 +732,7 @@ void state-changed -Run First +Run First @@ -891,7 +891,7 @@

Object Hierarchy

    GBoxed
     ╰── NMLldpNeighbor
-    GObject
+    GObject
     ╰── NMObject
         ╰── NMDevice
             ├── NMDevice6Lowpan
@@ -1064,7 +1064,7 @@ nm_device_get_path (

Returns

the path of the device.

The string is backslash escaped (C escaping) for invalid characters. The escaping -can be reverted with 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.

Since: 1.26

@@ -1202,7 +1202,7 @@ nm_device_get_hw_address (

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.

@@ -1235,7 +1235,7 @@ nm_device_get_capabilities (

nm_device_get_managed ()

-
gboolean
+
gboolean
 nm_device_get_managed (NMDevice *device);

Whether the NMDevice is managed by NetworkManager.

@@ -1255,13 +1255,13 @@ nm_device_get_managed (

Returns

-

TRUE if the device is managed by NetworkManager

+

TRUE if the device is managed by NetworkManager


nm_device_get_ports ()

-
const GPtrArray *
+
const GPtrArray *
 nm_device_get_ports (NMDevice *device);

Gets the devices currently set as port of device .

@@ -1282,7 +1282,7 @@ nm_device_get_ports (

Returns

-

the GPtrArray containing NMDevices that +

the GPtrArray containing NMDevices that are ports of device . This is the internal copy used by the device and must not be modified.

@@ -1295,7 +1295,7 @@ must not be modified.

nm_device_set_managed ()

void
 nm_device_set_managed (NMDevice *device,
-                       gboolean managed);
+ gboolean managed);

nm_device_set_managed has been deprecated since version 1.22 and should not be used in newly-written code.

Use the async command nm_client_dbus_set_property() on @@ -1322,7 +1322,7 @@ not emit a property changed signal.

managed

-

TRUE to make the device managed by NetworkManager.

+

TRUE to make the device managed by NetworkManager.

  @@ -1333,7 +1333,7 @@ not emit a property changed signal.


nm_device_get_autoconnect ()

-
gboolean
+
gboolean
 nm_device_get_autoconnect (NMDevice *device);

Whether the NMDevice can be autoconnected.

@@ -1353,7 +1353,7 @@ nm_device_get_autoconnect (

Returns

-

TRUE if the device is allowed to be autoconnected

+

TRUE if the device is allowed to be autoconnected


@@ -1361,7 +1361,7 @@ nm_device_get_autoconnect (

nm_device_set_autoconnect ()

void
 nm_device_set_autoconnect (NMDevice *device,
-                           gboolean autoconnect);
+ gboolean autoconnect);

nm_device_set_autoconnect has been deprecated since version 1.22 and should not be used in newly-written code.

Use the async command nm_client_dbus_set_property() on @@ -1386,7 +1386,7 @@ and modifies the content of the NMClient cache client side.

autoconnect

-

TRUE to enable autoconnecting

+

TRUE to enable autoconnecting

  @@ -1396,7 +1396,7 @@ and modifies the content of the NMClient cache client side.


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.

@@ -1417,14 +1417,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.

@@ -1444,7 +1444,7 @@ nm_device_get_nm_plugin_missing (

Returns

-

TRUE if the device plugin not installed.

+

TRUE if the device plugin not installed.

Since: 1.2

@@ -1473,7 +1473,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]

@@ -1503,7 +1503,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]

@@ -1533,7 +1533,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]

@@ -1562,7 +1562,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]

@@ -1679,7 +1679,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]

@@ -1687,7 +1687,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 @@ -1709,7 +1709,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]

@@ -1720,7 +1720,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.)

@@ -1741,7 +1741,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.

@@ -1749,7 +1749,7 @@ must not be modified.


nm_device_get_mtu ()

-
guint32
+
guint32
 nm_device_get_mtu (NMDevice *device);

Gets the MTU of the NMDevice.

@@ -1775,7 +1775,7 @@ nm_device_get_mtu (

nm_device_is_real ()

-
gboolean
+
gboolean
 nm_device_is_real (NMDevice *device);

Parameters

@@ -1794,7 +1794,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.

@@ -1803,7 +1803,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.

@@ -1823,8 +1823,8 @@ nm_device_is_software (

Returns

-

TRUE if device -is a software device, FALSE if it is a hardware device.

+

TRUE if device +is a software device, FALSE if it is a hardware device.


@@ -1853,7 +1853,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.


@@ -1882,7 +1882,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.


@@ -1944,7 +1944,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.

@@ -1964,7 +1964,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.

@@ -2040,13 +2040,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);

nm_device_reapply has been deprecated since version 1.22 and should not be used in newly-written code.

Use nm_device_reapply_async() or GDBusConnection.

@@ -2070,7 +2070,7 @@ made since it was last applied.

connection

the NMConnection to replace the applied -settings with or NULL to reuse existing.

+settings with or NULL to reuse existing.

[nullable] @@ -2087,12 +2087,12 @@ modification. This allows to catch concurrent accesses.

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

 

error

-

location for a GError, or NULL

+

location for a GError, or NULL

  @@ -2100,7 +2100,7 @@ modification. This allows to 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

@@ -2111,11 +2111,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.

@@ -2135,7 +2135,7 @@ currently active connection made since it was last applied.

connection

the NMConnection to replace the applied -settings with or NULL to reuse existing.

+settings with or NULL to reuse existing.

[nullable] @@ -2153,7 +2153,7 @@ accesses.

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

  @@ -2175,10 +2175,10 @@ 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

@@ -2196,12 +2196,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

+

location for a GError, or NULL

  @@ -2209,7 +2209,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

@@ -2219,10 +2219,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);

nm_device_get_applied_connection has been deprecated since version 1.22 and should not be used in newly-written code.

Use nm_device_get_applied_connection_async() or GDBusConnection.

@@ -2255,12 +2255,12 @@ the applied connection.

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

 

error

-

location for a GError, or NULL

+

location for a GError, or NULL

  @@ -2269,7 +2269,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]

@@ -2282,10 +2282,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

@@ -2308,7 +2308,7 @@ nm_device_get_applied_connection_async

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

  @@ -2333,9 +2333,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().

Parameters

@@ -2353,7 +2353,7 @@ nm_device_get_applied_connection_finish

result

-

the result passed to the GAsyncReadyCallback

+

the result passed to the GAsyncReadyCallback

  @@ -2364,7 +2364,7 @@ connection.

error

-

location for a GError, or NULL

+

location for a GError, or NULL

  @@ -2372,7 +2372,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().

@@ -2383,10 +2383,10 @@ to

nm_device_disconnect ()

-
gboolean
+
gboolean
 nm_device_disconnect (NMDevice *device,
-                      GCancellable *cancellable,
-                      GError **error);
+ GCancellable *cancellable, + GError **error);

nm_device_disconnect has been deprecated since version 1.22 and should not be used in newly-written code.

Use nm_device_disconnect_async() or GDBusConnection.

@@ -2410,12 +2410,12 @@ request.

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

 

error

-

location for a GError, or NULL

+

location for a GError, or NULL

  @@ -2423,7 +2423,7 @@ request.

Returns

-

TRUE on success, FALSE on error, in which case error +

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

@@ -2432,9 +2432,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.

@@ -2454,7 +2454,7 @@ manual network connection request.

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

  @@ -2475,10 +2475,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

@@ -2496,12 +2496,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

+

location for a GError, or NULL

  @@ -2509,17 +2509,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);

nm_device_delete has been deprecated since version 1.22 and should not be used in newly-written code.

Use nm_device_delete_async() or GDBusConnection.

@@ -2541,12 +2541,12 @@ nm_device_delete (

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

 

error

-

location for a GError, or NULL

+

location for a GError, or NULL

  @@ -2554,7 +2554,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.

@@ -2563,9 +2563,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 deleting the software device. Hardware devices can't be deleted.

@@ -2584,7 +2584,7 @@ be deleted.

cancellable

-

a GCancellable, or NULL

+

a GCancellable, or NULL

  @@ -2605,10 +2605,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

@@ -2626,12 +2626,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

+

location for a GError, or NULL

  @@ -2639,16 +2639,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 @@ -2686,7 +2686,7 @@ incompatible with the device. To get the full list of connections see

an array of 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.

WARNING: the transfer annotation for this function may not work correctly with bindings. See https://gitlab.gnome.org/GNOME/gobject-introspection/-/issues/305. You can filter the list yourself with nm_device_connection_valid().

@@ -2696,7 +2696,7 @@ You can filter the list yourself with

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 @@ -2733,17 +2733,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 @@ -2778,7 +2778,7 @@ against

error

-

return location for a GError, or NULL

+

return location for a GError, or NULL

  @@ -2786,14 +2786,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 @@ -2892,7 +2892,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

@@ -2900,7 +2900,7 @@ nm_lldp_neighbor_get_attr_names (

nm_lldp_neighbor_get_attr_value ()

-
GVariant *
+
GVariant *
 nm_lldp_neighbor_get_attr_value (NMLldpNeighbor *neighbor,
                                  const char *name);

Gets the value (as a GVariant) of attribute with name name @@ -2930,7 +2930,7 @@ nm_lldp_neighbor_get_attr_value (

Returns

-

the value or NULL if the attribute with name +

the value or NULL if the attribute with name was not found.

[transfer none]

@@ -2959,7 +2959,7 @@ actually modify the (empty) instance.


nm_lldp_neighbor_get_attr_string_value ()

-
gboolean
+
gboolean
 nm_lldp_neighbor_get_attr_string_value
                                (NMLldpNeighbor *neighbor,
                                 const char *name,
@@ -2997,18 +2997,18 @@ attribute 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,
                                       const char *name,
-                                      guint *out_value);
+ guint *out_value);

Gets the uint32 value of attribute with name name on neighbor

@@ -3041,15 +3041,15 @@ nm_lldp_neighbor_get_attr_uint_value (

Returns

-

TRUE if a uint32 attribute with name name -was found, FALSE otherwise

+

TRUE if a uint32 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,
                                 const char *name);

Get the type of an attribute.

@@ -3077,7 +3077,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

@@ -3378,7 +3378,7 @@ all the VLANs.


The “autoconnect” property

-
  “autoconnect”              gboolean
+
  “autoconnect”              gboolean

Whether the device can auto-activate a connection.

The property setter is a synchronous D-Bus call. This is deprecated since 1.22.

Owner: NMDevice

@@ -3388,7 +3388,7 @@ all the VLANs.


The “available-connections” property

-
  “available-connections”    GPtrArray *
+
  “available-connections”    GPtrArray *

The available connections of the device

[type GPtrArray(NMRemoteConnection)]

Owner: NMDevice

@@ -3448,8 +3448,8 @@ all the VLANs.


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.

Owner: NMDevice

Flags: Read

@@ -3486,7 +3486,7 @@ for its operation.


The “interface-flags” property

-
  “interface-flags”          guint
+
  “interface-flags”          guint

The interface flags.

Owner: NMDevice

Flags: Read

@@ -3542,7 +3542,7 @@ operations like addressing and routing.


The “lldp-neighbors” property

-
  “lldp-neighbors”           GPtrArray *
+
  “lldp-neighbors”           GPtrArray *

The LLDP neighbors.

Owner: NMDevice

Flags: Read

@@ -3550,7 +3550,7 @@ operations like addressing and routing.


The “managed” property

-
  “managed”                  gboolean
+
  “managed”                  gboolean

Whether the device is managed by NetworkManager.

Owner: NMDevice

Flags: Read

@@ -3559,7 +3559,7 @@ operations like addressing and routing.


The “metered” property

-
  “metered”                  guint
+
  “metered”                  guint

Whether the device is metered.

Owner: NMDevice

Flags: Read

@@ -3569,7 +3569,7 @@ operations like addressing and routing.


The “mtu” property

-
  “mtu”                      guint
+
  “mtu”                      guint

The MTU of the device.

Owner: NMDevice

Flags: Read

@@ -3578,8 +3578,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.

Owner: NMDevice

Flags: Read

@@ -3592,7 +3592,7 @@ is not installed.

  “path”                     char *

The device path as exposed by the udev property ID_PATH.

The string is backslash escaped (C escaping) for invalid -characters. The escaping can be reverted with g_strcompress(), +characters. The escaping can be reverted with g_strcompress(), however the result may not be valid UTF-8.

Owner: NMDevice

Flags: Read

@@ -3612,7 +3612,7 @@ however the result may not be valid UTF-8.


The “ports” property

-
  “ports”                    GPtrArray *
+
  “ports”                    GPtrArray *

The port devices of the controller device. For devices that cannot be controllers this is likely to be always empty.

Owner: NMDevice

@@ -3631,7 +3631,7 @@ controllers this is likely to be always empty.


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.

@@ -3652,7 +3652,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.

Owner: NMDevice

Flags: Read

@@ -3688,10 +3688,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.

Parameters

@@ -3730,11 +3730,11 @@ user_function (
-

Flags: Run First

+

Flags: Run First

+
Generated by GTK-Doc V1.33.1 \ No newline at end of file -- cgit 1.3.0-6-gf8a5