mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-17 15:10:39 +01:00
libnm: fix nm_client_add_and_activate_connection2_finish annotation
Mark out_result as out argument. Fixes an issue when using libnm bindings. Fixes:fbb038af5e('all: return output dictionary from "AddAndActivate2"') https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1092 (cherry picked from commit3b67b7768d)
This commit is contained in:
parent
f55dc420ba
commit
00609c900b
1 changed files with 1 additions and 1 deletions
|
|
@ -5365,7 +5365,7 @@ nm_client_add_and_activate_connection2(NMClient *client,
|
|||
* @client: an #NMClient
|
||||
* @result: the result passed to the #GAsyncReadyCallback
|
||||
* @error: location for a #GError, or %NULL
|
||||
* @out_result: (allow-none) (transfer full): the output result
|
||||
* @out_result: (allow-none) (transfer full) (out): the output result
|
||||
* of type "a{sv}" returned by D-Bus' AddAndActivate2 call. Currently, no
|
||||
* output is implemented yet.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue