mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +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);
|
return g_resource_new_from_table (table);
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static gboolean
|
||||||
gboolean do_lookup (GResource *resource,
|
do_lookup (GResource *resource,
|
||||||
const gchar *path,
|
const gchar *path,
|
||||||
GResourceLookupFlags lookup_flags,
|
GResourceLookupFlags lookup_flags,
|
||||||
gsize *size,
|
gsize *size,
|
||||||
|
Loading…
Reference in New Issue
Block a user