mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 13:40:11 +01:00
libnm: fix annotation for return value of nm_remote_connection_get_secrets()
This commit is contained in:
parent
75a04a8a54
commit
b9ff785744
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ nm_remote_connection_delete_finish (NMRemoteConnection *connection,
|
|||
* Request the connection's secrets. Note that this is a blocking D-Bus call,
|
||||
* not a simple property accessor.
|
||||
*
|
||||
* Returns: a #GVariant of type %NM_VARIANT_TYPE_CONNECTION containing
|
||||
* Returns: (transfer full): a #GVariant of type %NM_VARIANT_TYPE_CONNECTION containing
|
||||
* @connection's secrets, or %NULL on error.
|
||||
*
|
||||
* Deprecated: 1.22, use nm_remote_connection_get_secrets_async() or GDBusConnection
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue