Re: Creating GObject/GTK bindings for language

2010-03-02 Thread Brian J. Tarricone
On 03/01/2010 10:07 PM, Tristin Celestin wrote: > I apologize for being so terse. I was grasping at straws, trying to think > of a specific question regarding GTK binding to get me started. There > have been plenty of bindings to scripting languages in the past, so > I thought asking about them in

Re: Creating GObject/GTK bindings for language

2010-03-01 Thread Tristin Celestin
tically generated headers from the typelib information? --- On Fri, 2/26/10, John Palmieri wrote: > From: John Palmieri > Subject: Re: Creating GObject/GTK bindings for language > To: "Tristin Celestin" > Cc: gtk-devel-list@gnome.org > Date: Friday, February 26, 2010, 12

Re: Creating GObject/GTK bindings for language

2010-02-26 Thread John Palmieri
- "Tristin Celestin" wrote: > I want to be able to use GObject and GObject based libraries from an > object oriented scripting language with no bindings for GObject and > GObject based libraries currently. > > > How does one go about creating GObject bindings for another language? > I've r

Re: Creating GObject/GTK bindings for language

2010-02-26 Thread Alberto Ruiz
2010/2/26 Tristin Celestin : > I want to be able to use GObject and GObject based libraries from an > object oriented scripting language with no bindings for GObject and > GObject based libraries currently. Which library do you want to bind, your own? Which scripting language are you targetting at

Creating GObject/GTK bindings for language

2010-02-26 Thread Tristin Celestin
I want to be able to use GObject and GObject based libraries from an object oriented scripting language with no bindings for GObject and GObject based libraries currently. How does one go about creating GObject bindings for another language? I've read the GObject-Introspection pages at gnome.org