[pygtk] pygtk2 to pygobject/introspection

2011-06-30 Thread Giuseppe Penone
Did anybody notice that the function gtk_clipboard_set_with_data ()is missing from the bindings? method name=set_with_data c:identifier=gtk_clipboard_set_with_data introspectable=0 This is not a binding, this is a disaster.

Re: [pygtk] pygtk2 to pygobject/introspection

2011-06-30 Thread Tomeu Vizoso
On Thu, Jun 30, 2011 at 12:56, Giuseppe Penone gius...@gmail.com wrote: Did anybody notice that the function gtk_clipboard_set_with_data () is missing from the bindings? method name=set_with_data   c:identifier=gtk_clipboard_set_with_data   introspectable=0 This

Re: [pygtk] pygtk2 to pygobject/introspection

2011-06-30 Thread Tomeu Vizoso
On Thu, Jun 30, 2011 at 13:23, Giuseppe Penone gius...@gmail.com wrote: I understand that the bindings are developed from people like me, in the free time, but understand that like me there are many other people that spend a lot of time trying to port their code and finally they have to give

Re: [pygtk] pygtk2 to pygobject/introspection

2011-06-30 Thread Dieter Verfaillie
Quoting Giuseppe Penone gius...@gmail.com: Did anybody notice that the function GTK_CLIPBOARD_SET_WITH_DATA () is missing from the bindings? method name=set_with_data c:identifier=gtk_clipboard_set_with_data introspectable=0 If you start looking into the .gir

Re: [pygtk] pygtk2 to pygobject/introspection

2011-06-30 Thread Timo
On 30-06-11 14:12, Dieter Verfaillie wrote: In short, don't be afraid to get your hands dirty :) In response to this, I'm actually willing to help out, but... What skills are needed? Should I have some specific knowledge? And if I can help, where should I start? Cheers, Timo mvg, Dieter

Re: [pygtk] pygtk2 to pygobject/introspection

2011-06-30 Thread Giuseppe Penone
+1: provide us a tutorial so that we can learn how to add missing binded functions ourself and then provide the patch. On Thu, Jun 30, 2011 at 20:19, Timo timomli...@gmail.com wrote: On 30-06-11 14:12, Dieter Verfaillie wrote: In short, don't be afraid to get your hands dirty :) In

Re: [pygtk] pygtk2 to pygobject/introspection

2011-06-30 Thread Just Fill Bugs
On 07/01/2011 04:35 AM, Giuseppe Penone wrote: +1: provide us a tutorial so that we can learn how to add missing binded functions ourself and then provide the patch. Take a look at http://live.gnome.org/GObjectIntrospection/Annotations, kinda simple. Then looking at clipboard.c in gtk+

Re: [pygtk] pygtk2 to pygobject/introspection

2011-06-30 Thread Tomeu Vizoso
On Fri, Jul 1, 2011 at 05:48, Just Fill Bugs mozbug...@yahoo.com.au wrote: On 07/01/2011 04:35 AM, Giuseppe Penone wrote: +1: provide us a tutorial so that we can learn how to add missing binded functions ourself and then provide the patch. Take a look at