gio: Fix typo in g_file_info_set_attribute docs

g_file_info_set_attribute mentions %G_ATTRIBUTE_TYPE_INVALID, but no
such value exists. It should be %G_FILE_ATTRIBUTE_TYPE_INVALID.

https://bugzilla.gnome.org/show_bug.cgi?id=796138
This commit is contained in:
Ondrej Holy 2018-05-15 15:37:05 +02:00
parent 1f20ddbb55
commit 1ec70e713c

View File

@ -1113,7 +1113,7 @@ _g_file_info_set_attribute_by_id (GFileInfo *info,
* @value_p: (not nullable): pointer to the value
*
* Sets the @attribute to contain the given value, if possible. To unset the
* attribute, use %G_ATTRIBUTE_TYPE_INVALID for @type.
* attribute, use %G_FILE_ATTRIBUTE_TYPE_INVALID for @type.
**/
void
g_file_info_set_attribute (GFileInfo *info,