Gateway C ABI
Loading...
Searching...
No Matches
sGCPluginInfo Struct Reference

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.
 

Detailed Description

Plugin version information The information that the core uses to register a new plugin. Every plugin must provide this information.

Field Documentation

◆ features

uint64_t sGCPluginInfo::features

Reserved for future use.

◆ name

const char* sGCPluginInfo::name

The name of the plugin.

◆ pluginIfcVersion

const char* sGCPluginInfo::pluginIfcVersion

The interface version of the plugin.

◆ version

const char* sGCPluginInfo::version

The version of the plugin.


The documentation for this struct was generated from the following file: