gresource: Fix wrapping of function return type

This introduces no functional changes.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2018-07-05 11:19:20 +01:00
parent 2a1404ac21
commit f62d7c1e2a

View File

@ -591,8 +591,8 @@ g_resource_load (const gchar *filename,
return g_resource_new_from_table (table);
}
static
gboolean do_lookup (GResource *resource,
static gboolean
do_lookup (GResource *resource,
const gchar *path,
GResourceLookupFlags lookup_flags,
gsize *size,