mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 21:34:12 +02:00
gio: tests: rename generated giotypefunc.c to giotypefuncs.inc
This is needed for the Meson port, a file name .c that's included and shouldn't be compiled into an object is difficult to manage otherwise.
This commit is contained in:
committed by
Matthias Clasen
parent
33fb1bbb61
commit
f438c04fac
@@ -174,7 +174,7 @@ list_all_types (void)
|
||||
GType *tp;
|
||||
all_registered_types = g_new0 (GType, 1000);
|
||||
tp = all_registered_types;
|
||||
#include "giotypefuncs.c"
|
||||
#include "giotypefuncs.inc"
|
||||
*tp = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user