diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/pymactoolbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/pymactoolbox.h b/Include/pymactoolbox.h index 2286ebe..916dac7 100644 --- a/Include/pymactoolbox.h +++ b/Include/pymactoolbox.h @@ -178,6 +178,8 @@ extern int WinObj_Convert(PyObject *, WindowPtr *); extern PyObject *WinObj_WhichWindow(WindowPtr); /* CF exports */ +extern PyObject *CFObj_New(CFTypeRef); +extern int CFObj_Convert(PyObject *, CFTypeRef *); extern PyObject *CFTypeRefObj_New(CFTypeRef); extern int CFTypeRefObj_Convert(PyObject *, CFTypeRef *); extern PyObject *CFStringRefObj_New(CFStringRef); |