Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0e59fb

Browse files
committed
Added the alias manager too. The interface isn't perfect yet: the alias
manager doesn't always have the alias as the first argument, so things become functions in stead of methods.
1 parent e2ba873 commit d0e59fb

6 files changed

Lines changed: 872 additions & 0 deletions

File tree

Mac/Lib/Carbon/Alias.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from _Alias import *

Mac/Lib/Carbon/Aliases.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated from 'Aliases.h'
2+
3+
def FOUR_CHAR_CODE(x): return x
4+
true = True
5+
false = False
6+
rAliasType = FOUR_CHAR_CODE('alis')
7+
kARMMountVol = 0x00000001
8+
kARMNoUI = 0x00000002
9+
kARMMultVols = 0x00000008
10+
kARMSearch = 0x00000100
11+
kARMSearchMore = 0x00000200
12+
kARMSearchRelFirst = 0x00000400
13+
asiZoneName = -3
14+
asiServerName = -2
15+
asiVolumeName = -1
16+
asiAliasName = 0
17+
asiParentName = 1
18+
kResolveAliasFileNoUI = 0x00000001

0 commit comments

Comments
 (0)