Change loader registration to work on an instance rather than a GType

Review Request #899 — Created Aug. 16, 2021 and submitted — Latest diff uploaded

Information

gplugin/gplugin
default

Reviewers

Change loader registration to work on an instance rather than a GType

Ran the unit tests in valgrind and verifed there was no new memory leaks in the loader registration. Right now the plugins themselfs leak a reference, but I'll be cleaning that up shortly.

gplugin/gplugin-manager.h
gplugin/gplugin-manager.c
gplugin/gplugin-native-loader.h
gplugin/gplugin-native-loader.c
gplugin/tests/test-loader-registration.c
lua/gplugin-lua-core.c
lua/gplugin-lua-loader.h
lua/gplugin-lua-loader.c
perl5/gplugin-perl5-core.c
perl5/gplugin-perl5-loader.h
perl5/gplugin-perl5-loader.c
python3/gplugin-python3-core.c
python3/gplugin-python3-loader.h
python3/gplugin-python3-loader.c
tcc/gplugin-tcc-core.c
tcc/gplugin-tcc-loader.h
tcc/gplugin-tcc-loader.c
Loading...