Merge branch 'patch-1' into 'master'

gio/gfile: fix parameter reference for value_p

See merge request GNOME/glib!1149
This commit is contained in:
Simon McVittie 2019-10-06 13:18:44 +00:00
commit dd27d2beeb

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.