Change loader registration to work on an instance rather than a GType
Review Request #899 — Created Aug. 16, 2021 and submitted — Latest diff uploaded
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.
Diff Revision 3 (Latest)
orig
1
2
3
Commits
Files
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 |
---|