Re: How to make new bindings

Torsten Schoenfeld <[email protected]> Wed, 31 Jul 2013 21:22:54 +0200
Newsgroups gmane.comp.gnome.language-bindings
Message-ID <[email protected]>
On 31.07.2013 12:58, [email protected] 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
_______________________________________________
language-bindings mailing list  [email protected]
https://mail.gnome.org/mailman/listinfo/language-bindings