From 724bcc5c7be3aed3646ed2b2989c34d438217176 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 26 Dec 2019 06:49:35 +0100 Subject: New upstream version 1.22.2 --- docs/libnm/html/NMClient.html | 72 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 65 insertions(+), 7 deletions(-) (limited to 'docs/libnm/html/NMClient.html') diff --git a/docs/libnm/html/NMClient.html b/docs/libnm/html/NMClient.html index 5c2feab2..4135defd 100644 --- a/docs/libnm/html/NMClient.html +++ b/docs/libnm/html/NMClient.html @@ -196,6 +196,13 @@ +const guint32 * + + +nm_client_get_capabilities () + + + gboolean @@ -863,6 +870,10 @@ #define +NM_CLIENT_CAPABILITIES + + +#define NM_CLIENT_DEVICE_ADDED @@ -1509,6 +1520,47 @@ nm_client_networking_get_enabled (
+

nm_client_get_capabilities ()

+
const guint32 *
+nm_client_get_capabilities (NMClient *client,
+                            gsize *length);
+
+

Parameters

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

client

the NMClient instance

 

length

the number of returned capabilities.

[out][allow-none]
+
+
+

Returns

+

the +list of capabilities reported by the server or NULL +if the capabilities are unknown. +The numeric values correspond to NMCapability enum. +The array is terminated by a numeric zero sentinel +at position length +.

+

[transfer none][array length=length]

+
+

Since: 1.24, 1.22.2

+
+
+

nm_client_networking_set_enabled ()

gboolean
 nm_client_networking_set_enabled (NMClient *client,
@@ -2411,7 +2463,7 @@ methods such as 
 

Returns

a GPtrArray -containing all the NMDevices. The returned array is owned by the +containing all the NMDevices. The returned array is owned by the NMClient object and should not be modified.

[transfer none][element-type NMDevice]

@@ -2447,7 +2499,7 @@ use device-specific methods such as

Returns

a GPtrArray -containing all the NMDevices. The returned array is owned by the +containing all the NMDevices. The returned array is owned by the NMClient object and should not be modified.

[transfer none][element-type NMDevice]

@@ -2549,7 +2601,7 @@ nm_client_get_active_connections (

Returns

a GPtrArray -containing all the active NMActiveConnections. +containing all the active NMActiveConnections. The returned array is owned by the client and should not be modified.

[transfer none][element-type NMActiveConnection]

@@ -2597,7 +2649,7 @@ any.

nm_client_get_activating_connection (NMClient *client);

Gets the NMActiveConnection corresponding to a currently-activating connection that is expected to become the new -“primary-connection” upon successful activation.

+“primary-connection” upon successful activation.

Parameters

@@ -2647,7 +2699,7 @@ in connection picks the best available connection for the device and activates it.

Note that the callback is invoked when NetworkManager has started activating the new connection, not when it finishes. You can use the returned -NMActiveConnection object (in particular, “state”) to +NMActiveConnection object (in particular, “state”) to track the activation to its completion.

Parameters

@@ -2767,7 +2819,7 @@ activated as with NMActiveConnection object (in particular, “state”) to +NMActiveConnection object (in particular, “state”) to track the activation to its completion.

Parameters

@@ -2896,7 +2948,7 @@ activated as with NMActiveConnection object (in particular, “state”) to +NMActiveConnection object (in particular, “state”) to track the activation to its completion.

This is identitcal to nm_client_add_and_activate_connection_async() but takes a further options @@ -4675,6 +4727,12 @@ nm_client_reload_finish ( +

NM_CLIENT_CAPABILITIES

+
#define NM_CLIENT_CAPABILITIES "capabilities"
+
+
+
+

NM_CLIENT_DEVICE_ADDED

#define NM_CLIENT_DEVICE_ADDED "device-added"
 
-- cgit 1.3.0-6-gf8a5