[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin240' (#fpgeanyplugin)

TGeanyPlugin

Declaration

Source position: geanybindings.inc line 1311

type TGeanyPlugin = record

  info: PPluginInfo;

  

  geany_data: PGeanyData;

  

  funcs: PGeanyPluginFuncs;

  

  proxy_funcs: PGeanyProxyFuncs;

  

  priv: PGeanyPluginPrivate;

  

end;