Thread overview
GIO bindings?
Feb 09, 2019
Faissaloo
Feb 09, 2019
Andre Pany
Feb 09, 2019
Mike Wey
February 09, 2019
Are there any GIO bindings anywhere? I can't seem to find any.
February 09, 2019
On Saturday, 9 February 2019 at 11:27:00 UTC, Faissaloo wrote:
> Are there any GIO bindings anywhere? I can't seem to find any.

If I understand it correctly the gtkd dub package also contains GIO.

http://code.dlang.org/packages/gtk-d

Kind regards
Andre
February 09, 2019
On 09-02-2019 12:39, Andre Pany wrote:
> On Saturday, 9 February 2019 at 11:27:00 UTC, Faissaloo wrote:
>> Are there any GIO bindings anywhere? I can't seem to find any.
> 
> If I understand it correctly the gtkd dub package also contains GIO.
> 
> http://code.dlang.org/packages/gtk-d
> 
> Kind regards
> Andre

And if you only need the GIO bindings there is also GlibD.

https://github.com/gtkd-developers/GlibD
https://code.dlang.org/packages/glibd

Only it currently doesn't build with dub because of: https://github.com/dlang/dub/issues/1474

-- 
Mike Wey