QObject * sipConvertRx(sipProxy *(*)() proxyfunc, sipThisType * txThis, char * sigargs, PyObject * rxobj, char * slot, char ** memberp, int * iserr);
QObject * sipConvertRx
Convert a Python receiver (either a Python signal or slot or a Qt signal or slot) to a Qt receiver. It is only ever called when the signal is a Qt signal.
Return NULL is there was an error.
Set *iserr to TRUE if there was an error.