[Github-comments] [geany/geany] Improve GeanyProxyProbeResults a litte (#1213)
Colomban Wendling
notifications at xxxxx
Tue Sep 6 12:39:46 UTC 2016
> @@ -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);
ideally the function would return `GeanyProxyProbeResults`, but well, it'd technically be an ABI break -- even though we know everyone use 2's complement so it wouldn't change nothing, but meh.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1213/files/094737533609dff5a2ff101f97e8c156bcca4979#r77625807
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160906/38a81d05/attachment.html>
More information about the Github-comments
mailing list