|
Gateway C ABI
|
Plugin version information The information that the core uses to register a new plugin. Every plugin must provide this information. More...
#include <abi.h>
Data Fields | |
| const char * | name |
| The name of the plugin. | |
| const char * | version |
| The version of the plugin. | |
| const char * | pluginIfcVersion |
| The interface version of the plugin. | |
| uint64_t | features |
| Reserved for future use. | |
Plugin version information The information that the core uses to register a new plugin. Every plugin must provide this information.
| uint64_t sGCPluginInfo::features |
Reserved for future use.
| const char* sGCPluginInfo::name |
The name of the plugin.
| const char* sGCPluginInfo::pluginIfcVersion |
The interface version of the plugin.
| const char* sGCPluginInfo::version |
The version of the plugin.