#include <icy/pluga/pluga.h>Metadata descriptor exported alongside a dynamically loaded plugin.
| Return | Name | Description |
|---|---|---|
int | apiVersion | ABI version reported by the plugin. |
const char * | fileName | Source file used when the plugin export block was compiled. |
const char * | className | Concrete plugin class name. |
const char * | pluginName | Human-readable plugin display name. |
const char * | pluginVersion | Plugin version string. |
GetPluginFunc | initializeFunc | Entry point that returns the plugin singleton. |
int apiVersionABI version reported by the plugin.
const char * fileNameSource file used when the plugin export block was compiled.
const char * classNameConcrete plugin class name.
const char * pluginNameHuman-readable plugin display name.
const char * pluginVersionPlugin version string.
GetPluginFunc initializeFuncEntry point that returns the plugin singleton.