28 #ifndef PLUGIN_TEMPLATE_H 29 #define PLUGIN_TEMPLATE_H 31 #define PLUGIN_NAME "Newspaper" 32 #define PLUGIN_VERSION "Newspaper Plugin 1.0 alpha" 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.
void(* f_plug_api)(int *type,...)
General API function.