DexterPluginIMain

DexterPluginIMain — Interface of interfaces to Libdexter main library

Synopsis

#include <dexterplugin.h>

struct              DexterPluginIMain;

Description

Plugins access available interfaces to the main Libdexter library via this interface of interfaces.

Details

struct DexterPluginIMain

struct DexterPluginIMain {
  DexterPluginIConfig     *iconfig;
  DexterPluginIVersion    *iversion;
};

Definition of the interface of interfaces to the main Libdexter library.

DexterPluginIConfig *iconfig;

configuration file interface.

DexterPluginIVersion *iversion;

version information interface.