summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-08-28 21:19:26 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-08-28 21:19:26 (GMT)
commitf90367c6d453eb5590844a97d9b040690bb7f92c (patch)
treee02cd4d4e8eb814b4e61455de04bc92558e15560 /Mac
parent5472376f0d33aea0a3bbadee66ba12614dace295 (diff)
downloadcpython-f90367c6d453eb5590844a97d9b040690bb7f92c.zip
cpython-f90367c6d453eb5590844a97d9b040690bb7f92c.tar.gz
cpython-f90367c6d453eb5590844a97d9b040690bb7f92c.tar.bz2
This file never made it to the repository, somehow.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Lib/Carbon/CoreFoundation.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/Mac/Lib/Carbon/CoreFoundation.py b/Mac/Lib/Carbon/CoreFoundation.py
new file mode 100644
index 0000000..2907c1d
--- /dev/null
+++ b/Mac/Lib/Carbon/CoreFoundation.py
@@ -0,0 +1,28 @@
+# Generated from 'CFBase.h'
+
+def FOUR_CHAR_CODE(x): return x
+kCFCompareLessThan = -1
+kCFCompareEqualTo = 0
+kCFCompareGreaterThan = 1
+kCFNotFound = -1
+kCFPropertyListImmutable = 0
+kCFPropertyListMutableContainers = 1
+kCFPropertyListMutableContainersAndLeaves = 2
+# kCFStringEncodingInvalidId = (long)0xFFFFFFFF
+kCFStringEncodingMacRoman = 0
+kCFStringEncodingWindowsLatin1 = 0x0500
+kCFStringEncodingISOLatin1 = 0x0201
+kCFStringEncodingNextStepLatin = 0x0B01
+kCFStringEncodingASCII = 0x0600
+kCFStringEncodingUnicode = 0x0100
+kCFStringEncodingUTF8 = 0x08000100
+kCFStringEncodingNonLossyASCII = 0x0BFF
+kCFCompareCaseInsensitive = 1
+kCFCompareBackwards = 4
+kCFCompareAnchored = 8
+kCFCompareNonliteral = 16
+kCFCompareLocalized = 32
+kCFCompareNumerically = 64
+kCFURLPOSIXPathStyle = 0
+kCFURLHFSPathStyle = 1
+kCFURLWindowsPathStyle = 2