mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
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:
@@ -762,7 +762,7 @@ g_file_info_remove_attribute (GFileInfo *info,
|
|||||||
*
|
*
|
||||||
* Gets the attribute type, value and status for an attribute key.
|
* 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.
|
* %FALSE otherwise.
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
|
Reference in New Issue
Block a user