Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8cbb9f

Browse files
committed
Regenerated with CF accessors.
1 parent 52e9045 commit e8cbb9f

2 files changed

Lines changed: 72 additions & 0 deletions

File tree

Mac/Build/PythonCore.exp

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ PyIter_Next
242242
PyObject_GetIter
243243
PyObject_IsSubclass
244244
PyObject_IsInstance
245+
PyObject_CallFunctionObjArgs
246+
PyObject_CallMethodObjArgs
245247
PyObject_CallMethod
246248
PyObject_CallFunction
247249
PyObject_Call
@@ -959,6 +961,40 @@ PyMacGluePtr_TEObj_Convert
959961
PyMacGluePtr_WinObj_New
960962
PyMacGluePtr_WinObj_Convert
961963
PyMacGluePtr_WinObj_WhichWindow
964+
PyMacGluePtr_CFTypeRefObj_Convert
965+
PyMacGluePtr_CFTypeRefObj_New
966+
PyMacGluePtr_CFStringRefObj_Convert
967+
PyMacGluePtr_CFStringRefObj_New
968+
PyMacGluePtr_CFMutableStringRefObj_Convert
969+
PyMacGluePtr_CFMutableStringRefObj_New
970+
PyMacGluePtr_CFArrayRefObj_Convert
971+
PyMacGluePtr_CFArrayRefObj_New
972+
PyMacGluePtr_CFMutableArrayRefObj_Convert
973+
PyMacGluePtr_CFMutableArrayRefObj_New
974+
PyMacGluePtr_CFDictionaryRefObj_Convert
975+
PyMacGluePtr_CFDictionaryRefObj_New
976+
PyMacGluePtr_CFMutableDictionaryRefObj_Convert
977+
PyMacGluePtr_CFMutableDictionaryRefObj_New
978+
PyMacGluePtr_CFURLRefObj_Convert
979+
PyMacGluePtr_OptionalCFURLRefObj_Convert
980+
PyMacGluePtr_CFURLRefObj_New
981+
CFURLRefObj_New
982+
OptionalCFURLRefObj_Convert
983+
CFURLRefObj_Convert
984+
CFMutableDictionaryRefObj_New
985+
CFMutableDictionaryRefObj_Convert
986+
CFDictionaryRefObj_New
987+
CFDictionaryRefObj_Convert
988+
CFMutableArrayRefObj_New
989+
CFMutableArrayRefObj_Convert
990+
CFArrayRefObj_New
991+
CFArrayRefObj_Convert
992+
CFMutableStringRefObj_New
993+
CFMutableStringRefObj_Convert
994+
CFStringRefObj_New
995+
CFStringRefObj_Convert
996+
CFTypeRefObj_New
997+
CFTypeRefObj_Convert
962998
WinObj_WhichWindow
963999
WinObj_Convert
9641000
WinObj_New

Mac/Build/PythonCoreCarbon.exp

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ PyIter_Next
242242
PyObject_GetIter
243243
PyObject_IsSubclass
244244
PyObject_IsInstance
245+
PyObject_CallFunctionObjArgs
246+
PyObject_CallMethodObjArgs
245247
PyObject_CallMethod
246248
PyObject_CallFunction
247249
PyObject_Call
@@ -953,6 +955,40 @@ PyMacGluePtr_TEObj_Convert
953955
PyMacGluePtr_WinObj_New
954956
PyMacGluePtr_WinObj_Convert
955957
PyMacGluePtr_WinObj_WhichWindow
958+
PyMacGluePtr_CFTypeRefObj_Convert
959+
PyMacGluePtr_CFTypeRefObj_New
960+
PyMacGluePtr_CFStringRefObj_Convert
961+
PyMacGluePtr_CFStringRefObj_New
962+
PyMacGluePtr_CFMutableStringRefObj_Convert
963+
PyMacGluePtr_CFMutableStringRefObj_New
964+
PyMacGluePtr_CFArrayRefObj_Convert
965+
PyMacGluePtr_CFArrayRefObj_New
966+
PyMacGluePtr_CFMutableArrayRefObj_Convert
967+
PyMacGluePtr_CFMutableArrayRefObj_New
968+
PyMacGluePtr_CFDictionaryRefObj_Convert
969+
PyMacGluePtr_CFDictionaryRefObj_New
970+
PyMacGluePtr_CFMutableDictionaryRefObj_Convert
971+
PyMacGluePtr_CFMutableDictionaryRefObj_New
972+
PyMacGluePtr_CFURLRefObj_Convert
973+
PyMacGluePtr_OptionalCFURLRefObj_Convert
974+
PyMacGluePtr_CFURLRefObj_New
975+
CFURLRefObj_New
976+
OptionalCFURLRefObj_Convert
977+
CFURLRefObj_Convert
978+
CFMutableDictionaryRefObj_New
979+
CFMutableDictionaryRefObj_Convert
980+
CFDictionaryRefObj_New
981+
CFDictionaryRefObj_Convert
982+
CFMutableArrayRefObj_New
983+
CFMutableArrayRefObj_Convert
984+
CFArrayRefObj_New
985+
CFArrayRefObj_Convert
986+
CFMutableStringRefObj_New
987+
CFMutableStringRefObj_Convert
988+
CFStringRefObj_New
989+
CFStringRefObj_Convert
990+
CFTypeRefObj_New
991+
CFTypeRefObj_Convert
956992
WinObj_WhichWindow
957993
WinObj_Convert
958994
WinObj_New

0 commit comments

Comments
 (0)