Hi Tiago,

On Tue, Jul 9, 2013 at 1:47 AM, Tiago de Paula Peixoto <tiago@skewed.de> wrot

By looking at the galry website, it seems they also support Qt. An
alternative would be to configure it to use Qt instead, which would not
cause any symbol collision.

Actually it seems galry uses only Qt, but I think the default Qt theme in Ubuntu pulls in GTK+ 2 symbols for some reason.
 
Ideally, the best way would be to detect if GTK+2 is already imported,
before trying to import GTK+3, but I'm not sure if it is possible. I'll
look into this...

What about the idea of being able to import the *_layout functions without importing cairo_draw?