[glib] docs: Fix cut'n'paste error in g_resources_get_info() doc



commit a95e2a4c64c74fa648e5ac5b6130c84ad73731ad
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jul 5 22:52:54 2017 +0200

    docs: Fix cut'n'paste error in g_resources_get_info() doc
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784581

 gio/gresource.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gresource.c b/gio/gresource.c
index 9e1d481..0d11d68 100644
--- a/gio/gresource.c
+++ b/gio/gresource.c
@@ -1160,8 +1160,8 @@ g_resources_enumerate_children (const gchar           *path,
  * @lookup_flags: A #GResourceLookupFlags
  * @size:  (out) (optional): a location to place the length of the contents of the file,
  *    or %NULL if the length is not needed
- * @flags:  (out) (optional): a location to place the flags about the file,
- *    or %NULL if the length is not needed
+ * @flags:  (out) (optional): a location to place the #GResourceFlags about the file,
+ *    or %NULL if the flags are not needed
  * @error: return location for a #GError, or %NULL
  *
  * Looks for a file at the specified @path in the set of


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