[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 1367
type TGeanyPlugin = record |
||
info: PPluginInfo; |
|
|
geany_data: PGeanyData; |
|
|
funcs: PGeanyPluginFuncs; |
|
|
proxy_funcs: PGeanyProxyFuncs; |
|
|
priv: PGeanyPluginPrivate; |
|
|
end; |