Package org.jetbrains.nativecerts.mac
Interface CoreFoundationExt
-
- All Superinterfaces:
com.sun.jna.Library
public interface CoreFoundationExt extends com.sun.jna.Library
-
-
Field Summary
Fields Modifier and Type Field Description static CoreFoundationExtINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sun.jna.platform.mac.CoreFoundation.CFIndexCFDictionaryGetCount(com.sun.jna.platform.mac.CoreFoundation.CFDictionaryRef theDict)Returns the number of key-value pairs in a dictionary.booleanCFEqual(com.sun.jna.platform.mac.CoreFoundation.CFTypeRef cf1, com.sun.jna.platform.mac.CoreFoundation.CFTypeRef cf2)
-
-
-
Field Detail
-
INSTANCE
static final CoreFoundationExt INSTANCE
-
-
Method Detail
-
CFDictionaryGetCount
com.sun.jna.platform.mac.CoreFoundation.CFIndex CFDictionaryGetCount(com.sun.jna.platform.mac.CoreFoundation.CFDictionaryRef theDict)
Returns the number of key-value pairs in a dictionary.- Parameters:
theDict- The dictionary to examine.- Returns:
- The number of key-value pairs in theDict.
- See Also:
- https://developer.apple.com/documentation/corefoundation/1516741-cfdictionarygetcount
-
CFEqual
boolean CFEqual(com.sun.jna.platform.mac.CoreFoundation.CFTypeRef cf1, com.sun.jna.platform.mac.CoreFoundation.CFTypeRef cf2)
-
-