From b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 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, @@ -3349,7 +3349,7 @@ track the activation to its completion.- connection
+ an NMConnection.
an NMConnection.
[allow-none] @@ -3438,7 +3438,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, @@ -3469,7 +3469,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@@ -3524,7 +3524,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
@@ -3566,7 +3566,7 @@ will be set.
void nm_client_add_and_activate_connection2 (NMClient *client, -NMConnection *partial, +NMConnection *partial,NMDevice *device,const char *specific_object,GVariant *options, @@ -3611,7 +3611,7 @@ by the daemon:- 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@@ -3672,7 +3672,7 @@ nm_client_add_and_activate_connection2_finishGError **error);Gets the result of a call to
nm_client_add_and_activate_connection2().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
@@ -3882,7 +3882,7 @@ nm_client_get_connections (
NMClient object and should not be modified.The connections are as received from D-Bus and might not validate according -to
+tonm_connection_verify().nm_connection_verify().[transfer none][element-type NMRemoteConnection]
@@ -3921,7 +3921,7 @@ nm_client_get_connection_by_id (the remote connection object on success, orNULLif no matching object was found.The connection is as received from D-Bus and might not validate according -to
+tonm_connection_verify().nm_connection_verify().[transfer none]
@@ -3960,7 +3960,7 @@ nm_client_get_connection_by_path (the remote connection object on success, orNULLif the object was not knownThe connection is as received from D-Bus and might not validate according -to
+tonm_connection_verify().nm_connection_verify().[transfer none]
@@ -3999,7 +3999,7 @@ nm_client_get_connection_by_uuid (the remote connection object on success, orNULLif the object was not knownThe connection is as received from D-Bus and might not validate according -to
+tonm_connection_verify().nm_connection_verify().[transfer none]
@@ -4008,7 +4008,7 @@ tonm_client_add_connection_async ()
void nm_client_add_connection_async (-NMClient *client, -NMConnection *connection, +NMConnection *connection,gboolean save_to_disk,GCancellable *cancellable,GAsyncReadyCallback callback, @@ -6621,7 +6621,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
@@ -6658,7 +6658,7 @@ user_function (NMClient *client, NMRemoteConnection *connection, gpointer user_data) -
Notifies that a NMConnection has been removed.
+Notifies that a NMConnection has been removed.