mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 11:40:18 +01:00
libnm: fix documentation for value argument of nm_client_dbus_call()
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/451
This commit is contained in:
parent
7774d837d7
commit
7b9cb1f952
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue