Hi list,
I'm wrapping a function like that:
int gtk_scintilla_base_find_text( GtkScintillaBase *sci,int flags, long
start, long end,
char *text, long *ostart, long *oend);
but codegen can't wrap the function because of the long * type.
In addition I have also to modify this function overriding it in the
override file ( ostart and oend are output parameters) with the %% override
directive.
There's a way to define a brand new function in the override file instead of
defining-in-header/overriding it?
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/