mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 15:49:16 +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:
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user