diff options
Diffstat (limited to 'gio/gresource.c')
-rw-r--r-- | gio/gresource.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gresource.c b/gio/gresource.c index 9e1d481b0..0d11d6884 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 |