diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-09-01 15:38:24 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-09-01 15:38:24 (GMT) |
commit | 68a0ee0a87694ab797b9795d0c3aa1ad5b566b4a (patch) | |
tree | 14b5786b64649c21647305b99db6e4eec4f3382a /Mac | |
parent | 898ac1bb46c3195c721c7841d6c4dd48d56e302d (diff) | |
download | cpython-68a0ee0a87694ab797b9795d0c3aa1ad5b566b4a.zip cpython-68a0ee0a87694ab797b9795d0c3aa1ad5b566b4a.tar.gz cpython-68a0ee0a87694ab797b9795d0c3aa1ad5b566b4a.tar.bz2 |
Can't remember...
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/qt/qtscan.py | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/Mac/Modules/qt/qtscan.py b/Mac/Modules/qt/qtscan.py index 614d580..3cef0f9 100644 --- a/Mac/Modules/qt/qtscan.py +++ b/Mac/Modules/qt/qtscan.py @@ -40,12 +40,7 @@ class MyScanner(Scanner): "DisposeUserData", # ditto "DisposeTimeBase", # ditto "DisposeMovieController", # ditto -# "GetMovieCreationTime", # type "unsigned long" in C, inparseable -# "GetMovieModificationTime", # Ditto -# "GetTrackCreationTime", # ditto -# "GetTrackModificationTime", # Ditto -# "GetMediaCreationTime", # ditto -# "GetMediaModificationTime", # Ditto + # The following 4 use 'void *' in an uncontrolled way # TBD when I've read the manual... "GetUserDataItem", @@ -101,13 +96,7 @@ class MyScanner(Scanner): "MatrixRecord", "MatrixRecord_ptr", "SampleReferencePtr", -# "SampleDescription", -# "SoundDescription", -# "TextDescription", -# "MusicDescription", - # I dont know yet how to do these. -# "CGrafPtr", -# "GDHandle", + # Routine pointers, not yet. "MoviesErrorUPP", "MoviePreviewCallOutUPP", |