mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
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:
parent
2a1404ac21
commit
f62d7c1e2a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user