Lines Matching refs:PyObject
25 extern PyObject *_AEDesc_New(AEDesc *);
26 extern int _AEDesc_Convert(PyObject *, AEDesc *);
48 static PyObject *AE_Error;
62 PyObject *AEDesc_New(AEDesc *itself)
69 return (PyObject *)it;
72 int AEDesc_Convert(PyObject *v, AEDesc *p_itself)
86 self->ob_type->tp_free((PyObject *)self);
89 static PyObject *AEDesc_AECoerceDesc(AEDescObject *_self, PyObject *_args)
91 PyObject *_res = NULL;
110 static PyObject *AEDesc_AEDuplicateDesc(AEDescObject *_self, PyObject *_args)
112 PyObject *_res = NULL;
128 static PyObject *AEDesc_AECountItems(AEDescObject *_self, PyObject *_args)
130 PyObject *_res = NULL;
146 static PyObject *AEDesc_AEPutPtr(AEDescObject *_self, PyObject *_args)
148 PyObject *_res = NULL;
174 static PyObject *AEDesc_AEPutDesc(AEDescObject *_self, PyObject *_args)
176 PyObject *_res = NULL;
196 static PyObject *AEDesc_AEGetNthPtr(AEDescObject *_self, PyObject *_args)
198 PyObject *_res = NULL;
237 static PyObject *AEDesc_AEGetNthDesc(AEDescObject *_self, PyObject *_args)
239 PyObject *_res = NULL;
264 static PyObject *AEDesc_AESizeOfNthItem(AEDescObject *_self, PyObject *_args)
266 PyObject *_res = NULL;
288 static PyObject *AEDesc_AEDeleteItem(AEDescObject *_self, PyObject *_args)
290 PyObject *_res = NULL;
307 static PyObject *AEDesc_AEPutParamPtr(AEDescObject *_self, PyObject *_args)
309 PyObject *_res = NULL;
335 static PyObject *AEDesc_AEPutParamDesc(AEDescObject *_self, PyObject *_args)
337 PyObject *_res = NULL;
357 static PyObject *AEDesc_AEGetParamPtr(AEDescObject *_self, PyObject *_args)
359 PyObject *_res = NULL;
395 static PyObject *AEDesc_AEGetParamDesc(AEDescObject *_self, PyObject *_args)
397 PyObject *_res = NULL;
419 static PyObject *AEDesc_AESizeOfParam(AEDescObject *_self, PyObject *_args)
421 PyObject *_res = NULL;
443 static PyObject *AEDesc_AEDeleteParam(AEDescObject *_self, PyObject *_args)
445 PyObject *_res = NULL;
462 static PyObject *AEDesc_AEGetAttributePtr(AEDescObject *_self, PyObject *_args)
464 PyObject *_res = NULL;
500 static PyObject *AEDesc_AEGetAttributeDesc(AEDescObject *_self, PyObject *_args)
502 PyObject *_res = NULL;
524 static PyObject *AEDesc_AESizeOfAttribute(AEDescObject *_self, PyObject *_args)
526 PyObject *_res = NULL;
548 static PyObject *AEDesc_AEPutAttributePtr(AEDescObject *_self, PyObject *_args)
550 PyObject *_res = NULL;
576 static PyObject *AEDesc_AEPutAttributeDesc(AEDescObject *_self, PyObject *_args)
578 PyObject *_res = NULL;
598 static PyObject *AEDesc_AEGetDescDataSize(AEDescObject *_self, PyObject *_args)
600 PyObject *_res = NULL;
613 static PyObject *AEDesc_AESend(AEDescObject *_self, PyObject *_args)
615 PyObject *_res = NULL;
642 static PyObject *AEDesc_AEResetTimer(AEDescObject *_self, PyObject *_args)
644 PyObject *_res = NULL;
658 static PyObject *AEDesc_AESuspendTheCurrentEvent(AEDescObject *_self, PyObject *_args)
660 PyObject *_res = NULL;
674 static PyObject *AEDesc_AEResumeTheCurrentEvent(AEDescObject *_self, PyObject *_args)
676 PyObject *_res = NULL;
680 PyObject *dispatcher;
699 static PyObject *AEDesc_AEGetTheCurrentEvent(AEDescObject *_self, PyObject *_args)
701 PyObject *_res = NULL;
715 static PyObject *AEDesc_AESetTheCurrentEvent(AEDescObject *_self, PyObject *_args)
717 PyObject *_res = NULL;
731 static PyObject *AEDesc_AEResolve(AEDescObject *_self, PyObject *_args)
733 PyObject *_res = NULL;
752 static PyObject *AEDesc_AutoDispose(AEDescObject *_self, PyObject *_args)
754 PyObject *_res = NULL;
828 static PyObject *AEDesc_get_type(AEDescObject *self, void *closure)
835 static PyObject *AEDesc_get_data(AEDescObject *self, void *closure)
837 PyObject *res;
870 static PyObject *AEDesc_tp_new(PyTypeObject *type, PyObject *_args, PyObject *_kwds)
872 PyObject *_self;
932 static PyObject *AE_AECoercePtr(PyObject *_self, PyObject *_args)
934 PyObject *_res = NULL;
961 static PyObject *AE_AECreateDesc(PyObject *_self, PyObject *_args)
963 PyObject *_res = NULL;
987 static PyObject *AE_AECreateList(PyObject *_self, PyObject *_args)
989 PyObject *_res = NULL;
1013 static PyObject *AE_AECreateAppleEvent(PyObject *_self, PyObject *_args)
1015 PyObject *_res = NULL;
1045 static PyObject *AE_AEReplaceDescData(PyObject *_self, PyObject *_args)
1047 PyObject *_res = NULL;
1071 static PyObject *AE_AEProcessAppleEvent(PyObject *_self, PyObject *_args)
1073 PyObject *_res = NULL;
1089 static PyObject *AE_AEGetInteractionAllowed(PyObject *_self, PyObject *_args)
1091 PyObject *_res = NULL;
1106 static PyObject *AE_AESetInteractionAllowed(PyObject *_self, PyObject *_args)
1108 PyObject *_res = NULL;
1124 static PyObject *AE_AEInteractWithUser(PyObject *_self, PyObject *_args)
1126 PyObject *_res = NULL;
1144 static PyObject *AE_AEInstallEventHandler(PyObject *_self, PyObject *_args)
1146 PyObject *_res = NULL;
1151 PyObject *handler;
1171 static PyObject *AE_AERemoveEventHandler(PyObject *_self, PyObject *_args)
1173 PyObject *_res = NULL;
1194 static PyObject *AE_AEGetEventHandler(PyObject *_self, PyObject *_args)
1196 PyObject *_res = NULL;
1201 PyObject *handler;
1220 static PyObject *AE_AEInstallSpecialHandler(PyObject *_self, PyObject *_args)
1222 PyObject *_res = NULL;
1240 static PyObject *AE_AERemoveSpecialHandler(PyObject *_self, PyObject *_args)
1242 PyObject *_res = NULL;
1260 static PyObject *AE_AEManagerInfo(PyObject *_self, PyObject *_args)
1262 PyObject *_res = NULL;
1280 static PyObject *AE_AEObjectInit(PyObject *_self, PyObject *_args)
1282 PyObject *_res = NULL;
1296 static PyObject *AE_AEDisposeToken(PyObject *_self, PyObject *_args)
1298 PyObject *_res = NULL;
1313 static PyObject *AE_AECallObjectAccessor(PyObject *_self, PyObject *_args)
1315 PyObject *_res = NULL;
1390 PyObject *handler = (PyObject *)refcon;
1392 PyObject *args, *res;
1420 PyObject *AEDesc_NewBorrowed(AEDesc *itself)
1422 PyObject *it;
1427 return (PyObject *)it;
1434 PyObject *m;
1435 PyObject *d;
1452 PyModule_AddObject(m, "AEDesc", (PyObject *)&AEDesc_Type);
1455 PyModule_AddObject(m, "AEDescType", (PyObject *)&AEDesc_Type);