Name
sipConvertRx -- Convert a Python receiver to a Qt
receiver
Synopsis
QObject *
sipConvertRx
(sipProxy *(*)()
proxyfunc, sipThisType *
txThis, char *
sigargs, PyObject *
rxobj, char *
slot, char **
memberp, int *
iserr);
Description
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 Value
Return NULL is there was an error.
iserr
Set *iserr to TRUE if there was
an error.