mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
077e9f04c1
gio-querymodules-wrapper.py is copied from glib-networking. This python wrapper script is needed because meson.build cannot check for DESTDIR env variable itself, unlike Makefile.am. It is used to update giomodule.cache file when installing GIO modules like fam.
9 lines
88 B
Plaintext
9 lines
88 B
Plaintext
{
|
|
global:
|
|
g_io_module_load;
|
|
g_io_module_unload;
|
|
g_io_module_query;
|
|
local:
|
|
*;
|
|
};
|