gfileinfo: Drop an incorrect (transfer) annotation

This fixes a g-ir-scanner warning.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-11-29 11:56:16 +00:00
parent 002f846312
commit d71d4507b8

View File

@ -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