Uses of Class
org.rococoa.cocoa.diskarbitration.DiskArbitrationLibrary.__DASession

Packages that use DiskArbitrationLibrary.__DASession
org.rococoa.cocoa.diskarbitration   
 

Uses of DiskArbitrationLibrary.__DASession in org.rococoa.cocoa.diskarbitration
 

Methods in org.rococoa.cocoa.diskarbitration that return DiskArbitrationLibrary.__DASession
 DiskArbitrationLibrary.__DASession DiskArbitrationLibrary.DAApprovalSessionCreate(CoreFoundationLibrary.__CFAllocator allocator)
          Original signature : DAApprovalSessionRef DAApprovalSessionCreate(CFAllocatorRef)
native declaration : /System/Library/Frameworks/DiskArbitration.framework/Headers/DASession.h:102
 DiskArbitrationLibrary.__DASession DiskArbitrationLibrary.DASessionCreate(CoreFoundationLibrary.__CFAllocator allocator)
          Original signature : DASessionRef DASessionCreate(CFAllocatorRef)
native declaration : /System/Library/Frameworks/DiskArbitration.framework/Headers/DASession.h:57
 

Methods in org.rococoa.cocoa.diskarbitration with parameters of type DiskArbitrationLibrary.__DASession
 DiskArbitrationLibrary.__DADisk DiskArbitrationLibrary.DADiskCreateFromBSDName(CoreFoundationLibrary.__CFAllocator allocator, DiskArbitrationLibrary.__DASession session, Pointer name)
          Deprecated. use the safer methods DiskArbitrationLibrary.DADiskCreateFromBSDName(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.diskarbitration.DiskArbitrationLibrary.__DASession, java.lang.String) and DiskArbitrationLibrary.DADiskCreateFromBSDName(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.diskarbitration.DiskArbitrationLibrary.__DASession, com.sun.jna.Pointer) instead
 DiskArbitrationLibrary.__DADisk DiskArbitrationLibrary.DADiskCreateFromBSDName(CoreFoundationLibrary.__CFAllocator allocator, DiskArbitrationLibrary.__DASession session, String name)
          Original signature : DADiskRef DADiskCreateFromBSDName(CFAllocatorRef, DASessionRef, const char*)
native declaration : /System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:102
 DiskArbitrationLibrary.__DADisk DiskArbitrationLibrary.DADiskCreateFromIOMedia(CoreFoundationLibrary.__CFAllocator allocator, DiskArbitrationLibrary.__DASession session, int media)
          Original signature : DADiskRef DADiskCreateFromIOMedia(CFAllocatorRef, DASessionRef, io_service_t)
native declaration : /System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:117
 



Copyright © 2009. All Rights Reserved.