[Github-comments] [geany] Proxy plugins (#629)

Colomban Wendling notifications at xxxxx
Fri Oct 2 21:18:35 UTC 2015


> +			plugin_free((Plugin *) item->data);
> +		}
> +		item = next;
> +	}
> +}
> +
> +
> +/* Returns true if the removal was successful (=> never for non-proxies) */
> +static gboolean unregister_proxy(Plugin *proxy)
> +{
> +	gboolean is_proxy = FALSE;
> +	GList *node;
> +
> +	/* Remove the proxy from the proxy list first. It might appear more than once (once
> +	 * for each extension), but if it doesn't appear at all it's not actually a proxy */
> +	foreach_list_safe(node, active_proxies.head)

https://github.com/geany/geany/pull/629/files#diff-315e8720481183cf75b604b969f170d6R892

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/629/files#r41068879
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151002/97c9a33a/attachment.html>


More information about the Github-comments mailing list