gplugin/gplugin

Fix cross references in GPluginGtk3

2021-10-06, Elliott Sales de Andrade
65d7732cb6bc
Fix cross references in GPluginGtk3

* Clean up cross references in GTK plugin display widget
* Fix cross-references in GTK3 store
* Fix cross-references in the GTK view

Testing Done:
Checked the built docs for link-like things.

Reviewed at https://reviews.imfreedom.org/r/1002/
if get_option('lua')
e = executable('test-lua-loader', 'test-lua-loader.c',
c_args : [
'-DLUA_LOADER_DIR="@0@/.."'.format(meson.current_build_dir()),
'-DLUA_PLUGIN_DIR="@0@/plugins"'.format(
meson.current_source_dir()),
],
link_with : gplugin_loader_tests,
dependencies : [GLIB, GOBJECT, LUA, gplugin_dep])
test('Lua Loader', e)
# Add the test plugins path to our environment variable
devenv.append('GPLUGIN_PLUGIN_PATH', meson.current_source_dir() / 'plugins')
endif # lua