Searched refs:CFTypeRefObj_New (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Include/ |
D | pymactoolbox.h | 211 extern PyObject *CFTypeRefObj_New(CFTypeRef);
|
/external/python/cpython2/Mac/Modules/cf/ |
D | _CFmodule.c | 30 #define CFTypeRefObj_New _CFTypeRefObj_New macro 126 PyObject *CFTypeRefObj_New(CFTypeRef itself) in CFTypeRefObj_New() function 192 CFTypeRefObj_New, _rv); in CFTypeRefObj_CFRetain() 298 CFTypeRefObj_New, _rv); in CFTypeRefObj_CFPropertyListCreateDeepCopy() 337 CFTypeRefObj_New, _rv); in CFTypeRefObj_CFPropertyListCreateFromXMLData() 3873 CFTypeRefObj_New, _rv); in CF_CFPreferencesCopyAppValue() 4022 CFTypeRefObj_New, _rv); in CF_CFPreferencesCopyValue() 4703 _res = Py_BuildValue("O&", CFTypeRefObj_New, rv); in CF_toCF() 4841 return CFTypeRefObj_New(itself); in CFObj_New() 4878 PyMac_INIT_TOOLBOX_OBJECT_NEW(CFTypeRef, CFTypeRefObj_New); in init_CF()
|
/external/python/cpython2/Python/ |
D | mactoolboxglue.c | 453 GLUE_NEW(CFTypeRef, CFTypeRefObj_New, "Carbon.CF")
|