Searched refs:EventQueueRefObject (Results 1 – 1 of 1) sorted by relevance
459 typedef struct EventQueueRefObject { struct462 } EventQueueRefObject; argument466 EventQueueRefObject *it; in EventQueueRef_New()467 it = PyObject_NEW(EventQueueRefObject, &EventQueueRef_Type); in EventQueueRef_New()480 *p_itself = ((EventQueueRefObject *)v)->ob_itself; in EventQueueRef_Convert()484 static void EventQueueRef_dealloc(EventQueueRefObject *self) in EventQueueRef_dealloc()490 static PyObject *EventQueueRef_PostEventToQueue(EventQueueRefObject *_self, PyObject *_args) in EventQueueRef_PostEventToQueue()509 static PyObject *EventQueueRef_FlushEventsMatchingListFromQueue(EventQueueRefObject *_self, PyObjec… in EventQueueRef_FlushEventsMatchingListFromQueue()528 static PyObject *EventQueueRef_FlushEventQueue(EventQueueRefObject *_self, PyObject *_args) in EventQueueRef_FlushEventQueue()541 static PyObject *EventQueueRef_GetNumEventsInQueue(EventQueueRefObject *_self, PyObject *_args) in EventQueueRef_GetNumEventsInQueue()[all …]