Re: PyGobject internals and documentation

2016-12-31 Thread Christoph Reiter
On Mon, Dec 26, 2016 at 8:22 PM, David Bellot wrote: > On my road to understand how libgirepository works (and without > documentation it's not easy), I have a naive question: > - what is the use of girffi and a structure like GIFunctionInvoker, and in > general the use of libffi, when there is a

Re: PyGobject internals and documentation

2016-12-26 Thread David Bellot
On my road to understand how libgirepository works (and without documentation it's not easy), I have a naive question: - what is the use of girffi and a structure like GIFunctionInvoker, and in general the use of libffi, when there is a function like g_callable_info_invoke ? again, sorry to ask su

Re: PyGobject internals and documentation

2016-07-27 Thread Adam Tauno Williams
On Wed, 2016-07-27 at 15:26 +0100, David Bellot wrote: > > May you share some findings and experience to others, may be in a > > blog, in order to help others with same process. May be requesting > > access to a page in live.gnome.org. > I definitively will. Please! The lack of information bet

Re: PyGobject internals and documentation

2016-07-27 Thread David Bellot
I definitively will. On Wed, Jul 27, 2016 at 2:39 PM, Daniel Espinosa wrote: > This is important. > > May you share some findings and experience to others, may be in a blog, in > order to help others with same process. May be requesting access to a page > in live.gnome.org. > > I'm interested

Re: PyGobject internals and documentation

2016-07-27 Thread Daniel Espinosa
This is important. May you share some findings and experience to others, may be in a blog, in order to help others with same process. May be requesting access to a page in live.gnome.org. I'm interested in fix a long standing bug of GObject Introspection, about generics. May your founds will hel

Re: PyGobject internals and documentation

2016-07-26 Thread Christian Stadelmann
Also not directly what you asked, but there are other ports like gtk-rs (Rust port) too: http://gtk-rs.org/ Am Dienstag, den 26.07.2016, 13:40 + schrieb narcisse doudieu siewe: > I think you could take some example on how to bond to Gobject > firstand learn how to make python extensions (how

Re: PyGobject internals and documentation

2016-07-26 Thread narcisse doudieu siewe
I think you could take some example on how to bond to Gobject firstand learn how to make python extensions (how python is implemented). Le Mardi 26 juillet 2016 13h19, David Bellot a écrit : Hi, thank you. Indeed that's where I started to look at. My question is more about pygobje

Re: PyGobject internals and documentation

2016-07-26 Thread David Bellot
Hi, thank you. Indeed that's where I started to look at. My question is more about pygobject which is a user of gir and libffi in the end. In fact, by asking on the mailing list, I wanted to save time before diving into pygobject code and read ... well... everything (which I somehow will in the en

Re: PyGobject internals and documentation

2016-07-26 Thread narcisse doudieu siewe
The gobject introspection: gir https://wiki.gnome.org/action/show/Projects/GObjectIntrospection?action=show&redirect=GObjectIntrospection Le Mardi 26 juillet 2016 13h17, narcisse doudieu siewe a écrit : take a look at "Gir" the library which enabling other language to bind with Gobj

Re: PyGobject internals and documentation

2016-07-26 Thread narcisse doudieu siewe
take a look at "Gir" the library which enabling other language to bind with Gobject Le Mardi 26 juillet 2016 12h45, David Bellot a écrit : Hi, I plan to work on a binding of gtk and gobject based libraries for another language (than Python) and I thought it would be a good idea to