Codebase list gjs / upstream/1.66.2 libgjs.symbols
upstream/1.66.2

Tree @upstream/1.66.2 (Download .tar.gz)

libgjs.symbols @upstream/1.66.2raw · history · blame

1
2
3
4
5
6
7
# Workaround for https://github.com/mesonbuild/meson/issues/3047
# Linker scripts are not understood by the macOS linker, we need to use a
# symbol export file instead.
# With autotools, this was all done transparently by -export-symbols-regex.
_gjs_*
__Z*[0-9]gjs_*
__ZN*GjsContextPrivate*from_object*