Uses of Class
org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFRunLoopSource

Packages that use HIServicesLibrary.__CFRunLoopSource
org.rococoa.cocoa.corefoundation   
org.rococoa.cocoa.hiservices   
org.rococoa.cocoa.iokit   
 

Uses of HIServicesLibrary.__CFRunLoopSource in org.rococoa.cocoa.corefoundation
 

Methods in org.rococoa.cocoa.corefoundation that return HIServicesLibrary.__CFRunLoopSource
 HIServicesLibrary.__CFRunLoopSource CoreFoundationLibrary.CFFileDescriptorCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator, CoreFoundationLibrary.__CFFileDescriptor f, NativeLong order)
          Original signature : CFRunLoopSourceRef CFFileDescriptorCreateRunLoopSource(CFAllocatorRef, CFFileDescriptorRef, CFIndex)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileDescriptor.h:48
 HIServicesLibrary.__CFRunLoopSource CoreFoundationLibrary.CFMachPortCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator, CoreFoundationLibrary.__CFMachPort port, NativeLong order)
          Original signature : CFRunLoopSourceRef CFMachPortCreateRunLoopSource(CFAllocatorRef, CFMachPortRef, CFIndex)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFMachPort.h:38
 HIServicesLibrary.__CFRunLoopSource CoreFoundationLibrary.CFMessagePortCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator, CoreFoundationLibrary.__CFMessagePort local, NativeLong order)
          Original signature : CFRunLoopSourceRef CFMessagePortCreateRunLoopSource(CFAllocatorRef, CFMessagePortRef, CFIndex)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFMessagePort.h:57
 HIServicesLibrary.__CFRunLoopSource CoreFoundationLibrary.CFRunLoopSourceCreate(CoreFoundationLibrary.__CFAllocator allocator, NativeLong order, CFRunLoopSourceContext context)
          Original signature : CFRunLoopSourceRef CFRunLoopSourceCreate(CFAllocatorRef, CFIndex, CFRunLoopSourceContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:116
 HIServicesLibrary.__CFRunLoopSource CoreFoundationLibrary.CFSocketCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator, CoreFoundationLibrary.__CFSocket s, NativeLong order)
          Original signature : CFRunLoopSourceRef CFSocketCreateRunLoopSource(CFAllocatorRef, CFSocketRef, CFIndex)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFSocket.h:169
 HIServicesLibrary.__CFRunLoopSource CoreFoundationLibrary.CFUserNotificationCreateRunLoopSource(CoreFoundationLibrary.__CFAllocator allocator, CoreFoundationLibrary.__CFUserNotification userNotification, CoreFoundationLibrary.CFUserNotificationCallBack callout, NativeLong order)
          Original signature : CFRunLoopSourceRef CFUserNotificationCreateRunLoopSource(CFAllocatorRef, CFUserNotificationRef, CFUserNotificationCallBack, CFIndex)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h:86
 

Methods in org.rococoa.cocoa.corefoundation with parameters of type HIServicesLibrary.__CFRunLoopSource
 void CoreFoundationLibrary.CFRunLoopSourceGetContext(HIServicesLibrary.__CFRunLoopSource source, CFRunLoopSourceContext context)
          Original signature : void CFRunLoopSourceGetContext(CFRunLoopSourceRef, CFRunLoopSourceContext*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:121
 NativeLong CoreFoundationLibrary.CFRunLoopSourceGetOrder(HIServicesLibrary.__CFRunLoopSource source)
          Original signature : CFIndex CFRunLoopSourceGetOrder(CFRunLoopSourceRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:118
 void CoreFoundationLibrary.CFRunLoopSourceInvalidate(HIServicesLibrary.__CFRunLoopSource source)
          Original signature : void CFRunLoopSourceInvalidate(CFRunLoopSourceRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:119
 boolean CoreFoundationLibrary.CFRunLoopSourceIsValid(HIServicesLibrary.__CFRunLoopSource source)
          Original signature : Boolean CFRunLoopSourceIsValid(CFRunLoopSourceRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:120
 void CoreFoundationLibrary.CFRunLoopSourceSignal(HIServicesLibrary.__CFRunLoopSource source)
          Original signature : void CFRunLoopSourceSignal(CFRunLoopSourceRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFRunLoop.h:122
 

Uses of HIServicesLibrary.__CFRunLoopSource in org.rococoa.cocoa.hiservices
 

Methods in org.rococoa.cocoa.hiservices that return HIServicesLibrary.__CFRunLoopSource
 HIServicesLibrary.__CFRunLoopSource HIServicesLibrary.AXObserverGetRunLoopSource(HIServicesLibrary.__AXObserver observer)
          Original signature : CFRunLoopSourceRef AXObserverGetRunLoopSource(AXObserverRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/AXUIElement.h:77
 

Uses of HIServicesLibrary.__CFRunLoopSource in org.rococoa.cocoa.iokit
 

Methods in org.rococoa.cocoa.iokit that return HIServicesLibrary.__CFRunLoopSource
 HIServicesLibrary.__CFRunLoopSource IOKitLibrary.IONotificationPortGetRunLoopSource(IOKitLibrary.IONotificationPort notify)
          Original signature : CFRunLoopSourceRef IONotificationPortGetRunLoopSource(IONotificationPortRef)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:135
 



Copyright © 2009. All Rights Reserved.