mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
Allow setting G_FILE_ATTRIBUTE_TYPE_INVALID attributes in GFileInfo
This is used to unset an attribute in g_file_set_attributes_from_info.
This commit is contained in:
@@ -566,7 +566,7 @@ g_file_info_list_attributes (GFileInfo *info,
|
||||
* Gets the attribute type for an attribute key.
|
||||
*
|
||||
* Returns: a #GFileAttributeType for the given @attribute, or
|
||||
* %G_FILE_ATTRIBUTE_TYPE_INVALID if the key is invalid.
|
||||
* %G_FILE_ATTRIBUTE_TYPE_INVALID if the key is not set.
|
||||
**/
|
||||
GFileAttributeType
|
||||
g_file_info_get_attribute_type (GFileInfo *info,
|
||||
|
Reference in New Issue
Block a user