mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Added functions CFObj_New and CFObj_Convert, general functions to convert
between CF objects and their Python representation. Fixes 734695.
This commit is contained in:
parent
893801efb6
commit
4eb45e7804
4 changed files with 103 additions and 2 deletions
|
@ -593,6 +593,9 @@ GLUE_NEW(WindowPtr, WinObj_New, "Carbon.Win")
|
|||
GLUE_CONVERT(WindowPtr, WinObj_Convert, "Carbon.Win")
|
||||
GLUE_NEW(WindowPtr, WinObj_WhichWindow, "Carbon.Win")
|
||||
|
||||
GLUE_CONVERT(CFTypeRef, CFObj_Convert, "Carbon.CF")
|
||||
GLUE_NEW(CFTypeRef, CFObj_New, "Carbon.CF")
|
||||
|
||||
GLUE_CONVERT(CFTypeRef, CFTypeRefObj_Convert, "Carbon.CF")
|
||||
GLUE_NEW(CFTypeRef, CFTypeRefObj_New, "Carbon.CF")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue