Uses of Class
org.rococoa.cocoa.corefoundation.CFMachPortContext

Packages that use CFMachPortContext
org.rococoa.cocoa.corefoundation   
 

Uses of CFMachPortContext in org.rococoa.cocoa.corefoundation
 

Subclasses of CFMachPortContext in org.rococoa.cocoa.corefoundation
static class CFMachPortContext.ByReference
           
static class CFMachPortContext.ByValue
           
 

Methods in org.rococoa.cocoa.corefoundation that return CFMachPortContext
static CFMachPortContext[] CFMachPortContext.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.corefoundation with parameters of type CFMachPortContext
 CoreFoundationLibrary.__CFMachPort CoreFoundationLibrary.CFMachPortCreate(CoreFoundationLibrary.__CFAllocator allocator, CoreFoundationLibrary.CFMachPortCallBack callout, CFMachPortContext context, boolean shouldFreeInfo)
          Original signature : CFMachPortRef CFMachPortCreate(CFAllocatorRef, CFMachPortCallBack, CFMachPortContext*, Boolean*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFMachPort.h:28
 CoreFoundationLibrary.__CFMachPort CoreFoundationLibrary.CFMachPortCreateWithPort(CoreFoundationLibrary.__CFAllocator allocator, int portNum, CoreFoundationLibrary.CFMachPortCallBack callout, CFMachPortContext context, boolean shouldFreeInfo)
          Original signature : CFMachPortRef CFMachPortCreateWithPort(CFAllocatorRef, mach_port_t, CFMachPortCallBack, CFMachPortContext*, Boolean*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFMachPort.h:29
 void CoreFoundationLibrary.CFMachPortGetContext(CoreFoundationLibrary.__CFMachPort port, CFMachPortContext context)
          Original signature : void CFMachPortGetContext(CFMachPortRef, CFMachPortContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFMachPort.h:32
 



Copyright © 2009. All Rights Reserved.