• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-InstallerPlugins-2.5.1/Lib/InstallerPlugins/
1# This file is generated by objective.metadata
2#
3# Last update: Fri Sep 21 15:13:54 2012
4
5import objc, sys
6
7if sys.maxsize > 2 ** 32:
8    def sel32or64(a, b): return b
9else:
10    def sel32or64(a, b): return a
11if sys.byteorder == 'little':
12    def littleOrBig(a, b): return a
13else:
14    def littleOrBig(a, b): return b
15
16misc = {
17}
18misc.update({'InstallerSection_Private': objc.createStructType('InstallerSection_Private', b'{InstallerSection_Private=}', []), 'InstallerState_Private': objc.createStructType('InstallerState_Private', b'{InstallerState_Private=}', []), 'InstallerPane_Private': objc.createStructType('InstallerPane_Private', b'{InstallerPane_Private=}', [])})
19constants = '''$InstallerState_Choice_CustomLocation$InstallerState_Choice_Identifier$InstallerState_Choice_Installed$'''
20enums = '''$InstallerDirectionBackward@1$InstallerDirectionForward@0$InstallerDirectionUndefined@2$'''
21misc.update({})
22r = objc.registerMetaDataForSelector
23objc._updatingMetadata(True)
24try:
25    r(b'InstallerPane', b'gotoNextPane', {'retval': {'type': 'Z'}})
26    r(b'InstallerPane', b'gotoPreviousPane', {'retval': {'type': 'Z'}})
27    r(b'InstallerPane', b'nextEnabled', {'retval': {'type': 'Z'}})
28    r(b'InstallerPane', b'previousEnabled', {'retval': {'type': 'Z'}})
29    r(b'InstallerPane', b'setNextEnabled:', {'arguments': {2: {'type': 'Z'}}})
30    r(b'InstallerPane', b'setPreviousEnabled:', {'arguments': {2: {'type': 'Z'}}})
31    r(b'InstallerPane', b'shouldExitPane:', {'retval': {'type': 'Z'}})
32    r(b'InstallerSection', b'gotoPane:', {'retval': {'type': 'Z'}})
33    r(b'InstallerSection', b'shouldLoad', {'retval': {'type': 'Z'}})
34    r(b'InstallerState', b'installStarted', {'retval': {'type': 'Z'}})
35    r(b'InstallerState', b'installSucceeded', {'retval': {'type': 'Z'}})
36    r(b'InstallerState', b'licenseAgreed', {'retval': {'type': 'Z'}})
37finally:
38    objc._updatingMetadata(False)
39expressions = {}
40
41# END OF FILE
42