[pygtk] gtk_clipboard_set_with_data: (skip)

2011-07-01 Thread Giuseppe Penone
Hi Pavel, I'm a GTK+ developer that used to work in pygtk2 and now ported the code to pygobject introspection. For my (GPL) application http://giuspen.com/cherrytree I absolutely need the function gtk_clipboard_set_with_data that I see you marhed as NON introspectable. I wanted to ask you that fun

Re: [pygtk] gtk_clipboard_set_with_data: (skip)

2011-07-01 Thread Hart's Antler
Hi Giuseppe, Did you already know about the generated ctypes bindings to gtk?   It already supports "gtk_clipboard_set_with_data". gtk_clipboard_set_with_data = _rpythonic_function_( "gtk_clipboard_set_with_data", ctypes.c_int, [ ("clipboard", ctypes.POINTER(_GtkClipboard))