[Python-checkins] python/dist/src/Include pymactoolbox.h,1.7,1.8

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 27 May 2003 14:39:59 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv19773/Include

Modified Files:
	pymactoolbox.h 
Log Message:
Added functions CFObj_New and CFObj_Convert, general functions to convert
between CF objects and their Python representation. Fixes 734695.


Index: pymactoolbox.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pymactoolbox.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pymactoolbox.h	17 Jan 2003 23:11:15 -0000	1.7
--- pymactoolbox.h	27 May 2003 21:39:57 -0000	1.8
***************
*** 179,182 ****
--- 179,184 ----
  
  /* CF exports */
+ extern PyObject *CFObj_New(CFTypeRef);
+ extern int CFObj_Convert(PyObject *, CFTypeRef *);
  extern PyObject *CFTypeRefObj_New(CFTypeRef);
  extern int CFTypeRefObj_Convert(PyObject *, CFTypeRef *);