From a54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 28 Jun 2020 18:58:14 +0200 Subject: New upstream version 1.25.90 --- libnm/nm-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libnm/nm-client.c') diff --git a/libnm/nm-client.c b/libnm/nm-client.c index ed8b69ca..604a510d 100644 --- a/libnm/nm-client.c +++ b/libnm/nm-client.c @@ -6738,9 +6738,9 @@ nm_client_dbus_call_finish (NMClient *client, * nm_client_dbus_set_property: * @client: the #NMClient * @object_path: path of remote object - * @interface_name: D-Bus interface to invoke method on + * @interface_name: D-Bus interface for the property to set. * @property_name: the name of the property to set - * @value: a #GVariant tuple with the value to set + * @value: a #GVariant with the value to set. * @timeout_msec: the timeout in milliseconds, -1 to use the default * timeout or %G_MAXINT for no timeout * @cancellable: (nullable): a #GCancellable or %NULL -- cgit 1.3.0-6-gf8a5 From 10ae7d8cd706062742d0cdb1803d49909aef9e06 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 29 Jun 2020 22:15:58 +0200 Subject: New upstream version 1.25.91 --- libnm/nm-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnm/nm-client.c') diff --git a/libnm/nm-client.c b/libnm/nm-client.c index 604a510d..d7f61152 100644 --- a/libnm/nm-client.c +++ b/libnm/nm-client.c @@ -4576,7 +4576,7 @@ nm_client_check_connectivity_finish (NMClient *client, guint32 connectivity; g_return_val_if_fail (NM_IS_CLIENT (client), NM_CONNECTIVITY_UNKNOWN); - g_return_val_if_fail (nm_g_task_is_valid (client, result, nm_client_check_connectivity_async), NM_CONNECTIVITY_UNKNOWN); + g_return_val_if_fail (nm_g_task_is_valid (result, client, nm_client_check_connectivity_async), NM_CONNECTIVITY_UNKNOWN); ret = g_task_propagate_pointer (G_TASK (result), error); if (!ret) -- cgit 1.3.0-6-gf8a5