diff options
| author | Michael Biebl <biebl@debian.org> | 2020-06-28 18:58:14 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-06-28 18:58:14 +0200 |
| commit | a54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 (patch) | |
| tree | 6a32883bd916c4096357b35298beff6db8bcd0b5 /libnm/nm-client.c | |
| parent | 45e8e1149027529194982212c804c0468aa01d98 (diff) | |
New upstream version 1.25.90 upstream/1.25.90
Diffstat (limited to 'libnm/nm-client.c')
| -rw-r--r-- | libnm/nm-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |