[glib: 1/2] gio/gfile: fix parameter reference for value_p



commit 5120f92c33c36052fbe282485f5a1ef1808695fc
Author: David Lechner <david lechnology com>
Date:   Sun Oct 6 01:48:15 2019 +0000

    gio/gfile: fix parameter reference for value_p
    
    This fixes a parameter reference to @value_p in g_file_set_attribute()

 gio/gfile.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gfile.c b/gio/gfile.c
index 4dc5c9d6f..dd1dd5331 100644
--- a/gio/gfile.c
+++ b/gio/gfile.c
@@ -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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]