PixbufLoader loader = new PixbufLoader();
I tried gdkpixbuf.PixbufLoader
but it seems (in 3.8.3) not to have a this()
constructor.
PixbufLoader loader = new PixbufLoader();
I tried gdkpixbuf.PixbufLoader
but it seems (in 3.8.3) not to have a this()
constructor.