1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-24 19:07:52 +02:00

gio/gfile: fix parameter reference for value_p

This fixes a parameter reference to @value_p in g_file_set_attribute()
This commit is contained in:
David Lechner
2019-10-06 01:48:15 +00:00
parent 25ed7d45d9
commit 5120f92c33

@@ -4522,7 +4522,7 @@ g_file_query_writable_namespaces (GFile *file,
* %NULL to ignore * %NULL to ignore
* @error: a #GError, or %NULL * @error: a #GError, or %NULL
* *
* Sets an attribute in the file with attribute name @attribute to @value. * Sets an attribute in the file with attribute name @attribute to @value_p.
* *
* Some attributes can be unset by setting @type to * Some attributes can be unset by setting @type to
* %G_FILE_ATTRIBUTE_TYPE_INVALID and @value_p to %NULL. * %G_FILE_ATTRIBUTE_TYPE_INVALID and @value_p to %NULL.