[Github-comments] [geany] Proxy plugins (#629)
Colomban Wendling
notifications at xxxxx
Thu Sep 24 19:28:30 UTC 2015
> + item = plugin_list;
> + while (item)
> + {
> + GList *next = g_list_next(item);
> + if (proxy == ((Plugin *) item->data)->proxy)
> + {
> + /* plugin_free modifies plugin_list */
> + plugin_free((Plugin *) item->data);
> + }
> + item = next;
> + }
> +}
> +
> +
> +/* Returns true when the removal was successful (=> never for non-pluxies) */
> +static gboolean
style stuff, if you feel like it
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/629/files#r40361613
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20150924/97508d34/attachment.html>
More information about the Github-comments
mailing list