In src/plugindata.h:

> @@ -379,7 +392,7 @@ GeanyProxyProbeResults;
>  struct GeanyProxyFuncs
>  {
>  	/** Called to determine whether the proxy is truly responsible for the requested plugin.
> -	 * A NULL pointer assumes the probe() function would always return @ref PROXY_MATCHED */
> +	 * A NULL pointer assumes the probe() function would always return @ref GEANY_PROXY_MATCH */
>  	gint		(*probe)     (GeanyPlugin *proxy, const gchar *filename, gpointer pdata);

I find NOLOAD is the better name


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.