[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 1415
type TGeanyProxyProbeResults = ( |
||
GEANY_PROXY_IGNORE, |
|
|
GEANY_PROXY_MATCH, |
|
|
GEANY_PROXY_RELATED = GEANY_PROXY_MATCH or $100 |
|
|
); |