mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: Clarify how to unset a GFileInfo attribute
https://bugzilla.gnome.org/show_bug.cgi?id=592666
This commit is contained in:
parent
500aafd099
commit
3e7f42654f
@ -1109,7 +1109,8 @@ _g_file_info_set_attribute_by_id (GFileInfo *info,
|
|||||||
* @type: a #GFileAttributeType
|
* @type: a #GFileAttributeType
|
||||||
* @value_p: pointer to the value
|
* @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
|
void
|
||||||
g_file_info_set_attribute (GFileInfo *info,
|
g_file_info_set_attribute (GFileInfo *info,
|
||||||
|
Loading…
Reference in New Issue
Block a user