From 7b9cb1f952e8c8a0001144f457fcea1c7c853218 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 22 May 2020 08:48:50 +0200 Subject: [PATCH] libnm: fix documentation for value argument of nm_client_dbus_call() https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/451 --- libnm/nm-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm/nm-client.c b/libnm/nm-client.c index ed8b69ca27..604a510d24 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