libnm: fix annotation for return value of nm_remote_connection_get_secrets()

This commit is contained in:
Thomas Haller
2019-10-06 22:10:09 +02:00
parent 75a04a8a54
commit b9ff785744

View File

@@ -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, * Request the connection's secrets. Note that this is a blocking D-Bus call,
* not a simple property accessor. * 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. * @connection's secrets, or %NULL on error.
* *
* Deprecated: 1.22, use nm_remote_connection_get_secrets_async() or GDBusConnection * Deprecated: 1.22, use nm_remote_connection_get_secrets_async() or GDBusConnection