On Thu, Jan 18, 2018 at 12:21:03AM -0800, elextr wrote:
I thought about doing that at first, but I suspect that there may be symbol
clashes between webkitgtk-1.0 and webkit2gtk-4.0, so loading plugins using different webkit libraries into the same instance of Geany may end badly.
@hyperair luckily it can't happen since the ABI of a GTK2 Geany and a GTK3 Geany will not be the same [see](https://github.com/geany/geany/blob/65097208df76439f0f059bafad5945624131475b...)
Oh yeah, forgot about that. Also it turns out I was wrong about mixing libraries. It might actually work after all: https://github.com/hyperair/test-sym-conflict