summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-10-06 22:10:09 +0200
committerThomas Haller <thaller@redhat.com>2019-10-16 08:56:00 +0200
commitb9ff785744ff24b23421a784d99fdee8b2be2fb8 (patch)
tree02ca795f7c4f53838339c1d34324687754b4002e
parent75a04a8a54832715597216117b2dedb7fb2403e7 (diff)
downloadNetworkManager-b9ff785744ff24b23421a784d99fdee8b2be2fb8.tar.gz
libnm: fix annotation for return value of nm_remote_connection_get_secrets()
-rw-r--r--libnm/nm-remote-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/nm-remote-connection.c b/libnm/nm-remote-connection.c
index 4b5738e0f3..6ba139e7e9 100644
--- a/libnm/nm-remote-connection.c
+++ b/libnm/nm-remote-connection.c
@@ -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