GNOME Bugzilla – Bug 769442
xattr add possibility to remove an extended attribute
Last modified: 2018-05-24 19:01:15 UTC
Created attachment 332581 [details] [review] patch to support remove xattr using g_file_set_attribute it is possible to set/replace an extended attribute (xattr) implemented in glocalfileinfo.c. there is no method in any interface to remove an attribute so I have extended g_file_set_attribute that now accept only type G_FILE_ATTRIBUTE_TYPE_STRING to support also G_FILE_ATTRIBUTE_TYPE_INVALID and in that case remove the extended attribute I have test the patch on linux only.
*** Bug 720506 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/1187.