The FSAliasFile routines also have an in/out parameter.

This commit is contained in:
Jack Jansen 2003-02-02 23:00:21 +00:00
parent 1d63c9f151
commit 52377e05be
2 changed files with 9 additions and 4 deletions

View file

@ -172,6 +172,9 @@ class MyScanner(Scanner_OSX):
([('FSSpec', 'theSpec', 'OutMode')],
[('FSSpec_ptr', 'theSpec', 'InOutMode')]),
([('FSRef', 'theRef', 'OutMode')],
[('FSRef_ptr', 'theRef', 'InOutMode')]),
# The optional FSSpec to all ResolveAlias and NewAlias methods
([('FSSpec_ptr', 'fromFile', 'InMode')],
[('OptFSSpecPtr', 'fromFile', 'InMode')]),