From 3a0d3d5b58d4f6fba2d545f07f21daf87a745e9c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 22 Aug 2017 10:22:39 +0100 Subject: [PATCH] trivial: Fix two introspection warnings --- libfwupd/fwupd-remote.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libfwupd/fwupd-remote.c b/libfwupd/fwupd-remote.c index 929abe940..6a840bd28 100644 --- a/libfwupd/fwupd-remote.c +++ b/libfwupd/fwupd-remote.c @@ -552,7 +552,7 @@ fwupd_remote_build_uri (FwupdRemote *self, const gchar *url, GError **error) * * Gets the URI for the remote metadata. * - * Returns: a #SoupURI, or %NULL for invalid. + * Returns: (transfer none): a #SoupURI, or %NULL for invalid. * * Since: 0.9.3 **/ @@ -569,7 +569,7 @@ fwupd_remote_get_uri (FwupdRemote *self) * * Gets the URI for the remote signature. * - * Returns: a #SoupURI, or %NULL for invalid. + * Returns: (transfer none): a #SoupURI, or %NULL for invalid. * * Since: 0.9.3 **/