mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02: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:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user