summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-05-22 08:48:50 +0200
committerThomas Haller <thaller@redhat.com>2020-05-22 08:51:21 +0200
commit7b9cb1f952e8c8a0001144f457fcea1c7c853218 (patch)
treef9c505285deada7cdacdcee81d928b9233e8ab9c
parent7774d837d76f98b0a29b50a157cd5d0582e40d77 (diff)
downloadNetworkManager-7b9cb1f952e8c8a0001144f457fcea1c7c853218.tar.gz
libnm: fix documentation for value argument of nm_client_dbus_call()
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/451
-rw-r--r--libnm/nm-client.c4
1 files 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