#include "cuf-global.h"
Go to the source code of this file.
Defines | |
#define | ptnstr |
#define | plugin_register() |
#define | PLUGIN_STRUCT |
#define | PLUGIN_FUNC_INFO |
#define | PLUGIN_STD |
#define | PCAddBool(n, d, def) |
#define | PCAddChar(n, d, def) |
#define | PCAddNum(n, d, t, min, max, s, def) |
#define | PCAddString(n, d, def) |
#define | PCAddEnum(n, d, l, def) |
#define | pcdg(n, t) |
#define | pcdgs(n) ((char *)plugin_config_data_get (PLUGIN_CONFS_NUM, PLUGIN_CONFS, n)) |
Please see the example plugin for exact use of these macros.
|
|
|
|
|
|
|
|
|
|
|
|
|
Data get specificly for strings |
|
|
|
You must first define PLUGIN_TYPE_NAME and PLUGIN_TYPE_DESC. |
|
|
|
|
|
You must first define PLUGIN_TYPE_NAME. |