Go to the source code of this file.
◆ KVIMODULEEXPORT
#define KVIMODULEEXPORT extern "C" __attribute__((visibility("default"))) |
◆ KVIMODULEEXPORTDATA
#define KVIMODULEEXPORTDATA __attribute__((visibility("default"))) |
◆ KVIMODULEEXPORTFUNC
◆ KVIRC_MODULE
#define KVIRC_MODULE |
( |
| _szModuleName, |
|
|
| _szVersion, |
|
|
| _szCopyright, |
|
|
| _szDescription, |
|
|
| _init_routine, |
|
|
| _can_unload, |
|
|
| _ctrl_routine, |
|
|
| _cleanup_routine, |
|
|
| _szModuleContext ) |
Value: \
_szModuleName, \
_szModuleContext, \
_szVersion, \
_szCopyright, \
_szDescription, \
_init_routine, \
_can_unload, \
_ctrl_routine, \
_cleanup_routine \
};
#define KVIMODULEEXPORTDATA
Definition KviModule.h:51
#define KVI_VERSION
Definition kvi_settings.h:152
Definition KviModule.h:63
◆ KVIRC_MODULE_STRUCTURE_SYMBOL
#define KVIRC_MODULE_STRUCTURE_SYMBOL "KVIrc_module_info" |
◆ KviModuleCtrlRoutine
typedef bool(* KviModuleCtrlRoutine) (KviModule *, const char *, void *) |
◆ KviModuleSystemRoutine
typedef bool(* KviModuleSystemRoutine) (KviModule *) |