[Mac] Added CFGetTypeID method

This commit is contained in:
thefiddler 2014-09-12 08:10:21 +02:00
parent 4231cf2cdd
commit 9c67265832

View file

@ -112,6 +112,9 @@ namespace OpenTK.Platform.MacOS.Carbon
[DllImport(appServices)] [DllImport(appServices)]
internal static extern IntPtr CFDictionaryGetValue(IntPtr theDictionary, IntPtr theKey); internal static extern IntPtr CFDictionaryGetValue(IntPtr theDictionary, IntPtr theKey);
[DllImport(appServices)]
internal static extern IntPtr CFGetTypeID(IntPtr v);
[DllImport(appServices)] [DllImport(appServices)]
internal static extern IntPtr CFRetain(CFTypeRef cf); internal static extern IntPtr CFRetain(CFTypeRef cf);