[pygtk] wrapping custom functions
gabriele lanaro
gabriele.lanaro at gmail.com
Mon Sep 7 05:25:17 WST 2009
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?
-------------- parte successiva --------------
Un allegato HTML ? stato rimosso...
URL: http://www.daa.com.au/pipermail/pygtk/attachments/20090906/35f11c09/attachment.htm
More information about the pygtk
mailing list