On Sun, Jul 07, 2002 at 10:14:36AM +1200, Rob Brown-Bayliss wrote: > Hi, I am building pygtk 1.99 andhave got a whole lot of these > > Could not write method GtkTextIter.forward_find_char: No ArgType for > GtkTextCharPredicate > Could not write method GtkTextIter.backward_find_char: No ArgType for > GtkTextCharPredicate > Could not write method GtkAccelGroup.connect: No ArgType for GClosure* > Could not write method GtkAccelGroup.connect_by_path: No ArgType for > GClosure*
These are expected and not a serious problem. They are generated by the automatic code generation stuff and are more indicative of TODO items than real problems. [Didn't I post something about this last week? Do people have me in their kill files? Why am I so alone?] Cheers, Malcolm _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
