From 78c3b8801ecf4975e5da1af3b10ae20dd2d876de Mon Sep 17 00:00:00 2001
From: Michael Biebl
void nm_client_activate_connection_async (NMClient *client, -NMConnection *connection, +NMConnection *connection,NMDevice *device,const char *specific_object,GCancellable *cancellable, @@ -2058,7 +2058,7 @@ track the activation to its completion.- connection
+ an NMConnection.
an NMConnection.
[allow-none] @@ -2147,7 +2147,7 @@ will be set. void nm_client_add_and_activate_connection_async (NMClient *client, -NMConnection *partial, +NMConnection *partial,NMDevice *device,const char *specific_object,GCancellable *cancellable, @@ -2178,7 +2178,7 @@ track the activation to its completion.- partial
an NMConnection to add; the connection may be +
an NMConnection to add; the connection may be partially filled (or even
NULL) and will be completed by NetworkManager using the givendeviceandspecific_object@@ -2232,7 +2232,7 @@ nm_client_add_and_activate_connection_finishGError **error);Gets the result of a call to
nm_client_add_and_activate_connection_async().You can call
+NMActiveConnection to find the path of the created NMConnection.nm_active_connection_get_connection()on the returned -NMActiveConnection to find the path of the created NMConnection.Parameters
@@ -2556,7 +2556,7 @@ to
nm_client_add_connection_async ()
void nm_client_add_connection_async (-NMClient *client, -NMConnection *connection, +NMConnection *connection,gboolean save_to_disk,GCancellable *cancellable,GAsyncReadyCallback callback, @@ -3609,7 +3609,7 @@ regular devices and placeholder devices. user_function (NMClient *client, NMRemoteConnection *connection, gpointer user_data)Notifies that a NMConnection has been added.
+Notifies that a NMConnection has been added.
Parameters
@@ -3646,7 +3646,7 @@ user_function (NMClient *client, NMRemoteConnection *connection, gpointer user_data) -
Notifies that a NMConnection has been removed.
+Notifies that a NMConnection has been removed.