symbian-qemu-0.9.1-12/python-2.6.1/Mac/Modules/cf/pycfbridge.h
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 extern PyObject *PyCF_CF2Python(CFTypeRef src);
       
     2 extern PyObject *PyCF_CF2Python_sequence(CFArrayRef src);
       
     3 extern PyObject *PyCF_CF2Python_mapping(CFTypeRef src);
       
     4 extern PyObject *PyCF_CF2Python_simple(CFTypeRef src);
       
     5 extern PyObject *PyCF_CF2Python_string(CFStringRef src);
       
     6 
       
     7 extern int PyCF_Python2CF(PyObject *src, CFTypeRef *dst);
       
     8 extern int PyCF_Python2CF_sequence(PyObject *src, CFArrayRef *dst);
       
     9 extern int PyCF_Python2CF_mapping(PyObject *src, CFDictionaryRef *dst);
       
    10 extern int PyCF_Python2CF_simple(PyObject *src, CFTypeRef *dst);
       
    11 extern int PyCF_Python2CF_string(PyObject *src, CFStringRef *dst);