From: PHO Date: Thu, 14 Oct 2010 13:05:11 +0000 (+0900) Subject: Files.h (partway) X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-CarbonCore.git;a=commitdiff_plain;h=ddfb869b0a6ada0c768976d66e08bea157eb40a6 Files.h (partway) --- diff --git a/Bindings/CoreServices/CarbonCore/Files.hsc b/Bindings/CoreServices/CarbonCore/Files.hsc index 4d0de36..03b03b0 100644 --- a/Bindings/CoreServices/CarbonCore/Files.hsc +++ b/Bindings/CoreServices/CarbonCore/Files.hsc @@ -1240,7 +1240,7 @@ import Bindings.CoreServices.CarbonCore.MacTypes # field driveNumber , # field driverRefNum , #stoptype -#synonym_t FSVolumeInfo, Ptr +#synonym_t FSVolumeInfoPtr, Ptr #starttype struct FSVolumeInfoParam # field qLink , @@ -1393,4 +1393,54 @@ import Bindings.CoreServices.CarbonCore.MacTypes #ccall FSOpenIterator , Ptr -> -> Ptr -> IO #ccall PBOpenIteratorSync , Ptr -> IO #ccall PBOpenIteratorAsync , Ptr -> IO () -#ccall FSCloseIterator , \ No newline at end of file +#ccall FSCloseIterator , -> IO +#ccall PBCloseIteratorSync , Ptr -> IO +#ccall PBCloseIteratorAsync , Ptr -> IO () +#ccall FSGetCatalogInfoBulk , -> -> Ptr -> Ptr -> -> Ptr -> Ptr -> -> Ptr -> IO +#ccall PBGetCatalogInfoBulkSync , Ptr -> IO +#ccall PBGetCatalogInfoBulkAsync, Ptr -> IO () +#ccall FSCatalogSearch , -> Ptr -> -> Ptr -> Ptr -> -> Ptr -> Ptr -> -> Ptr -> IO +#ccall PBCatalogSearchSync , Ptr -> IO +#ccall PBCatalogSearchAsync , Ptr -> IO () +#ccall FSCreateFileAndOpenForkUnicode , Ptr -> -> Ptr -> -> Ptr -> -> Ptr -> -> Ptr -> Ptr -> IO +#ccall PBCreateFileAndOpenForkUnicodeSync , -> IO +#ccall PBCreateFileAndOpenForkUnicodeAsync, -> IO () +#ccall FSCreateFork , Ptr -> -> Ptr -> IO +#ccall PBCreateForkSync , Ptr -> IO +#ccall PBCreateForkAsync , Ptr -> IO () +#ccall FSDeleteFork , Ptr -> -> Ptr -> IO +#ccall PBDeleteForkSync , Ptr -> IO +#ccall PBDeleteForkAsync , Ptr -> IO () +#ccall FSIterateForks , Ptr -> Ptr -> Ptr -> Ptr -> Ptr -> IO +#ccall PBIterateForksSync , Ptr -> IO +#ccall PBIterateForksAsync , Ptr -> IO () +#ccall FSOpenFork , Ptr -> -> Ptr -> -> Ptr -> IO +#ccall PBOpenForkSync , Ptr -> IO +#ccall PBOpenForkAsync , Ptr -> IO () +#ccall FSReadFork , -> -> -> -> Ptr () -> Ptr -> IO +#ccall PBReadForkSync , Ptr -> IO +#ccall PBReadForkAsync , Ptr -> IO () +#ccall FSWriteFork , -> -> -> -> Ptr () -> Ptr -> IO +#ccall PBWriteForkSync , Ptr -> IO +#ccall PBWriteForkAsync , Ptr -> IO () +#ccall FSGetForkPosition , -> Ptr -> IO +#ccall PBGetForkPositionSync, Ptr -> IO +#ccall PBGetForkPositionAsync, Ptr -> IO () +#ccall FSSetForkPosition , -> -> -> IO +#ccall PBSetForkPositionSync, Ptr -> IO +#ccall PBSetForkPositionAsync, Ptr -> IO () +#ccall FSGetForkSize , -> Ptr -> IO +#ccall PBGetForkSizeSync , Ptr -> IO +#ccall PBGetForkSizeAsync , Ptr -> IO () +#ccall FSSetForkSize , -> -> -> IO +#ccall PBSetForkSizeSync , Ptr -> IO +#ccall PBSetForkSizeAsync , Ptr -> IO () +#ccall FSAllocateFork , -> -> -> -> -> Ptr -> IO +#ccall PBAllocateForkSync , Ptr -> IO +#ccall PBAllocateForkAsync , Ptr -> IO () +#ccall FSFlushFork , -> IO +#ccall PBFlushForkSync , Ptr -> IO +#ccall PBFlushForkAsync , Ptr -> IO () +#ccall FSCloseFork , -> IO +#ccall PBCloseForkSync , Ptr -> IO +#ccall PBCloseForkAsync , Ptr -> IO ()