From 4eb45e7804e312b19860b15dcdac904afe407c9b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 27 May 2003 21:39:58 +0000 Subject: Added functions CFObj_New and CFObj_Convert, general functions to convert between CF objects and their Python representation. Fixes 734695. --- Python/mactoolboxglue.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Python/mactoolboxglue.c') diff --git a/Python/mactoolboxglue.c b/Python/mactoolboxglue.c index a939ee5dcf..8b31f7f619 100644 --- a/Python/mactoolboxglue.c +++ b/Python/mactoolboxglue.c @@ -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") -- cgit v1.2.1