Home
last modified time | relevance | path

Searched refs:EventHotKeyRefObject (Results 1 – 2 of 2) sorted by relevance

/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/carbonevt/
H A D_CarbonEvtmodule.c1438 typedef struct EventHotKeyRefObject { struct
1441 } EventHotKeyRefObject; argument
1445 EventHotKeyRefObject *it; in EventHotKeyRef_New()
1446 it = PyObject_NEW(EventHotKeyRefObject, &EventHotKeyRef_Type); in EventHotKeyRef_New()
1459 *p_itself = ((EventHotKeyRefObject *)v)->ob_itself; in EventHotKeyRef_Convert()
1463 static void EventHotKeyRef_dealloc(EventHotKeyRefObject *self) in EventHotKeyRef_dealloc()
1469 static PyObject *EventHotKeyRef_UnregisterEventHotKey(EventHotKeyRefObject *_self, PyObject *_args) in EventHotKeyRef_UnregisterEventHotKey()
1508 ((EventHotKeyRefObject *)_self)->ob_itself = itself; in EventHotKeyRef_tp_new()
1519 sizeof(EventHotKeyRefObject), /*tp_basicsize*/
/dports/lang/python27/Python-2.7.18/Mac/Modules/carbonevt/
H A D_CarbonEvtmodule.c1438 typedef struct EventHotKeyRefObject { struct
1441 } EventHotKeyRefObject; argument
1445 EventHotKeyRefObject *it; in EventHotKeyRef_New()
1446 it = PyObject_NEW(EventHotKeyRefObject, &EventHotKeyRef_Type); in EventHotKeyRef_New()
1459 *p_itself = ((EventHotKeyRefObject *)v)->ob_itself; in EventHotKeyRef_Convert()
1463 static void EventHotKeyRef_dealloc(EventHotKeyRefObject *self) in EventHotKeyRef_dealloc()
1469 static PyObject *EventHotKeyRef_UnregisterEventHotKey(EventHotKeyRefObject *_self, PyObject *_args) in EventHotKeyRef_UnregisterEventHotKey()
1508 ((EventHotKeyRefObject *)_self)->ob_itself = itself; in EventHotKeyRef_tp_new()
1519 sizeof(EventHotKeyRefObject), /*tp_basicsize*/