mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01: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:
parent
25ed7d45d9
commit
5120f92c33
@ -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