mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
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:
parent
1f20ddbb55
commit
1ec70e713c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user