Geany dev
Data Fields
GeanyPlugin Struct Reference

Basic information for the plugin and identification. More...

#include <plugindata.h>

Data Fields

GeanyPluginFuncsfuncs
 Functions implemented by the plugin, set in geany_load_module()
 
GeanyDatageany_data
 Pointer to global GeanyData intance.
 
PluginInfoinfo
 Fields set in plugin_set_info().
 
GeanyProxyFuncsproxy_funcs
 Hooks implemented by the plugin if it wants to act as a proxy Must be set prior to calling geany_plugin_register_proxy()
 

Detailed Description

Basic information for the plugin and identification.

See also
geany_plugin.