Geany dev
|
Basic information for the plugin and identification. More...
#include <plugindata.h>
Data Fields | |
GeanyPluginFuncs * | funcs |
Functions implemented by the plugin, set in geany_load_module() | |
GeanyData * | geany_data |
Pointer to global GeanyData intance. | |
PluginInfo * | info |
Fields set in plugin_set_info(). | |
GeanyProxyFuncs * | proxy_funcs |
Hooks implemented by the plugin if it wants to act as a proxy Must be set prior to calling geany_plugin_register_proxy() | |
Basic information for the plugin and identification.