Re: How to make new bindings



On 31.07.2013 12:58, me ibilon com wrote:
I'm trying, well more looking, to make a gtk+ binding for Haxe.
I've tried looking on the gtk+ website, it mention how easy it is to
make bindings.
But the thing is I've found nothing on how to actually do it.

The way to go nowadays is definitely through gobject-introspection.
Write your bindings against it and you automatically get complete
bindings for almost all GObject-based libraries out there, including gtk+.

http://live.gnome.org/GObjectIntrospection

A good point to start might be to look at existing bindings for other
languages like pygobject, gjs or perl-Glib-Object-Introspection.

https://wiki.gnome.org/GObjectIntrospection/Users


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]