docs: Clarify how to unset a GFileInfo attribute

https://bugzilla.gnome.org/show_bug.cgi?id=592666
This commit is contained in:
David King 2012-02-21 11:19:20 +00:00 committed by Matthias Clasen
parent 500aafd099
commit 3e7f42654f

View File

@ -1109,7 +1109,8 @@ _g_file_info_set_attribute_by_id (GFileInfo *info,
* @type: a #GFileAttributeType
* @value_p: pointer to the value
*
* Sets the @attribute to contain the given value, if possible.
* Sets the @attribute to contain the given value, if possible. To unset the
* attribute, use %G_ATTRIBUTE_TYPE_INVALID for @type.
**/
void
g_file_info_set_attribute (GFileInfo *info,