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

Packages that use HIServicesLibrary.__CFDictionary
org.rococoa.cocoa.colorsync   
org.rococoa.cocoa.corefoundation   
org.rococoa.cocoa.coregraphics   
org.rococoa.cocoa.coretext   
org.rococoa.cocoa.corevideo   
org.rococoa.cocoa.diskarbitration   
org.rococoa.cocoa.hiservices   
org.rococoa.cocoa.iokit   
org.rococoa.cocoa.launchservices   
org.rococoa.cocoa.metadata   
org.rococoa.cocoa.osservices   
org.rococoa.cocoa.searchkit   
 

Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.colorsync
 

Methods in org.rococoa.cocoa.colorsync with parameters of type HIServicesLibrary.__CFDictionary
 ColorSyncLibrary.ColorSyncProfile ColorSyncLibrary.ColorSyncProfileCreateLink(HIServicesLibrary.__CFArray profileInfo, HIServicesLibrary.__CFDictionary options)
          Original signature : ColorSyncProfileRef ColorSyncProfileCreateLink(CFArrayRef, CFDictionaryRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncProfile.h:92
 boolean ColorSyncLibrary.ColorSyncTransformConvert(ColorSyncLibrary.ColorSyncTransform transform, NativeSize width, NativeSize height, Pointer dst, int dstDepth, int dstLayout, NativeSize dstBytesPerRow, Pointer src, int srcDepth, int srcLayout, NativeSize srcBytesPerRow, HIServicesLibrary.__CFDictionary options)
          Original signature : bool ColorSyncTransformConvert(ColorSyncTransformRef, size_t, size_t, void*, ColorSyncDataDepth, ColorSyncDataLayout, size_t, const void*, ColorSyncDataDepth, ColorSyncDataLayout, size_t, CFDictionaryRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncTransform.h:93
 ColorSyncLibrary.ColorSyncTransform ColorSyncLibrary.ColorSyncTransformCreate(HIServicesLibrary.__CFArray profileSequence, HIServicesLibrary.__CFDictionary options)
          Original signature : ColorSyncTransformRef ColorSyncTransformCreate(CFArrayRef, CFDictionaryRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/ColorSync.framework/Headers/ColorSyncTransform.h:20
 boolean ColorSyncLibrary.CMMApplyTransformProc.invoke(ColorSyncLibrary.ColorSyncTransform transform, NativeSize width, NativeSize height, NativeSize dstPlanes, PointerByReference dst, int dstDepth, int dstFormat, NativeSize dstBytesPerRow, NativeSize srcPlanes, PointerByReference src, int srcDepth, int srcFormat, NativeSize srcBytesPerRow, HIServicesLibrary.__CFDictionary options)
           
 boolean ColorSyncLibrary.CMMInitializeLinkProfileProc.invoke(HIServicesLibrary.__CFArray profileInfo, HIServicesLibrary.__CFDictionary options)
           
 boolean ColorSyncLibrary.CMMInitializeTransformProc.invoke(HIServicesLibrary.__CFArray profileInfo, HIServicesLibrary.__CFDictionary options)
           
 boolean ColorSyncLibrary.ColorSyncProfileIterateCallback.invoke(HIServicesLibrary.__CFDictionary profileInfo, Pointer userInfo)
           
 boolean ColorSyncLibrary.ColorSyncDeviceProfileIterateCallback.invoke(HIServicesLibrary.__CFDictionary colorSyncDeviceProfileInfo, Pointer userInfo)
           
 

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

Fields in org.rococoa.cocoa.corefoundation declared as HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary CFXMLElementInfo.attributes
           
 

Methods in org.rococoa.cocoa.corefoundation that return HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFAttributedStringGetAttributes(CoreFoundationLibrary.__CFAttributedString aStr, NativeLong loc, CFRange effectiveRange)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFAttributedStringGetAttributesAndLongestEffectiveRange(CoreFoundationLibrary.__CFAttributedString aStr, NativeLong loc, CFRange.ByValue inRange, CFRange longestEffectiveRange)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFBundleCopyInfoDictionaryForURL(ColorSyncLibrary.__CFURL url)
          information about an application that may be bundled or unbundled.
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFBundleCopyInfoDictionaryInDirectory(ColorSyncLibrary.__CFURL bundleURL)
          to actually create a CFBundle if you need to retrieve multiple pieces of info.
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFBundleGetInfoDictionary(ColorSyncLibrary.__CFBundle bundle)
          Original signature : CFDictionaryRef CFBundleGetInfoDictionary(CFBundleRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:88
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFBundleGetLocalInfoDictionary(ColorSyncLibrary.__CFBundle bundle)
          Original signature : CFDictionaryRef CFBundleGetLocalInfoDictionary(CFBundleRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBundle.h:93
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFDictionaryCreate(CoreFoundationLibrary.__CFAllocator allocator, PointerByReference keys, PointerByReference values, NativeLong numValues, CFDictionaryKeyCallBacks keyCallBacks, CFDictionaryValueCallBacks valueCallBacks)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFDictionaryCreateCopy(CoreFoundationLibrary.__CFAllocator allocator, HIServicesLibrary.__CFDictionary theDict)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFDictionaryCreateMutable(CoreFoundationLibrary.__CFAllocator allocator, NativeLong capacity, CFDictionaryKeyCallBacks keyCallBacks, CFDictionaryValueCallBacks valueCallBacks)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFDictionaryCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator, NativeLong capacity, HIServicesLibrary.__CFDictionary theDict)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFErrorCopyUserInfo(ColorSyncLibrary.__CFError err)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFTimeZoneCopyAbbreviationDictionary()
          Original signature : CFDictionaryRef CFTimeZoneCopyAbbreviationDictionary()
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h:35
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFUserNotificationGetResponseDictionary(CoreFoundationLibrary.__CFUserNotification userNotification)
          Original signature : CFDictionaryRef CFUserNotificationGetResponseDictionary(CFUserNotificationRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h:77
 

Methods in org.rococoa.cocoa.corefoundation with parameters of type HIServicesLibrary.__CFDictionary
 void CoreFoundationLibrary.CFAttributedStringSetAttributes(CoreFoundationLibrary.__CFAttributedString aStr, CFRange.ByValue range, HIServicesLibrary.__CFDictionary replacement, boolean clearOtherAttributes)
           
 void CoreFoundationLibrary.CFDictionaryAddValue(HIServicesLibrary.__CFDictionary theDict, Pointer key, Pointer value)
           
 void CoreFoundationLibrary.CFDictionaryApplyFunction(HIServicesLibrary.__CFDictionary theDict, CoreFoundationLibrary.CFDictionaryApplierFunction applier, Pointer context)
           
 boolean CoreFoundationLibrary.CFDictionaryContainsKey(HIServicesLibrary.__CFDictionary theDict, Pointer key)
           
 boolean CoreFoundationLibrary.CFDictionaryContainsValue(HIServicesLibrary.__CFDictionary theDict, Pointer value)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFDictionaryCreateCopy(CoreFoundationLibrary.__CFAllocator allocator, HIServicesLibrary.__CFDictionary theDict)
           
 HIServicesLibrary.__CFDictionary CoreFoundationLibrary.CFDictionaryCreateMutableCopy(CoreFoundationLibrary.__CFAllocator allocator, NativeLong capacity, HIServicesLibrary.__CFDictionary theDict)
           
 NativeLong CoreFoundationLibrary.CFDictionaryGetCount(HIServicesLibrary.__CFDictionary theDict)
           
 NativeLong CoreFoundationLibrary.CFDictionaryGetCountOfKey(HIServicesLibrary.__CFDictionary theDict, Pointer key)
           
 NativeLong CoreFoundationLibrary.CFDictionaryGetCountOfValue(HIServicesLibrary.__CFDictionary theDict, Pointer value)
           
 void CoreFoundationLibrary.CFDictionaryGetKeysAndValues(HIServicesLibrary.__CFDictionary theDict, PointerByReference keys, PointerByReference values)
           
 Pointer CoreFoundationLibrary.CFDictionaryGetValue(HIServicesLibrary.__CFDictionary theDict, Pointer key)
           
 boolean CoreFoundationLibrary.CFDictionaryGetValueIfPresent(HIServicesLibrary.__CFDictionary theDict, Pointer key, PointerByReference value)
           
 void CoreFoundationLibrary.CFDictionaryRemoveAllValues(HIServicesLibrary.__CFDictionary theDict)
           
 void CoreFoundationLibrary.CFDictionaryRemoveValue(HIServicesLibrary.__CFDictionary theDict, Pointer key)
           
 void CoreFoundationLibrary.CFDictionaryReplaceValue(HIServicesLibrary.__CFDictionary theDict, Pointer key, Pointer value)
           
 void CoreFoundationLibrary.CFDictionarySetValue(HIServicesLibrary.__CFDictionary theDict, Pointer key, Pointer value)
           
 void CoreFoundationLibrary.CFTimeZoneSetAbbreviationDictionary(HIServicesLibrary.__CFDictionary dict)
          Original signature : void CFTimeZoneSetAbbreviationDictionary(CFDictionaryRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFTimeZone.h:38
 boolean CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc, ColorSyncLibrary.__CFURL url, CoreFoundationLibrary.CFDataRef resourceData, HIServicesLibrary.__CFDictionary[] properties, HIServicesLibrary.__CFArray desiredProperties, IntBuffer errorCode)
          Attempts to read the data and properties for the given URL.
 boolean CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator alloc, ColorSyncLibrary.__CFURL url, CoreFoundationLibrary.CFDataRef resourceData, HIServicesLibrary.__CFDictionary[] properties, HIServicesLibrary.__CFArray desiredProperties, IntByReference errorCode)
          Attempts to read the data and properties for the given URL.
 CoreFoundationLibrary.__CFUserNotification CoreFoundationLibrary.CFUserNotificationCreate(CoreFoundationLibrary.__CFAllocator allocator, double timeout, NativeLong flags, IntBuffer error, HIServicesLibrary.__CFDictionary dictionary)
          Original signature : CFUserNotificationRef CFUserNotificationCreate(CFAllocatorRef, CFTimeInterval, CFOptionFlags, SInt32*, CFDictionaryRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h:68
 CoreFoundationLibrary.__CFUserNotification CoreFoundationLibrary.CFUserNotificationCreate(CoreFoundationLibrary.__CFAllocator allocator, double timeout, NativeLong flags, IntByReference error, HIServicesLibrary.__CFDictionary dictionary)
          Deprecated. use the safer methods CoreFoundationLibrary.CFUserNotificationCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, double, com.sun.jna.NativeLong, java.nio.IntBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary) and CoreFoundationLibrary.CFUserNotificationCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, double, com.sun.jna.NativeLong, com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary) instead
 int CoreFoundationLibrary.CFUserNotificationUpdate(CoreFoundationLibrary.__CFUserNotification userNotification, double timeout, NativeLong flags, HIServicesLibrary.__CFDictionary dictionary)
          Original signature : SInt32 CFUserNotificationUpdate(CFUserNotificationRef, CFTimeInterval, CFOptionFlags, CFDictionaryRef)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h:80
 

Constructors in org.rococoa.cocoa.corefoundation with parameters of type HIServicesLibrary.__CFDictionary
CFXMLElementInfo(HIServicesLibrary.__CFDictionary attributes, HIServicesLibrary.__CFArray attributeOrder, boolean isEmpty, byte[] _reserved)
           
 

Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.coregraphics
 

Methods in org.rococoa.cocoa.coregraphics with parameters of type HIServicesLibrary.__CFDictionary
 void CoreGraphicsLibrary.CGPSConverterBeginPageCallback.invoke(Pointer info, NativeSize pageNumber, HIServicesLibrary.__CFDictionary pageInfo)
           
 void CoreGraphicsLibrary.CGPSConverterEndPageCallback.invoke(Pointer info, NativeSize pageNumber, HIServicesLibrary.__CFDictionary pageInfo)
           
 

Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.coretext
 

Methods in org.rococoa.cocoa.coretext that return HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary CoreTextLibrary.CTFontCopyTraits(CoreTextLibrary.__CTFont font)
           
 HIServicesLibrary.__CFDictionary CoreTextLibrary.CTFontCopyVariation(CoreTextLibrary.__CTFont font)
           
 HIServicesLibrary.__CFDictionary CoreTextLibrary.CTFontDescriptorCopyAttributes(CoreTextLibrary.__CTFontDescriptor descriptor)
           
 HIServicesLibrary.__CFDictionary CoreTextLibrary.CTFrameGetFrameAttributes(CoreTextLibrary.__CTFrame frame)
          Original signature : CFDictionaryRef CTFrameGetFrameAttributes(CTFrameRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFrame.h:163
 HIServicesLibrary.__CFDictionary CoreTextLibrary.CTRunGetAttributes(CoreTextLibrary.__CTRun run)
          Original signature : CFDictionaryRef CTRunGetAttributes(CTRunRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTRun.h:111
 HIServicesLibrary.__CFDictionary CoreTextLibrary.CTTextTabGetOptions(CoreTextLibrary.__CTTextTab tab)
          Original signature : CFDictionaryRef CTTextTabGetOptions(CTTextTabRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTTextTab.h:148
 

Methods in org.rococoa.cocoa.coretext with parameters of type HIServicesLibrary.__CFDictionary
 CoreTextLibrary.__CTFontCollection CoreTextLibrary.CTFontCollectionCreateCopyWithFontDescriptors(CoreTextLibrary.__CTFontCollection original, HIServicesLibrary.__CFArray descriptors, HIServicesLibrary.__CFDictionary options)
           
 CoreTextLibrary.__CTFontCollection CoreTextLibrary.CTFontCollectionCreateFromAvailableFonts(HIServicesLibrary.__CFDictionary options)
           
 CoreTextLibrary.__CTFontCollection CoreTextLibrary.CTFontCollectionCreateWithFontDescriptors(HIServicesLibrary.__CFArray descriptors, HIServicesLibrary.__CFDictionary options)
           
 CoreTextLibrary.__CTFontDescriptor CoreTextLibrary.CTFontDescriptorCreateCopyWithAttributes(CoreTextLibrary.__CTFontDescriptor original, HIServicesLibrary.__CFDictionary attributes)
           
 CoreTextLibrary.__CTFontDescriptor CoreTextLibrary.CTFontDescriptorCreateWithAttributes(HIServicesLibrary.__CFDictionary attributes)
           
 CoreTextLibrary.__CTFrame CoreTextLibrary.CTFramesetterCreateFrame(CoreTextLibrary.__CTFramesetter framesetter, CFRange.ByValue stringRange, CoreTextLibrary.CGPath path, HIServicesLibrary.__CFDictionary frameAttributes)
          Original signature : CTFrameRef CTFramesetterCreateFrame(CTFramesetterRef, CFRange, CGPathRef, CFDictionaryRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFramesetter.h:101
 CGSize.ByValue CoreTextLibrary.CTFramesetterSuggestFrameSizeWithConstraints(CoreTextLibrary.__CTFramesetter framesetter, CFRange.ByValue stringRange, HIServicesLibrary.__CFDictionary frameAttributes, CGSize.ByValue constraints, CFRange fitRange)
          Original signature : CGSize CTFramesetterSuggestFrameSizeWithConstraints(CTFramesetterRef, CFRange, CFDictionaryRef, CGSize, CFRange*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTFramesetter.h:168
 CoreTextLibrary.__CTTextTab CoreTextLibrary.CTTextTabCreate(byte alignment, double location, HIServicesLibrary.__CFDictionary options)
          Original signature : CTTextTabRef CTTextTabCreate(CTTextAlignment, double, CFDictionaryRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTTextTab.h:99
 CoreTextLibrary.__CTTypesetter CoreTextLibrary.CTTypesetterCreateWithAttributedStringAndOptions(CoreFoundationLibrary.__CFAttributedString string, HIServicesLibrary.__CFDictionary options)
          Original signature : CTTypesetterRef CTTypesetterCreateWithAttributedStringAndOptions(CFAttributedStringRef, CFDictionaryRef)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreText.framework/Headers/CTTypesetter.h:113
 

Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.corevideo
 

Methods in org.rococoa.cocoa.corevideo that return HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary CoreVideoLibrary.CVBufferGetAttachments(CoreVideoLibrary.__CVBuffer buffer, int attachmentMode)
           
 

Methods in org.rococoa.cocoa.corevideo with parameters of type HIServicesLibrary.__CFDictionary
 void CoreVideoLibrary.CVBufferSetAttachments(CoreVideoLibrary.__CVBuffer buffer, HIServicesLibrary.__CFDictionary theAttachments, int attachmentMode)
           
 

Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.diskarbitration
 

Methods in org.rococoa.cocoa.diskarbitration that return HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary DiskArbitrationLibrary.DADiskCopyDescription(DiskArbitrationLibrary.__DADisk disk)
          Original signature : CFDictionaryRef DADiskCopyDescription(DADiskRef)
native declaration : /System/Library/Frameworks/DiskArbitration.framework/Headers/DADisk.h:159
 

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

Methods in org.rococoa.cocoa.hiservices that return HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary HIServicesLibrary.ProcessInformationCopyDictionary(ProcessSerialNumber PSN, int infoToReturn)
          ProcessInformationCopyDictionary()

Discussion:
Return a CFDictionary containing information about the given
process.
 

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

Methods in org.rococoa.cocoa.iokit that return HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary IOKitLibrary.IOBSDNameMatching(int masterPort, int options, Pointer bsdName)
          Deprecated. use the safer methods IOKitLibrary.IOBSDNameMatching(int, int, java.lang.String) and IOKitLibrary.IOBSDNameMatching(int, int, com.sun.jna.Pointer) instead
 HIServicesLibrary.__CFDictionary IOKitLibrary.IOBSDNameMatching(int masterPort, int options, String bsdName)
          Original signature : CFMutableDictionaryRef IOBSDNameMatching(mach_port_t, uint32_t, const char*)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1202
 HIServicesLibrary.__CFDictionary IOKitLibrary.IOOpenFirmwarePathMatching(int masterPort, int options, Pointer path)
          Deprecated. use the safer methods IOKitLibrary.IOOpenFirmwarePathMatching(int, int, java.lang.String) and IOKitLibrary.IOOpenFirmwarePathMatching(int, int, com.sun.jna.Pointer) instead
 HIServicesLibrary.__CFDictionary IOKitLibrary.IOOpenFirmwarePathMatching(int masterPort, int options, String path)
          Original signature : CFMutableDictionaryRef IOOpenFirmwarePathMatching(mach_port_t, uint32_t, const char*)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1216
 HIServicesLibrary.__CFDictionary IOKitLibrary.IORegistryEntryIDMatching(long entryID)
          Original signature : CFMutableDictionaryRef IORegistryEntryIDMatching(uint64_t)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1228
 HIServicesLibrary.__CFDictionary IOKitLibrary.IOServiceMatching(Pointer name)
          Deprecated. use the safer methods IOKitLibrary.IOServiceMatching(java.lang.String) and IOKitLibrary.IOServiceMatching(com.sun.jna.Pointer) instead
 HIServicesLibrary.__CFDictionary IOKitLibrary.IOServiceMatching(String name)
          Original signature : CFMutableDictionaryRef IOServiceMatching(const char*)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1180
 HIServicesLibrary.__CFDictionary IOKitLibrary.IOServiceNameMatching(Pointer name)
          Deprecated. use the safer methods IOKitLibrary.IOServiceNameMatching(java.lang.String) and IOKitLibrary.IOServiceNameMatching(com.sun.jna.Pointer) instead
 HIServicesLibrary.__CFDictionary IOKitLibrary.IOServiceNameMatching(String name)
          Original signature : CFMutableDictionaryRef IOServiceNameMatching(const char*)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1190
 

Methods in org.rococoa.cocoa.iokit with parameters of type HIServicesLibrary.__CFDictionary
 int IOKitLibrary.IORegistryEntryCreateCFProperties(int entry, HIServicesLibrary.__CFDictionary[] properties, CoreFoundationLibrary.__CFAllocator allocator, int options)
          Original signature : kern_return_t IORegistryEntryCreateCFProperties(io_registry_entry_t, CFMutableDictionaryRef*, CFAllocatorRef, IOOptionBits)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:1022
 int IOKitLibrary.IOServiceAddMatchingNotification(IOKitLibrary.IONotificationPort notifyPort, ByteBuffer notificationType, HIServicesLibrary.__CFDictionary matching, IOKitLibrary.IOServiceMatchingCallback callback, Pointer refCon, IntBuffer notification)
          Original signature : kern_return_t IOServiceAddMatchingNotification(IONotificationPortRef, const io_name_t, CFDictionaryRef, IOServiceMatchingCallback, void*, io_iterator_t*)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:396
 int IOKitLibrary.IOServiceAddMatchingNotification(IOKitLibrary.IONotificationPort notifyPort, Pointer notificationType, HIServicesLibrary.__CFDictionary matching, IOKitLibrary.IOServiceMatchingCallback callback, Pointer refCon, IntByReference notification)
          Deprecated. use the safer methods IOKitLibrary.IOServiceAddMatchingNotification(org.rococoa.cocoa.iokit.IOKitLibrary.IONotificationPort, java.nio.ByteBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceMatchingCallback, com.sun.jna.Pointer, java.nio.IntBuffer) and IOKitLibrary.IOServiceAddMatchingNotification(org.rococoa.cocoa.iokit.IOKitLibrary.IONotificationPort, com.sun.jna.Pointer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceMatchingCallback, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) instead
 int IOKitLibrary.IOServiceAddNotification(int masterPort, ByteBuffer notificationType, HIServicesLibrary.__CFDictionary matching, int wakePort, int reference, IntBuffer notification)
          Original signature : kern_return_t IOServiceAddNotification(mach_port_t, const io_name_t, CFDictionaryRef, mach_port_t, uintptr_t, io_iterator_t*)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:371
 int IOKitLibrary.IOServiceAddNotification(int masterPort, Pointer notificationType, HIServicesLibrary.__CFDictionary matching, int wakePort, int reference, IntByReference notification)
          Deprecated. use the safer methods IOKitLibrary.IOServiceAddNotification(int, java.nio.ByteBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, int, int, java.nio.IntBuffer) and IOKitLibrary.IOServiceAddNotification(int, com.sun.jna.Pointer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, int, int, com.sun.jna.ptr.IntByReference) instead
 int IOKitLibrary.IOServiceGetMatchingService(int masterPort, HIServicesLibrary.__CFDictionary matching)
          Original signature : io_service_t IOServiceGetMatchingService(mach_port_t, CFDictionaryRef)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:351
 int IOKitLibrary.IOServiceGetMatchingServices(int masterPort, HIServicesLibrary.__CFDictionary matching, IntBuffer existing)
          Original signature : kern_return_t IOServiceGetMatchingServices(mach_port_t, CFDictionaryRef, io_iterator_t*)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:364
 int IOKitLibrary.IOServiceGetMatchingServices(int masterPort, HIServicesLibrary.__CFDictionary matching, IntByReference existing)
          Deprecated. use the safer methods IOKitLibrary.IOServiceGetMatchingServices(int, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, java.nio.IntBuffer) and IOKitLibrary.IOServiceGetMatchingServices(int, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary, com.sun.jna.ptr.IntByReference) instead
 int IOKitLibrary.IOServiceMatchPropertyTable(int service, HIServicesLibrary.__CFDictionary matching, boolean matches)
          Original signature : kern_return_t IOServiceMatchPropertyTable(io_service_t, CFDictionaryRef, boolean_t*)
native declaration : /System/Library/Frameworks/IOKit.framework/Headers/IOKitLib.h:434
 

Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.launchservices
 

Fields in org.rococoa.cocoa.launchservices declared as HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary LSApplicationParameters.environment
          Environment variables to set in the launched process
C type : CFDictionaryRef
 

Constructors in org.rococoa.cocoa.launchservices with parameters of type HIServicesLibrary.__CFDictionary
LSApplicationParameters(NativeLong version, int flags, FSRef.ByReference application, Pointer asyncLaunchRefCon, HIServicesLibrary.__CFDictionary environment, HIServicesLibrary.__CFArray argv, AEDesc.ByReference initialEvent)
           
 

Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.metadata
 

Methods in org.rococoa.cocoa.metadata that return HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary MetadataLibrary.MDItemCopyAttributeList(MetadataLibrary.__MDItem item, Object... varargs)
           
 HIServicesLibrary.__CFDictionary MetadataLibrary.MDItemCopyAttributes(MetadataLibrary.__MDItem item, HIServicesLibrary.__CFArray names)
           
 

Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.osservices
 

Methods in org.rococoa.cocoa.osservices that return HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary OSServicesLibrary.WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, HIServicesLibrary.__CFArray[] parameterOrder)
          WSMethodInvocationCopyParameters()

Discussion:
Copies the parameters from the invocation.
 HIServicesLibrary.__CFDictionary OSServicesLibrary.WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, PointerByReference parameterOrder)
          Deprecated. use the safer method OSServicesLibrary.WSMethodInvocationCopyParameters(org.rococoa.cocoa.osservices.OSServicesLibrary.OpaqueWSMethodInvocationRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead
 HIServicesLibrary.__CFDictionary OSServicesLibrary.WSMethodInvocationInvoke(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation)
          WSMethodInvocationInvoke()

Discussion:
Execute the invocation.
 

Methods in org.rococoa.cocoa.osservices with parameters of type HIServicesLibrary.__CFDictionary
 void OSServicesLibrary.WSMethodInvocationCallBackProcPtr.invoke(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, Pointer info, HIServicesLibrary.__CFDictionary outRef)
           
 void OSServicesLibrary.WSMethodInvocationSetParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, HIServicesLibrary.__CFDictionary parameters, HIServicesLibrary.__CFArray parameterOrder)
          WSMethodInvocationSetParameters()

Discussion:
Set the parameters for a method invocation.
 boolean OSServicesLibrary.WSMethodResultIsFault(HIServicesLibrary.__CFDictionary methodResult)
          WSMethodResultIsFault()

Discussion:
returns TRUE if the method invocation result contains a fault.
 

Uses of HIServicesLibrary.__CFDictionary in org.rococoa.cocoa.searchkit
 

Methods in org.rococoa.cocoa.searchkit that return HIServicesLibrary.__CFDictionary
 HIServicesLibrary.__CFDictionary SearchKitLibrary.SKIndexGetAnalysisProperties(SearchKitLibrary.__SKIndex inIndex)
          SKIndexGetAnalysisProperties()

Summary:
Gets the text analysis properties of an index.
 



Copyright © 2009. All Rights Reserved.