mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 17:56:17 +01:00
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:
commit
dd27d2beeb
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user