From 75a04a8a54832715597216117b2dedb7fb2403e7 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 6 Oct 2019 21:05:36 +0200 Subject: [PATCH] libnm: fix annotation for return value of nm_remote_connection_update2() --- libnm/nm-remote-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm/nm-remote-connection.c b/libnm/nm-remote-connection.c index 04fbd3b170..4b5738e0f3 100644 --- a/libnm/nm-remote-connection.c +++ b/libnm/nm-remote-connection.c @@ -148,7 +148,7 @@ nm_remote_connection_update2 (NMRemoteConnection *connection, * * Gets the result of a call to nm_remote_connection_commit_changes_async(). * - * Returns: on success, a #GVariant of type "a{sv}" with the result. On failure, + * Returns: (transfer full): on success, a #GVariant of type "a{sv}" with the result. On failure, * %NULL. **/ GVariant *