From d71d4507b857129e2228f681c814867df6208f7a Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 29 Nov 2023 11:56:16 +0000 Subject: [PATCH] gfileinfo: Drop an incorrect (transfer) annotation This fixes a g-ir-scanner warning. Signed-off-by: Philip Withnall Helps: #3037 --- gio/gfileinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c index 127532a6b..d2bab923a 100644 --- a/gio/gfileinfo.c +++ b/gio/gfileinfo.c @@ -762,7 +762,7 @@ g_file_info_remove_attribute (GFileInfo *info, * * Gets the attribute type, value and status for an attribute key. * - * Returns: (transfer none): %TRUE if @info has an attribute named @attribute, + * Returns: %TRUE if @info has an attribute named @attribute, * %FALSE otherwise. */ gboolean