28 #ifndef PLUGIN_TEMPLATE_H 29 #define PLUGIN_TEMPLATE_H 31 #define PLUGIN_NAME "Template" 32 #define PLUGIN_VERSION "Template Plugin 2.0" 38 # ifdef PYTHON_PLUGIN_EXPORTS 39 # define MODULEAPI __declspec(dllexport) 41 # define MODULEAPI __declspec(dllimport) 44 #ifdef HAVE_VISIBILITY 45 # define MODULEAPI __attribute__((visibility("default")))
Definitions for the plugin system.
CFPContext * context_stack
CFPContext * current_context
void(* f_plug_api)(int *type,...)
General API function.