home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 May / maximum-cd-2010-05.iso / DiscContents / boxee-0.9.20.10711.exe / system / python / Lib / plat-mac / Carbon / LaunchServices.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  3.0 KB  |  74 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4.  
  5. def FOUR_CHAR_CODE(x):
  6.     return x
  7.  
  8. from Carbon.Files import *
  9. kLSRequestAllInfo = -1
  10. kLSRolesAll = -1
  11. kLSUnknownType = FOUR_CHAR_CODE('\x00\x00\x00\x00')
  12. kLSUnknownCreator = FOUR_CHAR_CODE('\x00\x00\x00\x00')
  13. kLSInvalidExtensionIndex = -1
  14. kLSUnknownErr = -10810
  15. kLSNotAnApplicationErr = -10811
  16. kLSNotInitializedErr = -10812
  17. kLSDataUnavailableErr = -10813
  18. kLSApplicationNotFoundErr = -10814
  19. kLSUnknownTypeErr = -10815
  20. kLSDataTooOldErr = -10816
  21. kLSDataErr = -10817
  22. kLSLaunchInProgressErr = -10818
  23. kLSNotRegisteredErr = -10819
  24. kLSAppDoesNotClaimTypeErr = -10820
  25. kLSAppDoesNotSupportSchemeWarning = -10821
  26. kLSServerCommunicationErr = -10822
  27. kLSCannotSetInfoErr = -10823
  28. kLSInitializeDefaults = 1
  29. kLSMinCatInfoBitmap = kFSCatInfoNodeFlags | kFSCatInfoParentDirID | kFSCatInfoFinderInfo | kFSCatInfoFinderXInfo
  30. kLSRequestExtension = 1
  31. kLSRequestTypeCreator = 2
  32. kLSRequestBasicFlagsOnly = 4
  33. kLSRequestAppTypeFlags = 8
  34. kLSRequestAllFlags = 16
  35. kLSRequestIconAndKind = 32
  36. kLSRequestExtensionFlagsOnly = 64
  37. kLSItemInfoIsPlainFile = 1
  38. kLSItemInfoIsPackage = 2
  39. kLSItemInfoIsApplication = 4
  40. kLSItemInfoIsContainer = 8
  41. kLSItemInfoIsAliasFile = 16
  42. kLSItemInfoIsSymlink = 32
  43. kLSItemInfoIsInvisible = 64
  44. kLSItemInfoIsNativeApp = 128
  45. kLSItemInfoIsClassicApp = 256
  46. kLSItemInfoAppPrefersNative = 512
  47. kLSItemInfoAppPrefersClassic = 1024
  48. kLSItemInfoAppIsScriptable = 2048
  49. kLSItemInfoIsVolume = 4096
  50. kLSItemInfoExtensionIsHidden = 1048576
  51. kLSRolesNone = 1
  52. kLSRolesViewer = 2
  53. kLSRolesEditor = 4
  54. kLSUnknownKindID = 0
  55. kLSAcceptDefault = 1
  56. kLSAcceptAllowLoginUI = 2
  57. kLSLaunchDefaults = 1
  58. kLSLaunchAndPrint = 2
  59. kLSLaunchReserved2 = 4
  60. kLSLaunchReserved3 = 8
  61. kLSLaunchReserved4 = 16
  62. kLSLaunchReserved5 = 32
  63. kLSLaunchReserved6 = 64
  64. kLSLaunchInhibitBGOnly = 128
  65. kLSLaunchDontAddToRecents = 256
  66. kLSLaunchDontSwitch = 512
  67. kLSLaunchNoParams = 2048
  68. kLSLaunchAsync = 65536
  69. kLSLaunchStartClassic = 131072
  70. kLSLaunchInClassic = 262144
  71. kLSLaunchNewInstance = 524288
  72. kLSLaunchAndHide = 1048576
  73. kLSLaunchAndHideOthers = 2097152
  74.