~ubuntu-branches/ubuntu/wily/sip4/wily

« back to all changes in this revision

Viewing changes to siplib/sipint.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-06-01 12:38:17 UTC
  • mto: (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20140601123817-dbefxopt3wv1ocr9
Tags: upstream-4.16+dfsg
ImportĀ upstreamĀ versionĀ 4.16+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
unsigned long sip_api_long_as_unsigned_long(PyObject *o);
121
121
int sip_api_same_slot(const sipSlot *sp, PyObject *rxObj, const char *slot);
122
122
PyObject *sip_api_invoke_slot(const sipSlot *slot, PyObject *sigargs);
 
123
PyObject *sip_api_invoke_slot_ex(const sipSlot *slot, PyObject *sigargs,
 
124
        int no_receiver_check);
123
125
void *sip_api_convert_rx(sipWrapper *txSelf, const char *sigargs,
124
126
        PyObject *rxObj, const char *slot, const char **memberp, int flags);
125
127
int sip_api_save_slot(sipSlot *sp, PyObject *rxObj, const char *slot);