[glib: 1/2] gio/gfileinfo: fix param reference in doc comment



commit 2a4b9eb20c1f518e95997d588dc2755147dcd875
Author: David Lechner <david lechnology com>
Date:   Sun Sep 29 01:03:22 2019 +0000

    gio/gfileinfo: fix param reference in doc comment
    
    The actual parameter name in g_file_attribute_matcher_new()
    attributes, so change the param reference to match. This way,
    doc tools can create a proper link.

 gio/gfileinfo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c
index dd505df4c..0f3026c3f 100644
--- a/gio/gfileinfo.c
+++ b/gio/gfileinfo.c
@@ -2391,7 +2391,7 @@ matcher_optimize (GFileAttributeMatcher *matcher)
  * the number of references falls to 0, the #GFileAttributeMatcher is
  * automatically destroyed.
  *
- * The @attribute string should be formatted with specific keys separated
+ * The @attributes string should be formatted with specific keys separated
  * from namespaces with a double colon. Several "namespace::key" strings may be
  * concatenated with a single comma (e.g. "standard::type,standard::is-hidden").
  * The wildcard "*" may be used to match all keys and namespaces, or


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