This repository was archived by the owner on Aug 13, 2019. It is now read-only.

Description
Hey, on latest versions of fedora which ships GTK 3.18 there are a lot of warnings on compile time about deprecated stuff.
Today I've forked your repo and started fiddling with the code and deleting some stuff (seems like a bunch of stuff was removed from GTK) and reimplementing some functions that now work differently. I was wondering would you guys be interested in patching your version with these changes when I release them?
My main goal is to get rid of all these warnings, but also would like to make the patches in a way that doesn't conflicts with previous versions, perhaps you can guide me on how to make these changes without interfering much with other parts of the library system.
Thanks.