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

View File

@ -4522,7 +4522,7 @@ g_file_query_writable_namespaces (GFile *file,
* %NULL to ignore
* @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
* %G_FILE_ATTRIBUTE_TYPE_INVALID and @value_p to %NULL.