Create gobject-introspection to make native plugins introspectable

Review Request #2458 — Created June 3, 2023 and submitted — Latest diff uploaded

Information

gplugin/gplugin
default

Reviewers

There's a lot to this, but the documentation covers the consumer side. From
the GPlugin developer side, we basically created static library that manually
loads plugins and is setup in a way to be called via g-ir-scanner's --program
argument.

Ran the new unit tests that test gir generation. Also installed to a local prefix and used that to compile a binary against gplugin-introspection and verified it displayed the proper output for --help.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Create gobject-introspection to make native plugins introspectable
There's a lot to this, but the documentation covers the consumer side. From the GPlugin developer side, we basically created static library that manually loads plugins and is setup in a way to be called via g-ir-scanner's --program argument.
950e2ac5497e3300ff61a7512c572ed8cb7d626b Gary Kramlich
Create gobject-introspection to make native plugins introspectable
There's a lot to this, but the documentation covers the consumer side. From the GPlugin developer side, we basically created static library that manually loads plugins and is setup in a way to be called via g-ir-scanner's --program argument.
afd7944332ce17091f84962bf6ff56b426595ab4 Gary Kramlich
gplugin-introspection/gplugin-introspection.c
gplugin-introspection/tests/meson.build
Loading...