Home
last modified time | relevance | path

Searched refs:CFObj_New (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dpymactoolbox.h209 extern PyObject *CFObj_New(CFTypeRef);
/external/python/cpython2/Python/
Dmactoolboxglue.c450 GLUE_NEW(CFTypeRef, CFObj_New, "Carbon.CF")
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c25 #define CFObj_New _CFObj_New macro
4828 PyObject *CFObj_New(CFTypeRef itself) in CFObj_New() function
4876 PyMac_INIT_TOOLBOX_OBJECT_NEW(CFTypeRef, CFObj_New); in init_CF()