mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01: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:
parent
002f846312
commit
d71d4507b8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user