GNOME Bugzilla – Bug 720506
No removexattr? Should set_attribute() with TYPE_INVALID remove it?
Last modified: 2017-10-05 12:54:47 UTC
Apparently, glib doesn't have a way to remove an xattr attribute. g_file_info_set_attribute () doc says: "To unset the attribute, use G_ATTRIBUTE_TYPE_INVALID for type." It seems to me the attribute key should be removed too in this case (an empty value should use a non-invalid type)
*** This bug has been marked as a duplicate of bug 769442 ***