Hello everyone, I'm trying to wrap an interface method that takes a cairo_t* argument, but pygobject-codegen-2.0 says:
Could not write interface proxy GtkIImageCairoShaper.draw: No ArgType for cairo_t* and so it won't generate the __proxy_do-function for the method. I thought I read in the changelog that cairo_t* arguments should be supported or do I have to wrap that function manually? If so, how? I couldn't figure out how to convert the cairo_t pointer to a python object. -- mvh Björn _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
