GNOME Bugzilla – Bug 592666
Document how to unset an attribute
Last modified: 2012-02-27 03:22:01 UTC
To know how to unset an attribute I had to go to the nautilus code. I think would be useful having it indicated on g_file_info_set_attribute how to do that as I think it is not clear right now: g_file_info_set_attribute (info, "attribute", G_FILE_ATTRIBUTE_TYPE_INVALID, NULL);
Created attachment 208108 [details] [review] clarify how to unset a GFileInfo attribute
Review of attachment 208108 [details] [review]: Looks fine to me
The following fix has been pushed: 3e7f426 docs: Clarify how to unset a GFileInfo attribute
Created attachment 208466 [details] [review] docs: Clarify how to unset a GFileInfo attribute