GdkPixbuf.PixbufDestroyNotify - NotImplementedError - python gtk3
问题 I am trying to use GdkPixbuf.Pixbuf.new_from_data() as shown in gtk 2.x and I am passing 7 arguments. But it gives me an error that I need to pass 9 arguments. What I am doing now was working for gtk2.x . So I figured out the other 2 arguments that I need to pass. http://developer.gimp.org/api/2.0/gdk-pixbuf/gdk-pixbuf-creating.html http://developer.gimp.org/api/2.0/gdk-pixbuf/gdk-pixbuf-refcounting.html#GdkPixbufDestroyNotify One of the arguments is of type GdkPixbuf.PixbufDestroyNotify. I