mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 07:53:39 +02: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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user