Deprecated API


Contents
Deprecated Methods
org.rococoa.cocoa.carboncore.CarbonCoreLibrary._MPLibraryIsCompatible(Pointer, int, int, int, int)
          use the safer methods CarbonCoreLibrary._MPLibraryIsCompatible(java.lang.String, int, int, int, int) and CarbonCoreLibrary._MPLibraryIsCompatible(com.sun.jna.Pointer, int, int, int, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary._MPLibraryVersion(PointerByReference, IntByReference, IntByReference, IntByReference, IntByReference)
          use the safer methods CarbonCoreLibrary._MPLibraryVersion(java.lang.String[], java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer) and CarbonCoreLibrary._MPLibraryVersion(com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AddAtomic(int, IntByReference)
          use the safer methods CarbonCoreLibrary.AddAtomic(int, java.nio.IntBuffer) and CarbonCoreLibrary.AddAtomic(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AddAtomic16(int, ShortByReference)
          use the safer methods CarbonCoreLibrary.AddAtomic16(int, java.nio.ShortBuffer) and CarbonCoreLibrary.AddAtomic16(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AddAtomic8(int, Pointer)
          use the safer methods CarbonCoreLibrary.AddAtomic8(int, java.nio.ByteBuffer) and CarbonCoreLibrary.AddAtomic8(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AddResource(PointerByReference, int, short, Pointer)
          use the safer methods CarbonCoreLibrary.AddResource(java.lang.String[], int, short, byte[]) and CarbonCoreLibrary.AddResource(com.sun.jna.ptr.PointerByReference, int, short, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.appkit.NSBezierPath.appendBezierPathWithGlyphs_count_inFont(IntByReference, NSInteger, NSFont)
          use the safer methods NSBezierPath.appendBezierPathWithGlyphs_count_inFont(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.appkit.NSFont) and NSBezierPath.appendBezierPathWithGlyphs_count_inFont(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.appkit.NSFont) instead 
org.rococoa.cocoa.appkit.NSBezierPath.appendBezierPathWithPackedGlyphs(Pointer)
          use the safer methods NSBezierPath.appendBezierPathWithPackedGlyphs(java.lang.String) and NSBezierPath.appendBezierPathWithPackedGlyphs(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSArrayCreation._static_.arrayWithObjects_count(ObjCObject, NSUInteger)
          use the safer methods NSArrayCreation._static_.arrayWithObjects_count(org.rococoa.ObjCObject[], org.rococoa.cocoa.foundation.NSUInteger) and NSArrayCreation._static_.arrayWithObjects_count(org.rococoa.ObjCObject, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.ats.ATSLibrary.ATSFontFamilyFindFromQuickDrawName(Pointer)
          use the safer methods ATSLibrary.ATSFontFamilyFindFromQuickDrawName(byte[]) and ATSLibrary.ATSFontFamilyFindFromQuickDrawName(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.AXObserverCreate(int, HIServicesLibrary.AXObserverCallback, PointerByReference)
          use the safer method HIServicesLibrary.AXObserverCreate(int, org.rococoa.cocoa.hiservices.HIServicesLibrary.AXObserverCallback, org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXObserver[]) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.AXUIElementCopyActionNames(HIServicesLibrary.__AXUIElement, PointerByReference)
          use the safer method HIServicesLibrary.AXUIElementCopyActionNames(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.AXUIElementCopyElementAtPosition(HIServicesLibrary.__AXUIElement, float, float, PointerByReference)
          use the safer method HIServicesLibrary.AXUIElementCopyElementAtPosition(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, float, float, org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement[]) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.AXUIElementCopyMultipleAttributeValues(HIServicesLibrary.__AXUIElement, HIServicesLibrary.__CFArray, int, PointerByReference)
          use the safer method HIServicesLibrary.AXUIElementCopyMultipleAttributeValues(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, int, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.AXUIElementCopyParameterizedAttributeNames(HIServicesLibrary.__AXUIElement, PointerByReference)
          use the safer method HIServicesLibrary.AXUIElementCopyParameterizedAttributeNames(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.AXUIElementGetPid(HIServicesLibrary.__AXUIElement, IntByReference)
          use the safer methods HIServicesLibrary.AXUIElementGetPid(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, java.nio.IntBuffer) and HIServicesLibrary.AXUIElementGetPid(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitAndAtomic(int, IntByReference)
          use the safer methods CarbonCoreLibrary.BitAndAtomic(int, java.nio.IntBuffer) and CarbonCoreLibrary.BitAndAtomic(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitAndAtomic16(int, ShortByReference)
          use the safer methods CarbonCoreLibrary.BitAndAtomic16(int, java.nio.ShortBuffer) and CarbonCoreLibrary.BitAndAtomic16(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitAndAtomic8(int, Pointer)
          use the safer methods CarbonCoreLibrary.BitAndAtomic8(int, java.nio.ByteBuffer) and CarbonCoreLibrary.BitAndAtomic8(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitOrAtomic(int, IntByReference)
          use the safer methods CarbonCoreLibrary.BitOrAtomic(int, java.nio.IntBuffer) and CarbonCoreLibrary.BitOrAtomic(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitOrAtomic16(int, ShortByReference)
          use the safer methods CarbonCoreLibrary.BitOrAtomic16(int, java.nio.ShortBuffer) and CarbonCoreLibrary.BitOrAtomic16(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitOrAtomic8(int, Pointer)
          use the safer methods CarbonCoreLibrary.BitOrAtomic8(int, java.nio.ByteBuffer) and CarbonCoreLibrary.BitOrAtomic8(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitXorAtomic(int, IntByReference)
          use the safer methods CarbonCoreLibrary.BitXorAtomic(int, java.nio.IntBuffer) and CarbonCoreLibrary.BitXorAtomic(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitXorAtomic16(int, ShortByReference)
          use the safer methods CarbonCoreLibrary.BitXorAtomic16(int, java.nio.ShortBuffer) and CarbonCoreLibrary.BitXorAtomic16(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitXorAtomic8(int, Pointer)
          use the safer methods CarbonCoreLibrary.BitXorAtomic8(int, java.nio.ByteBuffer) and CarbonCoreLibrary.BitXorAtomic8(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.c2pstr(Pointer)
          use the safer methods CarbonCoreLibrary.c2pstr(java.nio.ByteBuffer) and CarbonCoreLibrary.c2pstr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.C2PStr(Pointer)
          use the safer methods CarbonCoreLibrary.C2PStr(java.nio.ByteBuffer) and CarbonCoreLibrary.C2PStr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.c2pstrcpy(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.c2pstrcpy(java.nio.ByteBuffer, java.lang.String) and CarbonCoreLibrary.c2pstrcpy(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CallComponentFunctionWithStorage(PointerByReference, ComponentParameters, CarbonCoreLibrary.ProcPtr)
          use the safer methods CarbonCoreLibrary.CallComponentFunctionWithStorage(java.lang.String[], org.rococoa.cocoa.carboncore.ComponentParameters, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ProcPtr) and CarbonCoreLibrary.CallComponentFunctionWithStorage(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.ComponentParameters, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ProcPtr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CallComponentFunctionWithStorageProcInfo(PointerByReference, ComponentParameters, CarbonCoreLibrary.ProcPtr, NativeLong)
          use the safer methods CarbonCoreLibrary.CallComponentFunctionWithStorageProcInfo(java.lang.String[], org.rococoa.cocoa.carboncore.ComponentParameters, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ProcPtr, com.sun.jna.NativeLong) and CarbonCoreLibrary.CallComponentFunctionWithStorageProcInfo(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.ComponentParameters, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ProcPtr, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBitVectorCreate(CoreFoundationLibrary.__CFAllocator, Pointer, NativeLong)
          use the safer methods CoreFoundationLibrary.CFBitVectorCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong) and CoreFoundationLibrary.CFBitVectorCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBitVectorGetBits(CoreFoundationLibrary.__CFBitVector, CFRange.ByValue, Pointer)
          use the safer methods CoreFoundationLibrary.CFBitVectorGetBits(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBitVector, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ByteBuffer) and CoreFoundationLibrary.CFBitVectorGetBits(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBitVector, org.rococoa.cocoa.corefoundation.CFRange.ByValue, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBundleGetPackageInfo(ColorSyncLibrary.__CFBundle, IntByReference, IntByReference)
          use the safer methods CoreFoundationLibrary.CFBundleGetPackageInfo(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFBundle, java.nio.IntBuffer, java.nio.IntBuffer) and CoreFoundationLibrary.CFBundleGetPackageInfo(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFBundle, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBundleGetPackageInfoInDirectory(ColorSyncLibrary.__CFURL, IntByReference, IntByReference)
          use the safer methods CoreFoundationLibrary.CFBundleGetPackageInfoInDirectory(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, java.nio.IntBuffer, java.nio.IntBuffer) and CoreFoundationLibrary.CFBundleGetPackageInfoInDirectory(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBundleLoadExecutableAndReturnError(ColorSyncLibrary.__CFBundle, PointerByReference)
          use the safer method CoreFoundationLibrary.CFBundleLoadExecutableAndReturnError(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFBundle, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBundleOpenBundleResourceFiles(ColorSyncLibrary.__CFBundle, ShortByReference, ShortByReference)
          use the safer methods CoreFoundationLibrary.CFBundleOpenBundleResourceFiles(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFBundle, java.nio.ShortBuffer, java.nio.ShortBuffer) and CoreFoundationLibrary.CFBundleOpenBundleResourceFiles(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFBundle, com.sun.jna.ptr.ShortByReference, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBundlePreflightExecutable(ColorSyncLibrary.__CFBundle, PointerByReference)
          use the safer method CoreFoundationLibrary.CFBundlePreflightExecutable(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFBundle, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarAddComponents(CoreFoundationLibrary.__CFCalendar, DoubleByReference, NativeLong, Pointer, Object...)
          use the safer methods #CFCalendarAddComponents(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, java.nio.DoubleBuffer, com.sun.jna.NativeLong, java.lang.String, java.lang.Object) and #CFCalendarAddComponents(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, com.sun.jna.ptr.DoubleByReference, com.sun.jna.NativeLong, com.sun.jna.Pointer, java.lang.Object) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarComposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar, DoubleByReference, Pointer, Object...)
          use the safer methods #CFCalendarComposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, java.nio.DoubleBuffer, java.lang.String, java.lang.Object) and #CFCalendarComposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, com.sun.jna.ptr.DoubleByReference, com.sun.jna.Pointer, java.lang.Object) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarDecomposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar, double, Pointer, Object...)
          use the safer methods #CFCalendarDecomposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, java.lang.String, java.lang.Object) and #CFCalendarDecomposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, com.sun.jna.Pointer, java.lang.Object) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarGetComponentDifference(CoreFoundationLibrary.__CFCalendar, double, double, NativeLong, Pointer, Object...)
          use the safer methods #CFCalendarGetComponentDifference(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, double, com.sun.jna.NativeLong, java.lang.String, java.lang.Object) and #CFCalendarGetComponentDifference(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, double, com.sun.jna.NativeLong, com.sun.jna.Pointer, java.lang.Object) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarGetTimeRangeOfUnit(CoreFoundationLibrary.__CFCalendar, NativeLong, double, DoubleByReference, DoubleByReference)
          use the safer methods CoreFoundationLibrary.CFCalendarGetTimeRangeOfUnit(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, com.sun.jna.NativeLong, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer) and CoreFoundationLibrary.CFCalendarGetTimeRangeOfUnit(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, com.sun.jna.NativeLong, double, com.sun.jna.ptr.DoubleByReference, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataAppendBytes(CoreFoundationLibrary.__CFData, Pointer, NativeLong)
          use the safer methods CoreFoundationLibrary.CFDataAppendBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, byte[], com.sun.jna.NativeLong) and CoreFoundationLibrary.CFDataAppendBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataReplaceBytes(CoreFoundationLibrary.__CFData, CFRange.ByValue, Pointer, NativeLong)
          use the safer methods CoreFoundationLibrary.CFDataReplaceBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, org.rococoa.cocoa.corefoundation.CFRange.ByValue, byte[], com.sun.jna.NativeLong) and CoreFoundationLibrary.CFDataReplaceBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFData, org.rococoa.cocoa.corefoundation.CFRange.ByValue, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFReadStreamCreateWithBytesNoCopy(CoreFoundationLibrary.__CFAllocator, Pointer, NativeLong, CoreFoundationLibrary.__CFAllocator)
          use the safer methods CoreFoundationLibrary.CFReadStreamCreateWithBytesNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator) and CoreFoundationLibrary.CFReadStreamCreateWithBytesNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, com.sun.jna.Pointer, com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFReadStreamRead(CoreFoundationLibrary.__CFReadStream, Pointer, NativeLong)
          use the safer methods CoreFoundationLibrary.CFReadStreamRead(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFReadStream, java.nio.ByteBuffer, com.sun.jna.NativeLong) and CoreFoundationLibrary.CFReadStreamRead(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFReadStream, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStreamCreateBoundPair(CoreFoundationLibrary.__CFAllocator, PointerByReference, PointerByReference, NativeLong)
          use the safer method CoreFoundationLibrary.CFStreamCreateBoundPair(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFReadStream[], org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream[], com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStreamCreatePairWithPeerSocketSignature(CoreFoundationLibrary.__CFAllocator, CFSocketSignature, PointerByReference, PointerByReference)
          use the safer method CoreFoundationLibrary.CFStreamCreatePairWithPeerSocketSignature(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.corefoundation.CFSocketSignature, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFReadStream[], org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream[]) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStreamCreatePairWithSocket(CoreFoundationLibrary.__CFAllocator, int, PointerByReference, PointerByReference)
          use the safer method CoreFoundationLibrary.CFStreamCreatePairWithSocket(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, int, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFReadStream[], org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream[]) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringAppendCharacters(CoreFoundationLibrary.__CFString, ShortByReference, NativeLong)
          use the safer methods CoreFoundationLibrary.CFStringAppendCharacters(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ShortBuffer, com.sun.jna.NativeLong) and CoreFoundationLibrary.CFStringAppendCharacters(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, com.sun.jna.ptr.ShortByReference, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringAppendCString(CoreFoundationLibrary.__CFString, Pointer, int)
          use the safer methods CoreFoundationLibrary.CFStringAppendCString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.lang.String, int) and CoreFoundationLibrary.CFStringAppendCString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, com.sun.jna.Pointer, int) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringAppendPascalString(CoreFoundationLibrary.__CFString, Pointer, int)
          use the safer methods CoreFoundationLibrary.CFStringAppendPascalString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, byte[], int) and CoreFoundationLibrary.CFStringAppendPascalString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, com.sun.jna.Pointer, int) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringCreateMutableWithExternalCharactersNoCopy(CoreFoundationLibrary.__CFAllocator, ShortByReference, NativeLong, NativeLong, CoreFoundationLibrary.__CFAllocator)
          use the safer methods CoreFoundationLibrary.CFStringCreateMutableWithExternalCharactersNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ShortBuffer, com.sun.jna.NativeLong, com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator) and CoreFoundationLibrary.CFStringCreateMutableWithExternalCharactersNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, com.sun.jna.ptr.ShortByReference, com.sun.jna.NativeLong, com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringSetExternalCharactersNoCopy(CoreFoundationLibrary.__CFString, ShortByReference, NativeLong, NativeLong)
          use the safer methods CoreFoundationLibrary.CFStringSetExternalCharactersNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ShortBuffer, com.sun.jna.NativeLong, com.sun.jna.NativeLong) and CoreFoundationLibrary.CFStringSetExternalCharactersNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, com.sun.jna.ptr.ShortByReference, com.sun.jna.NativeLong, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFTreeGetChildren(CoreFoundationLibrary.__CFTree, PointerByReference)
          use the safer method CoreFoundationLibrary.CFTreeGetChildren(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFTree, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFTree[]) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateAbsoluteURLWithBytes(CoreFoundationLibrary.__CFAllocator, Pointer, NativeLong, int, ColorSyncLibrary.__CFURL, boolean)
          use the safer methods CoreFoundationLibrary.CFURLCreateAbsoluteURLWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, int, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, boolean) and CoreFoundationLibrary.CFURLCreateAbsoluteURLWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, com.sun.jna.Pointer, com.sun.jna.NativeLong, int, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, boolean) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator, ColorSyncLibrary.__CFURL, CoreFoundationLibrary.CFDataRef, PointerByReference, HIServicesLibrary.__CFArray, IntByReference)
          use the safer methods CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary[], org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, java.nio.IntBuffer) and CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary[], org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentation(CoreFoundationLibrary.__CFAllocator, Pointer, NativeLong, boolean)
          use the safer methods CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentation(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, boolean) and CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentation(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, com.sun.jna.Pointer, com.sun.jna.NativeLong, boolean) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentationRelativeToBase(CoreFoundationLibrary.__CFAllocator, Pointer, NativeLong, boolean, ColorSyncLibrary.__CFURL)
          use the safer methods CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentationRelativeToBase(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, boolean, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL) and CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentationRelativeToBase(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, com.sun.jna.Pointer, com.sun.jna.NativeLong, boolean, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateWithBytes(CoreFoundationLibrary.__CFAllocator, Pointer, NativeLong, int, ColorSyncLibrary.__CFURL)
          use the safer methods CoreFoundationLibrary.CFURLCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, int, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL) and CoreFoundationLibrary.CFURLCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, com.sun.jna.Pointer, com.sun.jna.NativeLong, int, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLDestroyResource(ColorSyncLibrary.__CFURL, IntByReference)
          use the safer methods CoreFoundationLibrary.CFURLDestroyResource(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, java.nio.IntBuffer) and CoreFoundationLibrary.CFURLDestroyResource(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLGetBytes(ColorSyncLibrary.__CFURL, Pointer, NativeLong)
          use the safer methods CoreFoundationLibrary.CFURLGetBytes(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, java.nio.ByteBuffer, com.sun.jna.NativeLong) and CoreFoundationLibrary.CFURLGetBytes(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLGetFileSystemRepresentation(ColorSyncLibrary.__CFURL, boolean, Pointer, NativeLong)
          use the safer methods CoreFoundationLibrary.CFURLGetFileSystemRepresentation(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, boolean, java.nio.ByteBuffer, com.sun.jna.NativeLong) and CoreFoundationLibrary.CFURLGetFileSystemRepresentation(org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL, boolean, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFUserNotificationCreate(CoreFoundationLibrary.__CFAllocator, double, NativeLong, IntByReference, HIServicesLibrary.__CFDictionary)
          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 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFWriteStreamCreateWithBuffer(CoreFoundationLibrary.__CFAllocator, Pointer, NativeLong)
          use the safer methods CoreFoundationLibrary.CFWriteStreamCreateWithBuffer(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong) and CoreFoundationLibrary.CFWriteStreamCreateWithBuffer(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFWriteStreamWrite(CoreFoundationLibrary.__CFWriteStream, Pointer, NativeLong)
          use the safer methods CoreFoundationLibrary.CFWriteStreamWrite(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream, byte[], com.sun.jna.NativeLong) and CoreFoundationLibrary.CFWriteStreamWrite(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFWriteStream, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLChoosePixelFormat(IntByReference, PointerByReference, IntByReference)
          use the safer methods #CGLChoosePixelFormat(/**
* @see CGLPixelFormatAttribute
* /int[], com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer)
and OpenGLLibrary.CGLChoosePixelFormat(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPixelFormatObject[], com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLCreateContext(OpenGLLibrary._CGLPixelFormatObject, OpenGLLibrary._CGLContextObject, PointerByReference)
          use the safer method OpenGLLibrary.CGLCreateContext(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPixelFormatObject, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject[]) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLDescribePBuffer(OpenGLLibrary._CGLPBufferObject, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference)
          use the safer methods OpenGLLibrary.CGLDescribePBuffer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPBufferObject, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer) and OpenGLLibrary.CGLDescribePBuffer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPBufferObject, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLDescribePixelFormat(OpenGLLibrary._CGLPixelFormatObject, int, int, IntByReference)
          use the safer methods OpenGLLibrary.CGLDescribePixelFormat(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPixelFormatObject, int, int, java.nio.IntBuffer) and OpenGLLibrary.CGLDescribePixelFormat(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPixelFormatObject, int, int, com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLDescribeRenderer(OpenGLLibrary._CGLRendererInfoObject, int, int, IntByReference)
          use the safer methods OpenGLLibrary.CGLDescribeRenderer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLRendererInfoObject, int, int, java.nio.IntBuffer) and OpenGLLibrary.CGLDescribeRenderer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLRendererInfoObject, int, int, com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetGlobalOption(int, IntByReference)
          use the safer methods OpenGLLibrary.CGLGetGlobalOption(int, java.nio.IntBuffer) and OpenGLLibrary.CGLGetGlobalOption(int, com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetOffScreen(OpenGLLibrary._CGLContextObject, IntByReference, IntByReference, IntByReference, PointerByReference)
          use the safer methods OpenGLLibrary.CGLGetOffScreen(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and OpenGLLibrary.CGLGetOffScreen(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetOption(int, IntByReference)
          use the safer methods OpenGLLibrary.CGLGetOption(int, java.nio.IntBuffer) and OpenGLLibrary.CGLGetOption(int, com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetParameter(OpenGLLibrary._CGLContextObject, int, IntByReference)
          use the safer methods OpenGLLibrary.CGLGetParameter(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, java.nio.IntBuffer) and OpenGLLibrary.CGLGetParameter(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetPBuffer(OpenGLLibrary._CGLContextObject, PointerByReference, IntByReference, IntByReference, IntByReference)
          use the safer methods OpenGLLibrary.CGLGetPBuffer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPBufferObject[], java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer) and OpenGLLibrary.CGLGetPBuffer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPBufferObject[], com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetVersion(IntByReference, IntByReference)
          use the safer methods OpenGLLibrary.CGLGetVersion(java.nio.IntBuffer, java.nio.IntBuffer) and OpenGLLibrary.CGLGetVersion(com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetVirtualScreen(OpenGLLibrary._CGLContextObject, IntByReference)
          use the safer methods OpenGLLibrary.CGLGetVirtualScreen(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, java.nio.IntBuffer) and OpenGLLibrary.CGLGetVirtualScreen(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLIsEnabled(OpenGLLibrary._CGLContextObject, int, IntByReference)
          use the safer methods OpenGLLibrary.CGLIsEnabled(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, java.nio.IntBuffer) and OpenGLLibrary.CGLIsEnabled(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLQueryRendererInfo(int, PointerByReference, IntByReference)
          use the safer methods OpenGLLibrary.CGLQueryRendererInfo(int, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) and OpenGLLibrary.CGLQueryRendererInfo(int, org.rococoa.cocoa.opengl.OpenGLLibrary._CGLRendererInfoObject[], com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLSetGlobalOption(int, IntByReference)
          use the safer methods OpenGLLibrary.CGLSetGlobalOption(int, int[]) and OpenGLLibrary.CGLSetGlobalOption(int, com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLSetParameter(OpenGLLibrary._CGLContextObject, int, IntByReference)
          use the safer methods OpenGLLibrary.CGLSetParameter(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, int[]) and OpenGLLibrary.CGLSetParameter(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLContextObject, int, com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ChangedResource(PointerByReference)
          use the safer methods CarbonCoreLibrary.ChangedResource(java.lang.String[]) and CarbonCoreLibrary.ChangedResource(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CharacterByteType(Pointer, short, short)
          use the safer methods CarbonCoreLibrary.CharacterByteType(java.nio.ByteBuffer, short, short) and CarbonCoreLibrary.CharacterByteType(com.sun.jna.Pointer, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CharacterType(Pointer, short, short)
          use the safer methods CarbonCoreLibrary.CharacterType(java.nio.ByteBuffer, short, short) and CarbonCoreLibrary.CharacterType(com.sun.jna.Pointer, short, short) instead 
org.rococoa.cocoa.qd.QDLibrary.CharToPixel(Pointer, NativeLong, int, NativeLong, short, short, Point.ByValue, Point.ByValue)
          use the safer methods QDLibrary.CharToPixel(java.nio.ByteBuffer, com.sun.jna.NativeLong, int, com.sun.jna.NativeLong, short, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.CharToPixel(com.sun.jna.Pointer, com.sun.jna.NativeLong, int, com.sun.jna.NativeLong, short, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead 
org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncIterateInstalledProfiles(ColorSyncLibrary.ColorSyncProfileIterateCallback, IntByReference, Pointer, PointerByReference)
          use the safer methods ColorSyncLibrary.ColorSyncIterateInstalledProfiles(org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncProfileIterateCallback, java.nio.IntBuffer, com.sun.jna.Pointer, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) and ColorSyncLibrary.ColorSyncIterateInstalledProfiles(org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncProfileIterateCallback, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead 
org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncProfileEstimateGamma(ColorSyncLibrary.ColorSyncProfile, PointerByReference)
          use the safer method ColorSyncLibrary.ColorSyncProfileEstimateGamma(org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncProfile, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead 
org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncProfileEstimateGammaWithDisplayID(int, PointerByReference)
          use the safer method ColorSyncLibrary.ColorSyncProfileEstimateGammaWithDisplayID(int, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead 
org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncProfileGetURL(ColorSyncLibrary.ColorSyncProfile, PointerByReference)
          use the safer method ColorSyncLibrary.ColorSyncProfileGetURL(org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncProfile, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead 
org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncProfileVerify(ColorSyncLibrary.ColorSyncProfile, PointerByReference, PointerByReference)
          use the safer method ColorSyncLibrary.ColorSyncProfileVerify(org.rococoa.cocoa.colorsync.ColorSyncLibrary.ColorSyncProfile, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[], org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead 
org.rococoa.cocoa.appkit.NSColor.colorWithColorSpace_components_count(NSColorSpace, CGFloatByReference, NSInteger)
          use the safer methods NSColor.colorWithColorSpace_components_count(org.rococoa.cocoa.appkit.NSColorSpace, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.foundation.NSInteger) and NSColor.colorWithColorSpace_components_count(org.rococoa.cocoa.appkit.NSColorSpace, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.foundation.NSInteger) instead 
org.rococoa.cocoa.appkit.NSColor._class_.colorWithColorSpace_components_count(NSColorSpace, CGFloatByReference, NSInteger)
          use the safer methods NSColor._class_.colorWithColorSpace_components_count(org.rococoa.cocoa.appkit.NSColorSpace, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.foundation.NSInteger) and NSColor._class_.colorWithColorSpace_components_count(org.rococoa.cocoa.appkit.NSColorSpace, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.foundation.NSInteger) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CompareAndSwap(int, int, IntByReference)
          use the safer methods CarbonCoreLibrary.CompareAndSwap(int, int, java.nio.IntBuffer) and CarbonCoreLibrary.CompareAndSwap(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CompareString(Pointer, Pointer, PointerByReference)
          use the safer methods CarbonCoreLibrary.CompareString(byte[], byte[], java.lang.String[]) and CarbonCoreLibrary.CompareString(com.sun.jna.Pointer, com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CompareText(Pointer, Pointer, short, short, PointerByReference)
          use the safer methods CarbonCoreLibrary.CompareText(com.sun.jna.Pointer, com.sun.jna.Pointer, short, short, java.lang.String[]) and CarbonCoreLibrary.CompareText(com.sun.jna.Pointer, com.sun.jna.Pointer, short, short, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CopyCStringToPascal(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.CopyCStringToPascal(java.lang.String, java.nio.ByteBuffer) and CarbonCoreLibrary.CopyCStringToPascal(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CopyPascalStringToC(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.CopyPascalStringToC(byte[], java.nio.ByteBuffer) and CarbonCoreLibrary.CopyPascalStringToC(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.appkit.NSOpenGLPixelFormat.createWithAttributes(IntByReference)
           
org.rococoa.cocoa.appkit.NSGradient.createWithColors_atLocations_colorSpace(NSArray, CGFloatByReference, NSColorSpace)
           
org.rococoa.cocoa.quartzcore.CIVector.createWithValues_count(CGFloatByReference, NativeSize)
           
org.rococoa.cocoa.osservices.OSServicesLibrary.CSIdentityCommit(OSServicesLibrary.__CSIdentity, OSServicesLibrary.AuthorizationOpaqueRef, PointerByReference)
          use the safer method OSServicesLibrary.CSIdentityCommit(org.rococoa.cocoa.osservices.OSServicesLibrary.__CSIdentity, org.rococoa.cocoa.osservices.OSServicesLibrary.AuthorizationOpaqueRef, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.CSIdentityQueryExecute(OSServicesLibrary.__CSIdentityQuery, NativeLong, PointerByReference)
          use the safer method OSServicesLibrary.CSIdentityQueryExecute(org.rococoa.cocoa.osservices.OSServicesLibrary.__CSIdentityQuery, com.sun.jna.NativeLong, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead 
org.rococoa.cocoa.security.SecurityLibrary.cssmOidToAlg(CSSM_DATA, IntByReference)
          use the safer methods SecurityLibrary.cssmOidToAlg(org.rococoa.cocoa.security.CSSM_DATA, java.nio.IntBuffer) and SecurityLibrary.cssmOidToAlg(org.rococoa.cocoa.security.CSSM_DATA, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontCopyGraphicsFont(CoreTextLibrary.__CTFont, PointerByReference)
          use the safer method CoreTextLibrary.CTFontCopyGraphicsFont(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFontDescriptor[]) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontCreateWithQuickdrawInstance(Pointer, short, byte, CGFloat)
          use the safer methods CoreTextLibrary.CTFontCreateWithQuickdrawInstance(byte[], short, byte, org.rococoa.cocoa.CGFloat) and CoreTextLibrary.CTFontCreateWithQuickdrawInstance(com.sun.jna.Pointer, short, byte, org.rococoa.cocoa.CGFloat) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontGetAdvancesForGlyphs(CoreTextLibrary.__CTFont, int, ShortByReference, Pointer, NativeLong)
          use the safer methods CoreTextLibrary.CTFontGetAdvancesForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, int, java.nio.ShortBuffer, com.sun.jna.Pointer, com.sun.jna.NativeLong) and CoreTextLibrary.CTFontGetAdvancesForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, int, com.sun.jna.ptr.ShortByReference, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead
 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontGetBoundingRectsForGlyphs(CoreTextLibrary.__CTFont, int, ShortByReference, Pointer, NativeLong)
          use the safer methods CoreTextLibrary.CTFontGetBoundingRectsForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, int, java.nio.ShortBuffer, com.sun.jna.Pointer, com.sun.jna.NativeLong) and CoreTextLibrary.CTFontGetBoundingRectsForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, int, com.sun.jna.ptr.ShortByReference, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead
 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontGetGlyphsForCharacters(CoreTextLibrary.__CTFont, ShortByReference, ShortByReference, NativeLong)
          use the safer methods CoreTextLibrary.CTFontGetGlyphsForCharacters(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, java.nio.ShortBuffer, java.nio.ShortBuffer, com.sun.jna.NativeLong) and CoreTextLibrary.CTFontGetGlyphsForCharacters(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, com.sun.jna.ptr.ShortByReference, com.sun.jna.ptr.ShortByReference, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontGetPlatformFont(CoreTextLibrary.__CTFont, PointerByReference)
          use the safer method CoreTextLibrary.CTFontGetPlatformFont(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFontDescriptor[]) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontGetVerticalTranslationsForGlyphs(CoreTextLibrary.__CTFont, ShortByReference, Pointer, NativeLong)
          use the safer methods CoreTextLibrary.CTFontGetVerticalTranslationsForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, java.nio.ShortBuffer, com.sun.jna.Pointer, com.sun.jna.NativeLong) and CoreTextLibrary.CTFontGetVerticalTranslationsForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, com.sun.jna.ptr.ShortByReference, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTRunGetGlyphs(CoreTextLibrary.__CTRun, CFRange.ByValue, ShortByReference)
          use the safer methods CoreTextLibrary.CTRunGetGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTRun, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ShortBuffer) and CoreTextLibrary.CTRunGetGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTRun, org.rococoa.cocoa.corefoundation.CFRange.ByValue, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.diskarbitration.DiskArbitrationLibrary.DADiskCreateFromBSDName(CoreFoundationLibrary.__CFAllocator, DiskArbitrationLibrary.__DASession, Pointer)
          use the safer methods DiskArbitrationLibrary.DADiskCreateFromBSDName(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.diskarbitration.DiskArbitrationLibrary.__DASession, java.lang.String) and DiskArbitrationLibrary.DADiskCreateFromBSDName(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.diskarbitration.DiskArbitrationLibrary.__DASession, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DateString(int, byte, Pointer, PointerByReference)
          use the safer methods CarbonCoreLibrary.DateString(int, byte, java.nio.ByteBuffer, java.lang.String[]) and CarbonCoreLibrary.DateString(int, byte, com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DebugAssert(int, int, Pointer, Pointer, Pointer, Pointer, NativeLong, Pointer)
          use the safer methods CarbonCoreLibrary.DebugAssert(int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.sun.jna.NativeLong, com.sun.jna.Pointer) and CarbonCoreLibrary.DebugAssert(int, int, com.sun.jna.Pointer, com.sun.jna.Pointer, com.sun.jna.Pointer, com.sun.jna.Pointer, com.sun.jna.NativeLong, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DebugStr(Pointer)
          use the safer methods CarbonCoreLibrary.DebugStr(byte[]) and CarbonCoreLibrary.DebugStr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.dec2str(decform, decimal, Pointer)
          use the safer methods CarbonCoreLibrary.dec2str(org.rococoa.cocoa.carboncore.decform, org.rococoa.cocoa.carboncore.decimal, java.nio.ByteBuffer) and CarbonCoreLibrary.dec2str(org.rococoa.cocoa.carboncore.decform, org.rococoa.cocoa.carboncore.decimal, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.decodeArrayOfObjCType_count_at(Pointer, NSUInteger, Pointer)
          use the safer methods NSExtendedCoder.decodeArrayOfObjCType_count_at(java.lang.String, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.Pointer) and NSExtendedCoder.decodeArrayOfObjCType_count_at(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.NSCoder.decodeValueOfObjCType_at(Pointer, Pointer)
          use the safer methods NSCoder.decodeValueOfObjCType_at(java.lang.String, com.sun.jna.Pointer) and NSCoder.decodeValueOfObjCType_at(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.decodeValuesOfObjCTypes(Pointer, NSObject...)
          use the safer methods #decodeValuesOfObjCTypes(java.lang.String, org.rococoa.cocoa.foundation.NSObject) and #decodeValuesOfObjCTypes(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSObject) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DecrementAtomic(IntByReference)
          use the safer methods CarbonCoreLibrary.DecrementAtomic(java.nio.IntBuffer) and CarbonCoreLibrary.DecrementAtomic(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DecrementAtomic16(ShortByReference)
          use the safer methods CarbonCoreLibrary.DecrementAtomic16(java.nio.ShortBuffer) and CarbonCoreLibrary.DecrementAtomic16(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DecrementAtomic8(Pointer)
          use the safer methods CarbonCoreLibrary.DecrementAtomic8(java.nio.ByteBuffer) and CarbonCoreLibrary.DecrementAtomic8(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DetachResource(PointerByReference)
          use the safer methods CarbonCoreLibrary.DetachResource(java.lang.String[]) and CarbonCoreLibrary.DetachResource(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DisposeHandle(PointerByReference)
          use the safer methods CarbonCoreLibrary.DisposeHandle(java.lang.String[]) and CarbonCoreLibrary.DisposeHandle(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DisposePtr(Pointer)
          use the safer methods CarbonCoreLibrary.DisposePtr(java.nio.ByteBuffer) and CarbonCoreLibrary.DisposePtr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.DrawJustified(Pointer, NativeLong, int, short, Point.ByValue, Point.ByValue)
          use the safer methods QDLibrary.DrawJustified(java.nio.ByteBuffer, com.sun.jna.NativeLong, int, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.DrawJustified(com.sun.jna.Pointer, com.sun.jna.NativeLong, int, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead 
org.rococoa.cocoa.qd.QDLibrary.DrawString(Pointer)
          use the safer methods QDLibrary.DrawString(byte[]) and QDLibrary.DrawString(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.dtox80(DoubleByReference, Float80)
          use the safer methods CarbonCoreLibrary.dtox80(double[], org.rococoa.cocoa.carboncore.Float80) and CarbonCoreLibrary.dtox80(com.sun.jna.ptr.DoubleByReference, org.rococoa.cocoa.carboncore.Float80) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.EmptyHandle(PointerByReference)
          use the safer methods CarbonCoreLibrary.EmptyHandle(java.lang.String[]) and CarbonCoreLibrary.EmptyHandle(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.encodeArrayOfObjCType_count_at(Pointer, NSUInteger, Pointer)
          use the safer methods NSExtendedCoder.encodeArrayOfObjCType_count_at(java.lang.String, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.Pointer) and NSExtendedCoder.encodeArrayOfObjCType_count_at(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.encodeBytes_length_forKey(Pointer, NSUInteger, NSString)
          use the safer methods NSExtendedCoder.encodeBytes_length_forKey(byte[], org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSString) and NSExtendedCoder.encodeBytes_length_forKey(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.foundation.NSKeyedArchiver.encodeBytes_length_forKey(Pointer, NSUInteger, NSString)
          use the safer methods NSKeyedArchiver.encodeBytes_length_forKey(byte[], org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSString) and NSKeyedArchiver.encodeBytes_length_forKey(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.foundation.NSCoder.encodeValueOfObjCType_at(Pointer, Pointer)
          use the safer methods NSCoder.encodeValueOfObjCType_at(java.lang.String, com.sun.jna.Pointer) and NSCoder.encodeValueOfObjCType_at(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.encodeValuesOfObjCTypes(Pointer, NSObject...)
          use the safer methods #encodeValuesOfObjCTypes(java.lang.String, org.rococoa.cocoa.foundation.NSObject) and #encodeValuesOfObjCTypes(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSObject) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.EqualString(Pointer, Pointer, boolean, boolean)
          use the safer methods CarbonCoreLibrary.EqualString(byte[], byte[], boolean, boolean) and CarbonCoreLibrary.EqualString(com.sun.jna.Pointer, com.sun.jna.Pointer, boolean, boolean) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.ev_lock(IntByReference)
          use the safer methods IOKitLibrary.ev_lock(java.nio.IntBuffer) and IOKitLibrary.ev_lock(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.ev_try_lock(IntByReference)
          use the safer methods IOKitLibrary.ev_try_lock(java.nio.IntBuffer) and IOKitLibrary.ev_try_lock(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.ev_unlock(IntByReference)
          use the safer methods IOKitLibrary.ev_unlock(java.nio.IntBuffer) and IOKitLibrary.ev_unlock(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ExtendedToString(Float80, NumFormatString, NumberParts, Pointer)
          use the safer methods CarbonCoreLibrary.ExtendedToString(org.rococoa.cocoa.carboncore.Float80, org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, java.nio.ByteBuffer) and CarbonCoreLibrary.ExtendedToString(org.rococoa.cocoa.carboncore.Float80, org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FillParseTable(Pointer, short)
          use the safer methods CarbonCoreLibrary.FillParseTable(java.nio.ByteBuffer, short) and CarbonCoreLibrary.FillParseTable(com.sun.jna.Pointer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FindScriptRun(Pointer, NativeLong, NativeLongByReference)
          use the safer methods CarbonCoreLibrary.FindScriptRun(java.nio.ByteBuffer, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference) and CarbonCoreLibrary.FindScriptRun(com.sun.jna.Pointer, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FindWordBreaks(Pointer, short, short, boolean, BreakTable, Pointer, short)
          use the safer methods CarbonCoreLibrary.FindWordBreaks(java.nio.ByteBuffer, short, short, boolean, org.rococoa.cocoa.carboncore.BreakTable, org.rococoa.cocoa.carboncore.OffPair[], short) and CarbonCoreLibrary.FindWordBreaks(com.sun.jna.Pointer, short, short, boolean, org.rococoa.cocoa.carboncore.BreakTable, com.sun.jna.Pointer, short) instead 
org.rococoa.cocoa.qd.QDLibrary.FMGetFontFamilyFromName(Pointer)
          use the safer methods QDLibrary.FMGetFontFamilyFromName(byte[]) and QDLibrary.FMGetFontFamilyFromName(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.appkit.NSFont.fontWithName_matrix(NSString, CGFloatByReference)
          use the safer methods NSFont.fontWithName_matrix(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.CGFloat[]) and NSFont.fontWithName_matrix(org.rococoa.cocoa.foundation.NSString, com.ochafik.lang.jnaerator.runtime.CGFloatByReference) instead 
org.rococoa.cocoa.appkit.NSFont._class_.fontWithName_matrix(NSString, CGFloatByReference)
          use the safer methods NSFont._class_.fontWithName_matrix(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.CGFloat[]) and NSFont._class_.fontWithName_matrix(org.rococoa.cocoa.foundation.NSString, com.ochafik.lang.jnaerator.runtime.CGFloatByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FormatRecToString(NumFormatString, NumberParts, Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.FormatRecToString(org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.FVector[]) and CarbonCoreLibrary.FormatRecToString(org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FSCreateResFile(FSRef, NativeLong, ShortByReference, int, FSCatalogInfo, FSRef, FSSpec)
          use the safer methods CarbonCoreLibrary.FSCreateResFile(org.rococoa.cocoa.carboncore.FSRef, com.sun.jna.NativeLong, java.nio.ShortBuffer, int, org.rococoa.cocoa.carboncore.FSCatalogInfo, org.rococoa.cocoa.carboncore.FSRef, org.rococoa.cocoa.carboncore.FSSpec) and CarbonCoreLibrary.FSCreateResFile(org.rococoa.cocoa.carboncore.FSRef, com.sun.jna.NativeLong, com.sun.jna.ptr.ShortByReference, int, org.rococoa.cocoa.carboncore.FSCatalogInfo, org.rococoa.cocoa.carboncore.FSRef, org.rococoa.cocoa.carboncore.FSSpec) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FSpResourceFileAlreadyOpen(FSSpec, boolean, ShortByReference)
          use the safer methods CarbonCoreLibrary.FSpResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSSpec, boolean, java.nio.ShortBuffer) and CarbonCoreLibrary.FSpResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSSpec, boolean, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FSResourceFileAlreadyOpen(FSRef, boolean, ShortByReference)
          use the safer methods CarbonCoreLibrary.FSResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSRef, boolean, java.nio.ShortBuffer) and CarbonCoreLibrary.FSResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSRef, boolean, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.Get1IndType(IntByReference, short)
          use the safer methods CarbonCoreLibrary.Get1IndType(java.nio.IntBuffer, short) and CarbonCoreLibrary.Get1IndType(com.sun.jna.ptr.IntByReference, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.Get1NamedResource(int, Pointer)
          use the safer methods CarbonCoreLibrary.Get1NamedResource(int, byte[]) and CarbonCoreLibrary.Get1NamedResource(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.getCharacters(CharByReference)
          use the safer methods NSStringDeprecated.getCharacters(java.nio.CharBuffer) and NSStringDeprecated.getCharacters(com.ochafik.lang.jnaerator.runtime.CharByReference) instead 
org.rococoa.cocoa.appkit.NSBitmapImageRep.getCompression_factor(IntByReference, FloatByReference)
          use the safer methods NSBitmapImageRep.getCompression_factor(java.nio.IntBuffer, java.nio.FloatBuffer) and NSBitmapImageRep.getCompression_factor(com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.FloatByReference) instead
 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.getCString_maxLength_encoding(Pointer, NSUInteger, int)
          use the safer methods NSStringExtensionMethods.getCString_maxLength_encoding(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSUInteger, int) and NSStringExtensionMethods.getCString_maxLength_encoding(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger, int) instead
 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.getCString_maxLength(Pointer, NSUInteger)
          use the safer methods NSStringDeprecated.getCString_maxLength(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSUInteger) and NSStringDeprecated.getCString_maxLength(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.getCString(Pointer)
          use the safer methods NSStringDeprecated.getCString(java.nio.ByteBuffer) and NSStringDeprecated.getCString(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.GetEntryUsage(PointerByReference, short, ShortByReference, ShortByReference)
          use the safer methods QDLibrary.GetEntryUsage(com.sun.jna.ptr.PointerByReference, short, java.nio.ShortBuffer, java.nio.ShortBuffer) and QDLibrary.GetEntryUsage(com.sun.jna.ptr.PointerByReference, short, com.sun.jna.ptr.ShortByReference, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.foundation.categories.NSStringPathExtensions.getFileSystemRepresentation_maxLength(Pointer, NSUInteger)
          use the safer methods NSStringPathExtensions.getFileSystemRepresentation_maxLength(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSUInteger) and NSStringPathExtensions.getFileSystemRepresentation_maxLength(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.qd.QDLibrary.GetFNum(Pointer, ShortByReference)
          use the safer methods QDLibrary.GetFNum(byte[], java.nio.ShortBuffer) and QDLibrary.GetFNum(com.sun.jna.Pointer, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.GetFontName(short, Pointer)
          use the safer methods QDLibrary.GetFontName(short, java.nio.ByteBuffer) and QDLibrary.GetFontName(short, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.GetFormatOrder(Pointer, short, short, boolean, QDLibrary.StyleRunDirectionProcPtr, Pointer)
          use the safer methods QDLibrary.GetFormatOrder(com.sun.jna.Pointer, short, short, boolean, org.rococoa.cocoa.qd.QDLibrary.StyleRunDirectionProcPtr, java.nio.ByteBuffer) and QDLibrary.GetFormatOrder(com.sun.jna.Pointer, short, short, boolean, org.rococoa.cocoa.qd.QDLibrary.StyleRunDirectionProcPtr, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.getGlyphs_range(IntByReference, NSRange.ByValue)
          use the safer methods NSLayoutManager.getGlyphs_range(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSRange.ByValue) and NSLayoutManager.getGlyphs_range(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.foundation.NSRange.ByValue) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(NSRange.ByValue, IntByReference, NativeSizeByReference, IntByReference, boolean, Pointer)
          use the safer methods NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(org.rococoa.cocoa.foundation.NSRange.ByValue, java.nio.IntBuffer, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference, java.nio.IntBuffer, boolean, java.nio.ByteBuffer) and NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(org.rococoa.cocoa.foundation.NSRange.ByValue, com.sun.jna.ptr.IntByReference, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference, com.sun.jna.ptr.IntByReference, boolean, com.sun.jna.Pointer) instead
 
org.rococoa.cocoa.appkit.NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(NSRange.ByValue, IntByReference, NativeSizeByReference, IntByReference, boolean)
          use the safer methods NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(org.rococoa.cocoa.foundation.NSRange.ByValue, java.nio.IntBuffer, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference, java.nio.IntBuffer, boolean) and NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(org.rococoa.cocoa.foundation.NSRange.ByValue, com.sun.jna.ptr.IntByReference, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference, com.sun.jna.ptr.IntByReference, boolean) instead
 
org.rococoa.cocoa.qd.QDLibrary.GetGWorld(PointerByReference, PointerByReference)
          use the safer method QDLibrary.GetGWorld(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr[], com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetHandleSize(PointerByReference)
          use the safer methods CarbonCoreLibrary.GetHandleSize(java.lang.String[]) and CarbonCoreLibrary.GetHandleSize(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.GetIconRefVariant(HIServicesLibrary.OpaqueIconRef, int, ShortByReference)
          use the safer methods HIServicesLibrary.GetIconRefVariant(org.rococoa.cocoa.hiservices.HIServicesLibrary.OpaqueIconRef, int, java.nio.ShortBuffer) and HIServicesLibrary.GetIconRefVariant(org.rococoa.cocoa.hiservices.HIServicesLibrary.OpaqueIconRef, int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetIndString(Pointer, short, short)
          use the safer methods CarbonCoreLibrary.GetIndString(java.nio.ByteBuffer, short, short) and CarbonCoreLibrary.GetIndString(com.sun.jna.Pointer, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetIndType(IntByReference, short)
          use the safer methods CarbonCoreLibrary.GetIndType(java.nio.IntBuffer, short) and CarbonCoreLibrary.GetIndType(com.sun.jna.ptr.IntByReference, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetMaxResourceSize(PointerByReference)
          use the safer methods CarbonCoreLibrary.GetMaxResourceSize(java.lang.String[]) and CarbonCoreLibrary.GetMaxResourceSize(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetNamedResource(int, Pointer)
          use the safer methods CarbonCoreLibrary.GetNamedResource(int, byte[]) and CarbonCoreLibrary.GetNamedResource(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetNextFOND(PointerByReference)
          use the safer methods CarbonCoreLibrary.GetNextFOND(java.lang.String[]) and CarbonCoreLibrary.GetNextFOND(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.appkit.NSCell.getPeriodicDelay_interval(FloatByReference, FloatByReference)
          use the safer methods NSCell.getPeriodicDelay_interval(java.nio.FloatBuffer, java.nio.FloatBuffer) and NSCell.getPeriodicDelay_interval(com.sun.jna.ptr.FloatByReference, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.appkit.NSButtonCell.getPeriodicDelay_interval(FloatByReference, FloatByReference)
          use the safer methods NSButtonCell.getPeriodicDelay_interval(java.nio.FloatBuffer, java.nio.FloatBuffer) and NSButtonCell.getPeriodicDelay_interval(com.sun.jna.ptr.FloatByReference, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.appkit.NSButton.getPeriodicDelay_interval(FloatByReference, FloatByReference)
          use the safer methods NSButton.getPeriodicDelay_interval(java.nio.FloatBuffer, java.nio.FloatBuffer) and NSButton.getPeriodicDelay_interval(com.sun.jna.ptr.FloatByReference, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.GetPort(PointerByReference)
          use the safer method QDLibrary.GetPort(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr[]) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetPtrSize(Pointer)
          use the safer methods CarbonCoreLibrary.GetPtrSize(java.nio.ByteBuffer) and CarbonCoreLibrary.GetPtrSize(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.appkit.NSView.getRectsBeingDrawn_count(PointerByReference, NativeSizeByReference)
          use the safer method NSView.getRectsBeingDrawn_count(org.rococoa.cocoa.foundation.NSRect.ByReference[], com.ochafik.lang.jnaerator.runtime.NativeSizeByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetResAttrs(PointerByReference)
          use the safer methods CarbonCoreLibrary.GetResAttrs(java.lang.String[]) and CarbonCoreLibrary.GetResAttrs(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetResInfo(PointerByReference, ShortByReference, IntByReference, Pointer)
          use the safer methods CarbonCoreLibrary.GetResInfo(java.lang.String[], java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) and CarbonCoreLibrary.GetResInfo(com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.ShortByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetResourceSizeOnDisk(PointerByReference)
          use the safer methods CarbonCoreLibrary.GetResourceSizeOnDisk(java.lang.String[]) and CarbonCoreLibrary.GetResourceSizeOnDisk(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.GetSuiteLabel(PointerByReference)
          use the safer methods HIServicesLibrary.GetSuiteLabel(java.lang.String[]) and HIServicesLibrary.GetSuiteLabel(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.appkit.NSOpenGLPixelFormat.getValues_forAttribute_forVirtualScreen(IntByReference, int, int)
          use the safer methods NSOpenGLPixelFormat.getValues_forAttribute_forVirtualScreen(java.nio.IntBuffer, int, int) and NSOpenGLPixelFormat.getValues_forAttribute_forVirtualScreen(com.sun.jna.ptr.IntByReference, int, int) instead
 
org.rococoa.cocoa.appkit.NSOpenGLContext.getValues_forParameter(IntByReference, int)
          use the safer methods NSOpenGLContext.getValues_forParameter(java.nio.IntBuffer, int) and NSOpenGLContext.getValues_forParameter(com.sun.jna.ptr.IntByReference, int) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.glAreTexturesResident(int, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glAreTexturesResident(int, int[], java.nio.ByteBuffer) and OpenGLLibrary.glAreTexturesResident(int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glBindAttribLocation(int, int, Pointer)
          use the safer methods OpenGLLibrary.glBindAttribLocation(int, int, java.nio.ByteBuffer) and OpenGLLibrary.glBindAttribLocation(int, int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glBindAttribLocationARB(Pointer, int, Pointer)
          use the safer methods OpenGLLibrary.glBindAttribLocationARB(com.sun.jna.Pointer, int, java.nio.ByteBuffer) and OpenGLLibrary.glBindAttribLocationARB(com.sun.jna.Pointer, int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glBindFragDataLocationEXT(int, int, Pointer)
          use the safer methods OpenGLLibrary.glBindFragDataLocationEXT(int, int, java.nio.ByteBuffer) and OpenGLLibrary.glBindFragDataLocationEXT(int, int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glBitmap(int, int, float, float, float, float, Pointer)
          use the safer methods OpenGLLibrary.glBitmap(int, int, float, float, float, float, java.nio.ByteBuffer) and OpenGLLibrary.glBitmap(int, int, float, float, float, float, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glClipPlane(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glClipPlane(int, java.nio.DoubleBuffer) and OpenGLLibrary.glClipPlane(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3bv(Pointer)
          use the safer methods OpenGLLibrary.glColor3bv(java.nio.ByteBuffer) and OpenGLLibrary.glColor3bv(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glColor3dv(java.nio.DoubleBuffer) and OpenGLLibrary.glColor3dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3fv(FloatByReference)
          use the safer methods OpenGLLibrary.glColor3fv(java.nio.FloatBuffer) and OpenGLLibrary.glColor3fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3iv(IntByReference)
          use the safer methods OpenGLLibrary.glColor3iv(int[]) and OpenGLLibrary.glColor3iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3sv(ShortByReference)
          use the safer methods OpenGLLibrary.glColor3sv(java.nio.ShortBuffer) and OpenGLLibrary.glColor3sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3ubv(Pointer)
          use the safer methods OpenGLLibrary.glColor3ubv(java.nio.ByteBuffer) and OpenGLLibrary.glColor3ubv(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3uiv(IntByReference)
          use the safer methods OpenGLLibrary.glColor3uiv(int[]) and OpenGLLibrary.glColor3uiv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3usv(ShortByReference)
          use the safer methods OpenGLLibrary.glColor3usv(java.nio.ShortBuffer) and OpenGLLibrary.glColor3usv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4bv(Pointer)
          use the safer methods OpenGLLibrary.glColor4bv(java.nio.ByteBuffer) and OpenGLLibrary.glColor4bv(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glColor4dv(java.nio.DoubleBuffer) and OpenGLLibrary.glColor4dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4fv(FloatByReference)
          use the safer methods OpenGLLibrary.glColor4fv(java.nio.FloatBuffer) and OpenGLLibrary.glColor4fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4iv(IntByReference)
          use the safer methods OpenGLLibrary.glColor4iv(int[]) and OpenGLLibrary.glColor4iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4sv(ShortByReference)
          use the safer methods OpenGLLibrary.glColor4sv(java.nio.ShortBuffer) and OpenGLLibrary.glColor4sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4ubv(Pointer)
          use the safer methods OpenGLLibrary.glColor4ubv(java.nio.ByteBuffer) and OpenGLLibrary.glColor4ubv(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4uiv(IntByReference)
          use the safer methods OpenGLLibrary.glColor4uiv(int[]) and OpenGLLibrary.glColor4uiv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4usv(ShortByReference)
          use the safer methods OpenGLLibrary.glColor4usv(java.nio.ShortBuffer) and OpenGLLibrary.glColor4usv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColorTableParameterfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glColorTableParameterfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glColorTableParameterfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColorTableParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glColorTableParameteriv(int, int, int[]) and OpenGLLibrary.glColorTableParameteriv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glConvolutionParameterfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glConvolutionParameterfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glConvolutionParameterfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glConvolutionParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glConvolutionParameteriv(int, int, int[]) and OpenGLLibrary.glConvolutionParameteriv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteBuffers(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteBuffers(int, int[]) and OpenGLLibrary.glDeleteBuffers(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteBuffersARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteBuffersARB(int, int[]) and OpenGLLibrary.glDeleteBuffersARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteFencesAPPLE(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteFencesAPPLE(int, int[]) and OpenGLLibrary.glDeleteFencesAPPLE(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteFramebuffersEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteFramebuffersEXT(int, int[]) and OpenGLLibrary.glDeleteFramebuffersEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteProgramsARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteProgramsARB(int, int[]) and OpenGLLibrary.glDeleteProgramsARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteQueries(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteQueries(int, int[]) and OpenGLLibrary.glDeleteQueries(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteQueriesARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteQueriesARB(int, int[]) and OpenGLLibrary.glDeleteQueriesARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteRenderbuffersEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteRenderbuffersEXT(int, int[]) and OpenGLLibrary.glDeleteRenderbuffersEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteTextures(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteTextures(int, int[]) and OpenGLLibrary.glDeleteTextures(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteVertexArraysAPPLE(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteVertexArraysAPPLE(int, int[]) and OpenGLLibrary.glDeleteVertexArraysAPPLE(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDrawBuffers(int, IntByReference)
          use the safer methods OpenGLLibrary.glDrawBuffers(int, int[]) and OpenGLLibrary.glDrawBuffers(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDrawBuffersARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glDrawBuffersARB(int, int[]) and OpenGLLibrary.glDrawBuffersARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEdgeFlagv(Pointer)
          use the safer methods OpenGLLibrary.glEdgeFlagv(java.nio.ByteBuffer) and OpenGLLibrary.glEdgeFlagv(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEvalCoord1dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glEvalCoord1dv(java.nio.DoubleBuffer) and OpenGLLibrary.glEvalCoord1dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEvalCoord1fv(FloatByReference)
          use the safer methods OpenGLLibrary.glEvalCoord1fv(java.nio.FloatBuffer) and OpenGLLibrary.glEvalCoord1fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEvalCoord2dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glEvalCoord2dv(java.nio.DoubleBuffer) and OpenGLLibrary.glEvalCoord2dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEvalCoord2fv(FloatByReference)
          use the safer methods OpenGLLibrary.glEvalCoord2fv(java.nio.FloatBuffer) and OpenGLLibrary.glEvalCoord2fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFeedbackBuffer(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glFeedbackBuffer(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glFeedbackBuffer(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogCoorddv(DoubleByReference)
          use the safer methods OpenGLLibrary.glFogCoorddv(java.nio.DoubleBuffer) and OpenGLLibrary.glFogCoorddv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogCoorddvEXT(DoubleByReference)
          use the safer methods OpenGLLibrary.glFogCoorddvEXT(java.nio.DoubleBuffer) and OpenGLLibrary.glFogCoorddvEXT(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogCoordfv(FloatByReference)
          use the safer methods OpenGLLibrary.glFogCoordfv(java.nio.FloatBuffer) and OpenGLLibrary.glFogCoordfv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogCoordfvEXT(FloatByReference)
          use the safer methods OpenGLLibrary.glFogCoordfvEXT(java.nio.FloatBuffer) and OpenGLLibrary.glFogCoordfvEXT(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogfv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glFogfv(int, java.nio.FloatBuffer) and OpenGLLibrary.glFogfv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogiv(int, IntByReference)
          use the safer methods OpenGLLibrary.glFogiv(int, int[]) and OpenGLLibrary.glFogiv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenBuffers(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenBuffers(int, java.nio.IntBuffer) and OpenGLLibrary.glGenBuffers(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenBuffersARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenBuffersARB(int, java.nio.IntBuffer) and OpenGLLibrary.glGenBuffersARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenFencesAPPLE(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenFencesAPPLE(int, java.nio.IntBuffer) and OpenGLLibrary.glGenFencesAPPLE(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenFramebuffersEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenFramebuffersEXT(int, java.nio.IntBuffer) and OpenGLLibrary.glGenFramebuffersEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenProgramsARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenProgramsARB(int, java.nio.IntBuffer) and OpenGLLibrary.glGenProgramsARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenQueries(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenQueries(int, java.nio.IntBuffer) and OpenGLLibrary.glGenQueries(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenQueriesARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenQueriesARB(int, java.nio.IntBuffer) and OpenGLLibrary.glGenQueriesARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenRenderbuffersEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenRenderbuffersEXT(int, java.nio.IntBuffer) and OpenGLLibrary.glGenRenderbuffersEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenTextures(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenTextures(int, java.nio.IntBuffer) and OpenGLLibrary.glGenTextures(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenVertexArraysAPPLE(int, IntByReference)
          use the safer methods OpenGLLibrary.glGenVertexArraysAPPLE(int, java.nio.IntBuffer) and OpenGLLibrary.glGenVertexArraysAPPLE(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetActiveAttrib(int, int, int, IntByReference, IntByReference, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetActiveAttrib(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetActiveAttrib(int, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetActiveAttribARB(Pointer, int, int, IntByReference, IntByReference, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetActiveAttribARB(com.sun.jna.Pointer, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetActiveAttribARB(com.sun.jna.Pointer, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetActiveUniform(int, int, int, IntByReference, IntByReference, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetActiveUniform(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetActiveUniform(int, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetActiveUniformARB(Pointer, int, int, IntByReference, IntByReference, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetActiveUniformARB(com.sun.jna.Pointer, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetActiveUniformARB(com.sun.jna.Pointer, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetAttachedObjectsARB(Pointer, int, IntByReference, PointerByReference)
          use the safer methods OpenGLLibrary.glGetAttachedObjectsARB(com.sun.jna.Pointer, int, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and OpenGLLibrary.glGetAttachedObjectsARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetAttachedShaders(int, int, IntByReference, IntByReference)
          use the safer methods OpenGLLibrary.glGetAttachedShaders(int, int, java.nio.IntBuffer, java.nio.IntBuffer) and OpenGLLibrary.glGetAttachedShaders(int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetAttribLocation(int, Pointer)
          use the safer methods OpenGLLibrary.glGetAttribLocation(int, java.nio.ByteBuffer) and OpenGLLibrary.glGetAttribLocation(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetAttribLocationARB(Pointer, Pointer)
          use the safer methods OpenGLLibrary.glGetAttribLocationARB(com.sun.jna.Pointer, java.nio.ByteBuffer) and OpenGLLibrary.glGetAttribLocationARB(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetBooleanIndexedvEXT(int, int, Pointer)
          use the safer methods OpenGLLibrary.glGetBooleanIndexedvEXT(int, int, java.nio.ByteBuffer) and OpenGLLibrary.glGetBooleanIndexedvEXT(int, int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetBooleanv(int, Pointer)
          use the safer methods OpenGLLibrary.glGetBooleanv(int, java.nio.ByteBuffer) and OpenGLLibrary.glGetBooleanv(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetBufferParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetBufferParameteriv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetBufferParameteriv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetBufferParameterivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetBufferParameterivARB(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetBufferParameterivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetClipPlane(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glGetClipPlane(int, java.nio.DoubleBuffer) and OpenGLLibrary.glGetClipPlane(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetColorTableParameterfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetColorTableParameterfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetColorTableParameterfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetColorTableParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetColorTableParameteriv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetColorTableParameteriv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetConvolutionParameterfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetConvolutionParameterfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetConvolutionParameterfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetConvolutionParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetConvolutionParameteriv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetConvolutionParameteriv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetDoublev(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glGetDoublev(int, java.nio.DoubleBuffer) and OpenGLLibrary.glGetDoublev(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetFloatv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetFloatv(int, java.nio.FloatBuffer) and OpenGLLibrary.glGetFloatv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetFragDataLocationEXT(int, Pointer)
          use the safer methods OpenGLLibrary.glGetFragDataLocationEXT(int, java.nio.ByteBuffer) and OpenGLLibrary.glGetFragDataLocationEXT(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetFramebufferAttachmentParameterivEXT(int, int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetFramebufferAttachmentParameterivEXT(int, int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetFramebufferAttachmentParameterivEXT(int, int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetHistogramParameterfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetHistogramParameterfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetHistogramParameterfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetHistogramParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetHistogramParameteriv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetHistogramParameteriv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetInfoLogARB(Pointer, int, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetInfoLogARB(com.sun.jna.Pointer, int, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetInfoLogARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetIntegerIndexedvEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetIntegerIndexedvEXT(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetIntegerIndexedvEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetIntegerv(int, IntByReference)
          use the safer methods OpenGLLibrary.glGetIntegerv(int, java.nio.IntBuffer) and OpenGLLibrary.glGetIntegerv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetLightfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetLightfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetLightfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetLightiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetLightiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetLightiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMapdv(int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glGetMapdv(int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glGetMapdv(int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMapfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetMapfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetMapfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMapiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetMapiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetMapiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMaterialfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetMaterialfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetMaterialfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMaterialiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetMaterialiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetMaterialiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMinmaxParameterfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetMinmaxParameterfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetMinmaxParameterfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMinmaxParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetMinmaxParameteriv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetMinmaxParameteriv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetObjectParameterfvARB(Pointer, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetObjectParameterfvARB(com.sun.jna.Pointer, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetObjectParameterfvARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetObjectParameterivAPPLE(int, int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetObjectParameterivAPPLE(int, int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetObjectParameterivAPPLE(int, int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetObjectParameterivARB(Pointer, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetObjectParameterivARB(com.sun.jna.Pointer, int, java.nio.IntBuffer) and OpenGLLibrary.glGetObjectParameterivARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetPixelMapfv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetPixelMapfv(int, java.nio.FloatBuffer) and OpenGLLibrary.glGetPixelMapfv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetPixelMapuiv(int, IntByReference)
          use the safer methods OpenGLLibrary.glGetPixelMapuiv(int, java.nio.IntBuffer) and OpenGLLibrary.glGetPixelMapuiv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetPixelMapusv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glGetPixelMapusv(int, java.nio.ShortBuffer) and OpenGLLibrary.glGetPixelMapusv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetPolygonStipple(Pointer)
          use the safer methods OpenGLLibrary.glGetPolygonStipple(java.nio.ByteBuffer) and OpenGLLibrary.glGetPolygonStipple(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramEnvParameterdvARB(int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glGetProgramEnvParameterdvARB(int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glGetProgramEnvParameterdvARB(int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramEnvParameterfvARB(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetProgramEnvParameterfvARB(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetProgramEnvParameterfvARB(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramInfoLog(int, int, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetProgramInfoLog(int, int, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetProgramInfoLog(int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetProgramiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetProgramiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetProgramivARB(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetProgramivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramLocalParameterdvARB(int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glGetProgramLocalParameterdvARB(int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glGetProgramLocalParameterdvARB(int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramLocalParameterfvARB(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetProgramLocalParameterfvARB(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetProgramLocalParameterfvARB(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetQueryiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetQueryiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetQueryivARB(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetQueryivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryObjectiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetQueryObjectiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetQueryObjectiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryObjectivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetQueryObjectivARB(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetQueryObjectivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryObjectuiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetQueryObjectuiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetQueryObjectuiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryObjectuivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetQueryObjectuivARB(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetQueryObjectuivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetRenderbufferParameterivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetRenderbufferParameterivEXT(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetRenderbufferParameterivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetShaderInfoLog(int, int, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetShaderInfoLog(int, int, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetShaderInfoLog(int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetShaderiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetShaderiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetShaderiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetShaderSource(int, int, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetShaderSource(int, int, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetShaderSource(int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetShaderSourceARB(Pointer, int, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetShaderSourceARB(com.sun.jna.Pointer, int, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetShaderSourceARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexEnvfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetTexEnvfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetTexEnvfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexEnviv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetTexEnviv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetTexEnviv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexGendv(int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glGetTexGendv(int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glGetTexGendv(int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexGenfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetTexGenfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetTexGenfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexGeniv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetTexGeniv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetTexGeniv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexLevelParameterfv(int, int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetTexLevelParameterfv(int, int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetTexLevelParameterfv(int, int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexLevelParameteriv(int, int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetTexLevelParameteriv(int, int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetTexLevelParameteriv(int, int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexParameterfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetTexParameterfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetTexParameterfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexParameterIivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetTexParameterIivEXT(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetTexParameterIivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexParameterIuivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetTexParameterIuivEXT(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetTexParameterIuivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetTexParameteriv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetTexParameteriv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTransformFeedbackVaryingEXT(int, int, int, IntByReference, IntByReference, IntByReference, Pointer)
          use the safer methods OpenGLLibrary.glGetTransformFeedbackVaryingEXT(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) and OpenGLLibrary.glGetTransformFeedbackVaryingEXT(int, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetUniformfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetUniformfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformfvARB(Pointer, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetUniformfvARB(com.sun.jna.Pointer, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetUniformfvARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetUniformiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetUniformiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformivARB(Pointer, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetUniformivARB(com.sun.jna.Pointer, int, java.nio.IntBuffer) and OpenGLLibrary.glGetUniformivARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformLocation(int, Pointer)
          use the safer methods OpenGLLibrary.glGetUniformLocation(int, java.nio.ByteBuffer) and OpenGLLibrary.glGetUniformLocation(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformLocationARB(Pointer, Pointer)
          use the safer methods OpenGLLibrary.glGetUniformLocationARB(com.sun.jna.Pointer, java.nio.ByteBuffer) and OpenGLLibrary.glGetUniformLocationARB(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformuivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetUniformuivEXT(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetUniformuivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribdv(int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glGetVertexAttribdv(int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glGetVertexAttribdv(int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribdvARB(int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glGetVertexAttribdvARB(int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glGetVertexAttribdvARB(int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetVertexAttribfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetVertexAttribfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribfvARB(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glGetVertexAttribfvARB(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glGetVertexAttribfvARB(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribIivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetVertexAttribIivEXT(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetVertexAttribIivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribIuivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetVertexAttribIuivEXT(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetVertexAttribIuivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetVertexAttribiv(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetVertexAttribiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glGetVertexAttribivARB(int, int, java.nio.IntBuffer) and OpenGLLibrary.glGetVertexAttribivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexdv(DoubleByReference)
          use the safer methods OpenGLLibrary.glIndexdv(java.nio.DoubleBuffer) and OpenGLLibrary.glIndexdv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexfv(FloatByReference)
          use the safer methods OpenGLLibrary.glIndexfv(java.nio.FloatBuffer) and OpenGLLibrary.glIndexfv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexiv(IntByReference)
          use the safer methods OpenGLLibrary.glIndexiv(int[]) and OpenGLLibrary.glIndexiv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexsv(ShortByReference)
          use the safer methods OpenGLLibrary.glIndexsv(java.nio.ShortBuffer) and OpenGLLibrary.glIndexsv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexubv(Pointer)
          use the safer methods OpenGLLibrary.glIndexubv(java.nio.ByteBuffer) and OpenGLLibrary.glIndexubv(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLightfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glLightfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glLightfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLightiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glLightiv(int, int, int[]) and OpenGLLibrary.glLightiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLightModelfv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glLightModelfv(int, java.nio.FloatBuffer) and OpenGLLibrary.glLightModelfv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLightModeliv(int, IntByReference)
          use the safer methods OpenGLLibrary.glLightModeliv(int, int[]) and OpenGLLibrary.glLightModeliv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadMatrixd(DoubleByReference)
          use the safer methods OpenGLLibrary.glLoadMatrixd(java.nio.DoubleBuffer) and OpenGLLibrary.glLoadMatrixd(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadMatrixf(FloatByReference)
          use the safer methods OpenGLLibrary.glLoadMatrixf(java.nio.FloatBuffer) and OpenGLLibrary.glLoadMatrixf(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadTransposeMatrixd(DoubleByReference)
          use the safer methods OpenGLLibrary.glLoadTransposeMatrixd(java.nio.DoubleBuffer) and OpenGLLibrary.glLoadTransposeMatrixd(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadTransposeMatrixdARB(DoubleByReference)
          use the safer methods OpenGLLibrary.glLoadTransposeMatrixdARB(java.nio.DoubleBuffer) and OpenGLLibrary.glLoadTransposeMatrixdARB(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadTransposeMatrixf(FloatByReference)
          use the safer methods OpenGLLibrary.glLoadTransposeMatrixf(java.nio.FloatBuffer) and OpenGLLibrary.glLoadTransposeMatrixf(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadTransposeMatrixfARB(FloatByReference)
          use the safer methods OpenGLLibrary.glLoadTransposeMatrixfARB(java.nio.FloatBuffer) and OpenGLLibrary.glLoadTransposeMatrixfARB(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMap1d(int, double, double, int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMap1d(int, double, double, int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glMap1d(int, double, double, int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMap1f(int, float, float, int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glMap1f(int, float, float, int, int, java.nio.FloatBuffer) and OpenGLLibrary.glMap1f(int, float, float, int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMap2d(int, double, double, int, int, double, double, int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMap2d(int, double, double, int, int, double, double, int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glMap2d(int, double, double, int, int, double, double, int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMap2f(int, float, float, int, int, float, float, int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glMap2f(int, float, float, int, int, float, float, int, int, java.nio.FloatBuffer) and OpenGLLibrary.glMap2f(int, float, float, int, int, float, float, int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, java.nio.FloatBuffer) and OpenGLLibrary.glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, java.nio.FloatBuffer) and OpenGLLibrary.glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMaterialfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glMaterialfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glMaterialfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMaterialiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glMaterialiv(int, int, int[]) and OpenGLLibrary.glMaterialiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiDrawArrays(int, IntByReference, IntByReference, int)
          use the safer methods OpenGLLibrary.glMultiDrawArrays(int, int[], int[], int) and OpenGLLibrary.glMultiDrawArrays(int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiDrawArraysEXT(int, IntByReference, IntByReference, int)
          use the safer methods OpenGLLibrary.glMultiDrawArraysEXT(int, int[], int[], int) and OpenGLLibrary.glMultiDrawArraysEXT(int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiDrawElementArrayAPPLE(int, IntByReference, IntByReference, int)
          use the safer methods OpenGLLibrary.glMultiDrawElementArrayAPPLE(int, int[], int[], int) and OpenGLLibrary.glMultiDrawElementArrayAPPLE(int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiDrawElements(int, IntByReference, int, PointerByReference, int)
          use the safer methods OpenGLLibrary.glMultiDrawElements(int, int[], int, com.sun.jna.ptr.PointerByReference, int) and OpenGLLibrary.glMultiDrawElements(int, com.sun.jna.ptr.IntByReference, int, com.sun.jna.ptr.PointerByReference, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiDrawElementsEXT(int, IntByReference, int, PointerByReference, int)
          use the safer methods OpenGLLibrary.glMultiDrawElementsEXT(int, int[], int, com.sun.jna.ptr.PointerByReference, int) and OpenGLLibrary.glMultiDrawElementsEXT(int, com.sun.jna.ptr.IntByReference, int, com.sun.jna.ptr.PointerByReference, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiDrawRangeElementArrayAPPLE(int, int, int, IntByReference, IntByReference, int)
          use the safer methods OpenGLLibrary.glMultiDrawRangeElementArrayAPPLE(int, int, int, int[], int[], int) and OpenGLLibrary.glMultiDrawRangeElementArrayAPPLE(int, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1dv(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1dv(int, java.nio.DoubleBuffer) and OpenGLLibrary.glMultiTexCoord1dv(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1dvARB(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1dvARB(int, java.nio.DoubleBuffer) and OpenGLLibrary.glMultiTexCoord1dvARB(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1fv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1fv(int, java.nio.FloatBuffer) and OpenGLLibrary.glMultiTexCoord1fv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1fvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1fvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glMultiTexCoord1fvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1iv(int, int[]) and OpenGLLibrary.glMultiTexCoord1iv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1ivARB(int, int[]) and OpenGLLibrary.glMultiTexCoord1ivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1sv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1sv(int, java.nio.ShortBuffer) and OpenGLLibrary.glMultiTexCoord1sv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1svARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1svARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glMultiTexCoord1svARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2dv(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2dv(int, java.nio.DoubleBuffer) and OpenGLLibrary.glMultiTexCoord2dv(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2dvARB(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2dvARB(int, java.nio.DoubleBuffer) and OpenGLLibrary.glMultiTexCoord2dvARB(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2fv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2fv(int, java.nio.FloatBuffer) and OpenGLLibrary.glMultiTexCoord2fv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2fvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2fvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glMultiTexCoord2fvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2iv(int, int[]) and OpenGLLibrary.glMultiTexCoord2iv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2ivARB(int, int[]) and OpenGLLibrary.glMultiTexCoord2ivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2sv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2sv(int, java.nio.ShortBuffer) and OpenGLLibrary.glMultiTexCoord2sv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2svARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2svARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glMultiTexCoord2svARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3dv(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3dv(int, java.nio.DoubleBuffer) and OpenGLLibrary.glMultiTexCoord3dv(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3dvARB(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3dvARB(int, java.nio.DoubleBuffer) and OpenGLLibrary.glMultiTexCoord3dvARB(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3fv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3fv(int, java.nio.FloatBuffer) and OpenGLLibrary.glMultiTexCoord3fv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3fvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3fvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glMultiTexCoord3fvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3iv(int, int[]) and OpenGLLibrary.glMultiTexCoord3iv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3ivARB(int, int[]) and OpenGLLibrary.glMultiTexCoord3ivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3sv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3sv(int, java.nio.ShortBuffer) and OpenGLLibrary.glMultiTexCoord3sv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3svARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3svARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glMultiTexCoord3svARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4dv(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4dv(int, java.nio.DoubleBuffer) and OpenGLLibrary.glMultiTexCoord4dv(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4dvARB(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4dvARB(int, java.nio.DoubleBuffer) and OpenGLLibrary.glMultiTexCoord4dvARB(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4fv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4fv(int, java.nio.FloatBuffer) and OpenGLLibrary.glMultiTexCoord4fv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4fvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4fvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glMultiTexCoord4fvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4iv(int, int[]) and OpenGLLibrary.glMultiTexCoord4iv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4ivARB(int, int[]) and OpenGLLibrary.glMultiTexCoord4ivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4sv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4sv(int, java.nio.ShortBuffer) and OpenGLLibrary.glMultiTexCoord4sv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4svARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4svARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glMultiTexCoord4svARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultMatrixd(DoubleByReference)
          use the safer methods OpenGLLibrary.glMultMatrixd(java.nio.DoubleBuffer) and OpenGLLibrary.glMultMatrixd(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultMatrixf(FloatByReference)
          use the safer methods OpenGLLibrary.glMultMatrixf(java.nio.FloatBuffer) and OpenGLLibrary.glMultMatrixf(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultTransposeMatrixd(DoubleByReference)
          use the safer methods OpenGLLibrary.glMultTransposeMatrixd(java.nio.DoubleBuffer) and OpenGLLibrary.glMultTransposeMatrixd(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultTransposeMatrixdARB(DoubleByReference)
          use the safer methods OpenGLLibrary.glMultTransposeMatrixdARB(java.nio.DoubleBuffer) and OpenGLLibrary.glMultTransposeMatrixdARB(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultTransposeMatrixf(FloatByReference)
          use the safer methods OpenGLLibrary.glMultTransposeMatrixf(java.nio.FloatBuffer) and OpenGLLibrary.glMultTransposeMatrixf(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultTransposeMatrixfARB(FloatByReference)
          use the safer methods OpenGLLibrary.glMultTransposeMatrixfARB(java.nio.FloatBuffer) and OpenGLLibrary.glMultTransposeMatrixfARB(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3bv(Pointer)
          use the safer methods OpenGLLibrary.glNormal3bv(java.nio.ByteBuffer) and OpenGLLibrary.glNormal3bv(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glNormal3dv(java.nio.DoubleBuffer) and OpenGLLibrary.glNormal3dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3fv(FloatByReference)
          use the safer methods OpenGLLibrary.glNormal3fv(java.nio.FloatBuffer) and OpenGLLibrary.glNormal3fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3iv(IntByReference)
          use the safer methods OpenGLLibrary.glNormal3iv(int[]) and OpenGLLibrary.glNormal3iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3sv(ShortByReference)
          use the safer methods OpenGLLibrary.glNormal3sv(java.nio.ShortBuffer) and OpenGLLibrary.glNormal3sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPixelMapfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glPixelMapfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glPixelMapfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPixelMapuiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glPixelMapuiv(int, int, int[]) and OpenGLLibrary.glPixelMapuiv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPixelMapusv(int, int, ShortByReference)
          use the safer methods OpenGLLibrary.glPixelMapusv(int, int, java.nio.ShortBuffer) and OpenGLLibrary.glPixelMapusv(int, int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPointParameterfv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glPointParameterfv(int, java.nio.FloatBuffer) and OpenGLLibrary.glPointParameterfv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPointParameterfvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glPointParameterfvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glPointParameterfvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPointParameteriv(int, IntByReference)
          use the safer methods OpenGLLibrary.glPointParameteriv(int, int[]) and OpenGLLibrary.glPointParameteriv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPointParameterivNV(int, IntByReference)
          use the safer methods OpenGLLibrary.glPointParameterivNV(int, int[]) and OpenGLLibrary.glPointParameterivNV(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPolygonStipple(Pointer)
          use the safer methods OpenGLLibrary.glPolygonStipple(java.nio.ByteBuffer) and OpenGLLibrary.glPolygonStipple(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPrioritizeTextures(int, IntByReference, FloatByReference)
          use the safer methods OpenGLLibrary.glPrioritizeTextures(int, int[], java.nio.FloatBuffer) and OpenGLLibrary.glPrioritizeTextures(int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramEnvParameter4dvARB(int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glProgramEnvParameter4dvARB(int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glProgramEnvParameter4dvARB(int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramEnvParameter4fvARB(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glProgramEnvParameter4fvARB(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glProgramEnvParameter4fvARB(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramEnvParameters4fvEXT(int, int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glProgramEnvParameters4fvEXT(int, int, int, java.nio.FloatBuffer) and OpenGLLibrary.glProgramEnvParameters4fvEXT(int, int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramLocalParameter4dvARB(int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glProgramLocalParameter4dvARB(int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glProgramLocalParameter4dvARB(int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramLocalParameter4fvARB(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glProgramLocalParameter4fvARB(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glProgramLocalParameter4fvARB(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramLocalParameters4fvEXT(int, int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glProgramLocalParameters4fvEXT(int, int, int, java.nio.FloatBuffer) and OpenGLLibrary.glProgramLocalParameters4fvEXT(int, int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos2dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glRasterPos2dv(java.nio.DoubleBuffer) and OpenGLLibrary.glRasterPos2dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos2fv(FloatByReference)
          use the safer methods OpenGLLibrary.glRasterPos2fv(java.nio.FloatBuffer) and OpenGLLibrary.glRasterPos2fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos2iv(IntByReference)
          use the safer methods OpenGLLibrary.glRasterPos2iv(int[]) and OpenGLLibrary.glRasterPos2iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos2sv(ShortByReference)
          use the safer methods OpenGLLibrary.glRasterPos2sv(java.nio.ShortBuffer) and OpenGLLibrary.glRasterPos2sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos3dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glRasterPos3dv(java.nio.DoubleBuffer) and OpenGLLibrary.glRasterPos3dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos3fv(FloatByReference)
          use the safer methods OpenGLLibrary.glRasterPos3fv(java.nio.FloatBuffer) and OpenGLLibrary.glRasterPos3fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos3iv(IntByReference)
          use the safer methods OpenGLLibrary.glRasterPos3iv(int[]) and OpenGLLibrary.glRasterPos3iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos3sv(ShortByReference)
          use the safer methods OpenGLLibrary.glRasterPos3sv(java.nio.ShortBuffer) and OpenGLLibrary.glRasterPos3sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos4dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glRasterPos4dv(java.nio.DoubleBuffer) and OpenGLLibrary.glRasterPos4dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos4fv(FloatByReference)
          use the safer methods OpenGLLibrary.glRasterPos4fv(java.nio.FloatBuffer) and OpenGLLibrary.glRasterPos4fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos4iv(IntByReference)
          use the safer methods OpenGLLibrary.glRasterPos4iv(int[]) and OpenGLLibrary.glRasterPos4iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos4sv(ShortByReference)
          use the safer methods OpenGLLibrary.glRasterPos4sv(java.nio.ShortBuffer) and OpenGLLibrary.glRasterPos4sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRectdv(DoubleByReference, DoubleByReference)
          use the safer methods OpenGLLibrary.glRectdv(java.nio.DoubleBuffer, java.nio.DoubleBuffer) and OpenGLLibrary.glRectdv(com.sun.jna.ptr.DoubleByReference, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRectfv(FloatByReference, FloatByReference)
          use the safer methods OpenGLLibrary.glRectfv(java.nio.FloatBuffer, java.nio.FloatBuffer) and OpenGLLibrary.glRectfv(com.sun.jna.ptr.FloatByReference, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRectiv(IntByReference, IntByReference)
          use the safer methods OpenGLLibrary.glRectiv(int[], int[]) and OpenGLLibrary.glRectiv(com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRectsv(ShortByReference, ShortByReference)
          use the safer methods OpenGLLibrary.glRectsv(java.nio.ShortBuffer, java.nio.ShortBuffer) and OpenGLLibrary.glRectsv(com.sun.jna.ptr.ShortByReference, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3bv(Pointer)
          use the safer methods OpenGLLibrary.glSecondaryColor3bv(java.nio.ByteBuffer) and OpenGLLibrary.glSecondaryColor3bv(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3bvEXT(Pointer)
          use the safer methods OpenGLLibrary.glSecondaryColor3bvEXT(java.nio.ByteBuffer) and OpenGLLibrary.glSecondaryColor3bvEXT(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3dv(java.nio.DoubleBuffer) and OpenGLLibrary.glSecondaryColor3dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3dvEXT(DoubleByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3dvEXT(java.nio.DoubleBuffer) and OpenGLLibrary.glSecondaryColor3dvEXT(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3fv(FloatByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3fv(java.nio.FloatBuffer) and OpenGLLibrary.glSecondaryColor3fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3fvEXT(FloatByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3fvEXT(java.nio.FloatBuffer) and OpenGLLibrary.glSecondaryColor3fvEXT(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3iv(IntByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3iv(int[]) and OpenGLLibrary.glSecondaryColor3iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3ivEXT(IntByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3ivEXT(int[]) and OpenGLLibrary.glSecondaryColor3ivEXT(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3sv(ShortByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3sv(java.nio.ShortBuffer) and OpenGLLibrary.glSecondaryColor3sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3svEXT(ShortByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3svEXT(java.nio.ShortBuffer) and OpenGLLibrary.glSecondaryColor3svEXT(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3ubv(Pointer)
          use the safer methods OpenGLLibrary.glSecondaryColor3ubv(java.nio.ByteBuffer) and OpenGLLibrary.glSecondaryColor3ubv(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3ubvEXT(Pointer)
          use the safer methods OpenGLLibrary.glSecondaryColor3ubvEXT(java.nio.ByteBuffer) and OpenGLLibrary.glSecondaryColor3ubvEXT(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3uiv(IntByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3uiv(int[]) and OpenGLLibrary.glSecondaryColor3uiv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3uivEXT(IntByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3uivEXT(int[]) and OpenGLLibrary.glSecondaryColor3uivEXT(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3usv(ShortByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3usv(java.nio.ShortBuffer) and OpenGLLibrary.glSecondaryColor3usv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3usvEXT(ShortByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3usvEXT(java.nio.ShortBuffer) and OpenGLLibrary.glSecondaryColor3usvEXT(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSelectBuffer(int, IntByReference)
          use the safer methods OpenGLLibrary.glSelectBuffer(int, java.nio.IntBuffer) and OpenGLLibrary.glSelectBuffer(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glShaderSource(int, int, PointerByReference, IntByReference)
          use the safer methods OpenGLLibrary.glShaderSource(int, int, java.lang.String[], int[]) and OpenGLLibrary.glShaderSource(int, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glShaderSourceARB(Pointer, int, PointerByReference, IntByReference)
          use the safer methods OpenGLLibrary.glShaderSourceARB(com.sun.jna.Pointer, int, java.lang.String[], int[]) and OpenGLLibrary.glShaderSourceARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord1dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glTexCoord1dv(java.nio.DoubleBuffer) and OpenGLLibrary.glTexCoord1dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord1fv(FloatByReference)
          use the safer methods OpenGLLibrary.glTexCoord1fv(java.nio.FloatBuffer) and OpenGLLibrary.glTexCoord1fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord1iv(IntByReference)
          use the safer methods OpenGLLibrary.glTexCoord1iv(int[]) and OpenGLLibrary.glTexCoord1iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord1sv(ShortByReference)
          use the safer methods OpenGLLibrary.glTexCoord1sv(java.nio.ShortBuffer) and OpenGLLibrary.glTexCoord1sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord2dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glTexCoord2dv(java.nio.DoubleBuffer) and OpenGLLibrary.glTexCoord2dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord2fv(FloatByReference)
          use the safer methods OpenGLLibrary.glTexCoord2fv(java.nio.FloatBuffer) and OpenGLLibrary.glTexCoord2fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord2iv(IntByReference)
          use the safer methods OpenGLLibrary.glTexCoord2iv(int[]) and OpenGLLibrary.glTexCoord2iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord2sv(ShortByReference)
          use the safer methods OpenGLLibrary.glTexCoord2sv(java.nio.ShortBuffer) and OpenGLLibrary.glTexCoord2sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord3dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glTexCoord3dv(java.nio.DoubleBuffer) and OpenGLLibrary.glTexCoord3dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord3fv(FloatByReference)
          use the safer methods OpenGLLibrary.glTexCoord3fv(java.nio.FloatBuffer) and OpenGLLibrary.glTexCoord3fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord3iv(IntByReference)
          use the safer methods OpenGLLibrary.glTexCoord3iv(int[]) and OpenGLLibrary.glTexCoord3iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord3sv(ShortByReference)
          use the safer methods OpenGLLibrary.glTexCoord3sv(java.nio.ShortBuffer) and OpenGLLibrary.glTexCoord3sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord4dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glTexCoord4dv(java.nio.DoubleBuffer) and OpenGLLibrary.glTexCoord4dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord4fv(FloatByReference)
          use the safer methods OpenGLLibrary.glTexCoord4fv(java.nio.FloatBuffer) and OpenGLLibrary.glTexCoord4fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord4iv(IntByReference)
          use the safer methods OpenGLLibrary.glTexCoord4iv(int[]) and OpenGLLibrary.glTexCoord4iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord4sv(ShortByReference)
          use the safer methods OpenGLLibrary.glTexCoord4sv(java.nio.ShortBuffer) and OpenGLLibrary.glTexCoord4sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexEnvfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glTexEnvfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glTexEnvfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexEnviv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glTexEnviv(int, int, int[]) and OpenGLLibrary.glTexEnviv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexGendv(int, int, DoubleByReference)
          use the safer methods OpenGLLibrary.glTexGendv(int, int, java.nio.DoubleBuffer) and OpenGLLibrary.glTexGendv(int, int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexGenfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glTexGenfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glTexGenfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexGeniv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glTexGeniv(int, int, int[]) and OpenGLLibrary.glTexGeniv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexParameterfv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glTexParameterfv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glTexParameterfv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexParameterIivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glTexParameterIivEXT(int, int, java.nio.IntBuffer) and OpenGLLibrary.glTexParameterIivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexParameterIuivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glTexParameterIuivEXT(int, int, java.nio.IntBuffer) and OpenGLLibrary.glTexParameterIuivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glTexParameteriv(int, int, int[]) and OpenGLLibrary.glTexParameteriv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTransformFeedbackVaryingsEXT(int, int, PointerByReference, int)
          use the safer methods OpenGLLibrary.glTransformFeedbackVaryingsEXT(int, int, java.lang.String[], int) and OpenGLLibrary.glTransformFeedbackVaryingsEXT(int, int, com.sun.jna.ptr.PointerByReference, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1fv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glUniform1fv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glUniform1fv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1fvARB(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glUniform1fvARB(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glUniform1fvARB(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1iv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform1iv(int, int, int[]) and OpenGLLibrary.glUniform1iv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1ivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform1ivARB(int, int, int[]) and OpenGLLibrary.glUniform1ivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1uivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform1uivEXT(int, int, int[]) and OpenGLLibrary.glUniform1uivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2fv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glUniform2fv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glUniform2fv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2fvARB(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glUniform2fvARB(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glUniform2fvARB(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2iv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform2iv(int, int, int[]) and OpenGLLibrary.glUniform2iv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2ivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform2ivARB(int, int, int[]) and OpenGLLibrary.glUniform2ivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2uivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform2uivEXT(int, int, int[]) and OpenGLLibrary.glUniform2uivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3fv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glUniform3fv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glUniform3fv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3fvARB(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glUniform3fvARB(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glUniform3fvARB(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3iv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform3iv(int, int, int[]) and OpenGLLibrary.glUniform3iv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3ivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform3ivARB(int, int, int[]) and OpenGLLibrary.glUniform3ivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3uivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform3uivEXT(int, int, int[]) and OpenGLLibrary.glUniform3uivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4fv(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glUniform4fv(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glUniform4fv(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4fvARB(int, int, FloatByReference)
          use the safer methods OpenGLLibrary.glUniform4fvARB(int, int, java.nio.FloatBuffer) and OpenGLLibrary.glUniform4fvARB(int, int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4iv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform4iv(int, int, int[]) and OpenGLLibrary.glUniform4iv(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4ivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform4ivARB(int, int, int[]) and OpenGLLibrary.glUniform4ivARB(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4uivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform4uivEXT(int, int, int[]) and OpenGLLibrary.glUniform4uivEXT(int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix2fv(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix2fv(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix2fv(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix2fvARB(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix2fvARB(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix2fvARB(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix2x3fv(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix2x3fv(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix2x3fv(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix2x4fv(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix2x4fv(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix2x4fv(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix3fv(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix3fv(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix3fv(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix3fvARB(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix3fvARB(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix3fvARB(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix3x2fv(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix3x2fv(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix3x2fv(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix3x4fv(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix3x4fv(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix3x4fv(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix4fv(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix4fv(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix4fv(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix4fvARB(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix4fvARB(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix4fvARB(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix4x2fv(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix4x2fv(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix4x2fv(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix4x3fv(int, int, byte, FloatByReference)
          use the safer methods OpenGLLibrary.glUniformMatrix4x3fv(int, int, byte, java.nio.FloatBuffer) and OpenGLLibrary.glUniformMatrix4x3fv(int, int, byte, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex2dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glVertex2dv(java.nio.DoubleBuffer) and OpenGLLibrary.glVertex2dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex2fv(FloatByReference)
          use the safer methods OpenGLLibrary.glVertex2fv(java.nio.FloatBuffer) and OpenGLLibrary.glVertex2fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex2iv(IntByReference)
          use the safer methods OpenGLLibrary.glVertex2iv(int[]) and OpenGLLibrary.glVertex2iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex2sv(ShortByReference)
          use the safer methods OpenGLLibrary.glVertex2sv(java.nio.ShortBuffer) and OpenGLLibrary.glVertex2sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex3dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glVertex3dv(java.nio.DoubleBuffer) and OpenGLLibrary.glVertex3dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex3fv(FloatByReference)
          use the safer methods OpenGLLibrary.glVertex3fv(java.nio.FloatBuffer) and OpenGLLibrary.glVertex3fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex3iv(IntByReference)
          use the safer methods OpenGLLibrary.glVertex3iv(int[]) and OpenGLLibrary.glVertex3iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex3sv(ShortByReference)
          use the safer methods OpenGLLibrary.glVertex3sv(java.nio.ShortBuffer) and OpenGLLibrary.glVertex3sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex4dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glVertex4dv(java.nio.DoubleBuffer) and OpenGLLibrary.glVertex4dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex4fv(FloatByReference)
          use the safer methods OpenGLLibrary.glVertex4fv(java.nio.FloatBuffer) and OpenGLLibrary.glVertex4fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex4iv(IntByReference)
          use the safer methods OpenGLLibrary.glVertex4iv(int[]) and OpenGLLibrary.glVertex4iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex4sv(ShortByReference)
          use the safer methods OpenGLLibrary.glVertex4sv(java.nio.ShortBuffer) and OpenGLLibrary.glVertex4sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1dv(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib1dv(int, java.nio.DoubleBuffer) and OpenGLLibrary.glVertexAttrib1dv(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1dvARB(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib1dvARB(int, java.nio.DoubleBuffer) and OpenGLLibrary.glVertexAttrib1dvARB(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1fv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib1fv(int, java.nio.FloatBuffer) and OpenGLLibrary.glVertexAttrib1fv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1fvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib1fvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glVertexAttrib1fvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1sv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib1sv(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib1sv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1svARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib1svARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib1svARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2dv(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib2dv(int, java.nio.DoubleBuffer) and OpenGLLibrary.glVertexAttrib2dv(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2dvARB(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib2dvARB(int, java.nio.DoubleBuffer) and OpenGLLibrary.glVertexAttrib2dvARB(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2fv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib2fv(int, java.nio.FloatBuffer) and OpenGLLibrary.glVertexAttrib2fv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2fvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib2fvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glVertexAttrib2fvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2sv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib2sv(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib2sv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2svARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib2svARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib2svARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3dv(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib3dv(int, java.nio.DoubleBuffer) and OpenGLLibrary.glVertexAttrib3dv(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3dvARB(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib3dvARB(int, java.nio.DoubleBuffer) and OpenGLLibrary.glVertexAttrib3dvARB(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3fv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib3fv(int, java.nio.FloatBuffer) and OpenGLLibrary.glVertexAttrib3fv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3fvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib3fvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glVertexAttrib3fvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3sv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib3sv(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib3sv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3svARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib3svARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib3svARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4bv(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttrib4bv(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttrib4bv(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4bvARB(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttrib4bvARB(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttrib4bvARB(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4dv(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4dv(int, java.nio.DoubleBuffer) and OpenGLLibrary.glVertexAttrib4dv(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4dvARB(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4dvARB(int, java.nio.DoubleBuffer) and OpenGLLibrary.glVertexAttrib4dvARB(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4fv(int, FloatByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4fv(int, java.nio.FloatBuffer) and OpenGLLibrary.glVertexAttrib4fv(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4fvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4fvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glVertexAttrib4fvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4iv(int, int[]) and OpenGLLibrary.glVertexAttrib4iv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4ivARB(int, int[]) and OpenGLLibrary.glVertexAttrib4ivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nbv(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttrib4Nbv(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttrib4Nbv(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NbvARB(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttrib4NbvARB(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttrib4NbvARB(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Niv(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4Niv(int, int[]) and OpenGLLibrary.glVertexAttrib4Niv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4NivARB(int, int[]) and OpenGLLibrary.glVertexAttrib4NivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nsv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4Nsv(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib4Nsv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NsvARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4NsvARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib4NsvARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nubv(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttrib4Nubv(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttrib4Nubv(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NubvARB(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttrib4NubvARB(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttrib4NubvARB(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nuiv(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4Nuiv(int, int[]) and OpenGLLibrary.glVertexAttrib4Nuiv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NuivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4NuivARB(int, int[]) and OpenGLLibrary.glVertexAttrib4NuivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nusv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4Nusv(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib4Nusv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NusvARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4NusvARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib4NusvARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4sv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4sv(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib4sv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4svARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4svARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib4svARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4ubv(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttrib4ubv(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttrib4ubv(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4ubvARB(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttrib4ubvARB(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttrib4ubvARB(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4uiv(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4uiv(int, int[]) and OpenGLLibrary.glVertexAttrib4uiv(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4uivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4uivARB(int, int[]) and OpenGLLibrary.glVertexAttrib4uivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4usv(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4usv(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib4usv(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4usvARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4usvARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttrib4usvARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI1ivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI1ivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI1ivEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI1uivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI1uivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI1uivEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI2ivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI2ivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI2ivEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI2uivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI2uivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI2uivEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI3ivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI3ivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI3ivEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI3uivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI3uivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI3uivEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4bvEXT(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttribI4bvEXT(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttribI4bvEXT(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4ivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI4ivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI4ivEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4svEXT(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI4svEXT(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttribI4svEXT(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4ubvEXT(int, Pointer)
          use the safer methods OpenGLLibrary.glVertexAttribI4ubvEXT(int, java.nio.ByteBuffer) and OpenGLLibrary.glVertexAttribI4ubvEXT(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4uivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI4uivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI4uivEXT(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4usvEXT(int, ShortByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI4usvEXT(int, java.nio.ShortBuffer) and OpenGLLibrary.glVertexAttribI4usvEXT(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightbvARB(int, Pointer)
          use the safer methods OpenGLLibrary.glWeightbvARB(int, java.nio.ByteBuffer) and OpenGLLibrary.glWeightbvARB(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightdvARB(int, DoubleByReference)
          use the safer methods OpenGLLibrary.glWeightdvARB(int, java.nio.DoubleBuffer) and OpenGLLibrary.glWeightdvARB(int, com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightfvARB(int, FloatByReference)
          use the safer methods OpenGLLibrary.glWeightfvARB(int, java.nio.FloatBuffer) and OpenGLLibrary.glWeightfvARB(int, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glWeightivARB(int, int[]) and OpenGLLibrary.glWeightivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightsvARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glWeightsvARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glWeightsvARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightubvARB(int, Pointer)
          use the safer methods OpenGLLibrary.glWeightubvARB(int, java.nio.ByteBuffer) and OpenGLLibrary.glWeightubvARB(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightuivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glWeightuivARB(int, int[]) and OpenGLLibrary.glWeightuivARB(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightusvARB(int, ShortByReference)
          use the safer methods OpenGLLibrary.glWeightusvARB(int, java.nio.ShortBuffer) and OpenGLLibrary.glWeightusvARB(int, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glWindowPos2dv(java.nio.DoubleBuffer) and OpenGLLibrary.glWindowPos2dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2dvARB(DoubleByReference)
          use the safer methods OpenGLLibrary.glWindowPos2dvARB(java.nio.DoubleBuffer) and OpenGLLibrary.glWindowPos2dvARB(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2fv(FloatByReference)
          use the safer methods OpenGLLibrary.glWindowPos2fv(java.nio.FloatBuffer) and OpenGLLibrary.glWindowPos2fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2fvARB(FloatByReference)
          use the safer methods OpenGLLibrary.glWindowPos2fvARB(java.nio.FloatBuffer) and OpenGLLibrary.glWindowPos2fvARB(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2iv(IntByReference)
          use the safer methods OpenGLLibrary.glWindowPos2iv(int[]) and OpenGLLibrary.glWindowPos2iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2ivARB(IntByReference)
          use the safer methods OpenGLLibrary.glWindowPos2ivARB(int[]) and OpenGLLibrary.glWindowPos2ivARB(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2sv(ShortByReference)
          use the safer methods OpenGLLibrary.glWindowPos2sv(java.nio.ShortBuffer) and OpenGLLibrary.glWindowPos2sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2svARB(ShortByReference)
          use the safer methods OpenGLLibrary.glWindowPos2svARB(java.nio.ShortBuffer) and OpenGLLibrary.glWindowPos2svARB(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3dv(DoubleByReference)
          use the safer methods OpenGLLibrary.glWindowPos3dv(java.nio.DoubleBuffer) and OpenGLLibrary.glWindowPos3dv(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3dvARB(DoubleByReference)
          use the safer methods OpenGLLibrary.glWindowPos3dvARB(java.nio.DoubleBuffer) and OpenGLLibrary.glWindowPos3dvARB(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3fv(FloatByReference)
          use the safer methods OpenGLLibrary.glWindowPos3fv(java.nio.FloatBuffer) and OpenGLLibrary.glWindowPos3fv(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3fvARB(FloatByReference)
          use the safer methods OpenGLLibrary.glWindowPos3fvARB(java.nio.FloatBuffer) and OpenGLLibrary.glWindowPos3fvARB(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3iv(IntByReference)
          use the safer methods OpenGLLibrary.glWindowPos3iv(int[]) and OpenGLLibrary.glWindowPos3iv(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3ivARB(IntByReference)
          use the safer methods OpenGLLibrary.glWindowPos3ivARB(int[]) and OpenGLLibrary.glWindowPos3ivARB(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3sv(ShortByReference)
          use the safer methods OpenGLLibrary.glWindowPos3sv(java.nio.ShortBuffer) and OpenGLLibrary.glWindowPos3sv(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3svARB(ShortByReference)
          use the safer methods OpenGLLibrary.glWindowPos3svARB(java.nio.ShortBuffer) and OpenGLLibrary.glWindowPos3svARB(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.HandleToRgn(PointerByReference, HIServicesLibrary.OpaqueRgnHandle)
          use the safer methods QDLibrary.HandleToRgn(java.lang.String[], org.rococoa.cocoa.hiservices.HIServicesLibrary.OpaqueRgnHandle) and QDLibrary.HandleToRgn(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.hiservices.HIServicesLibrary.OpaqueRgnHandle) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HClrRBit(PointerByReference)
          use the safer methods CarbonCoreLibrary.HClrRBit(java.lang.String[]) and CarbonCoreLibrary.HClrRBit(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HCreateResFile(short, NativeLong, Pointer)
          use the safer methods CarbonCoreLibrary.HCreateResFile(short, com.sun.jna.NativeLong, byte[]) and CarbonCoreLibrary.HCreateResFile(short, com.sun.jna.NativeLong, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HGetState(PointerByReference)
          use the safer methods CarbonCoreLibrary.HGetState(java.lang.String[]) and CarbonCoreLibrary.HGetState(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.HiliteText(Pointer, short, short, short, Pointer)
          use the safer methods QDLibrary.HiliteText(java.nio.ByteBuffer, short, short, short, org.rococoa.cocoa.carboncore.OffPair[]) and QDLibrary.HiliteText(com.sun.jna.Pointer, short, short, short, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HLock(PointerByReference)
          use the safer methods CarbonCoreLibrary.HLock(java.lang.String[]) and CarbonCoreLibrary.HLock(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HLockHi(PointerByReference)
          use the safer methods CarbonCoreLibrary.HLockHi(java.lang.String[]) and CarbonCoreLibrary.HLockHi(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HNoPurge(PointerByReference)
          use the safer methods CarbonCoreLibrary.HNoPurge(java.lang.String[]) and CarbonCoreLibrary.HNoPurge(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HomeResFile(PointerByReference)
          use the safer methods CarbonCoreLibrary.HomeResFile(java.lang.String[]) and CarbonCoreLibrary.HomeResFile(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HOpenResFile(short, NativeLong, Pointer, byte)
          use the safer methods CarbonCoreLibrary.HOpenResFile(short, com.sun.jna.NativeLong, byte[], byte) and CarbonCoreLibrary.HOpenResFile(short, com.sun.jna.NativeLong, com.sun.jna.Pointer, byte) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HPurge(PointerByReference)
          use the safer methods CarbonCoreLibrary.HPurge(java.lang.String[]) and CarbonCoreLibrary.HPurge(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HSetRBit(PointerByReference)
          use the safer methods CarbonCoreLibrary.HSetRBit(java.lang.String[]) and CarbonCoreLibrary.HSetRBit(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HSetState(PointerByReference, byte)
          use the safer methods CarbonCoreLibrary.HSetState(java.lang.String[], byte) and CarbonCoreLibrary.HSetState(com.sun.jna.ptr.PointerByReference, byte) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HUnlock(PointerByReference)
          use the safer methods CarbonCoreLibrary.HUnlock(java.lang.String[]) and CarbonCoreLibrary.HUnlock(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IdenticalString(Pointer, Pointer, PointerByReference)
          use the safer methods CarbonCoreLibrary.IdenticalString(byte[], byte[], java.lang.String[]) and CarbonCoreLibrary.IdenticalString(com.sun.jna.Pointer, com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IdenticalText(Pointer, Pointer, short, short, PointerByReference)
          use the safer methods CarbonCoreLibrary.IdenticalText(com.sun.jna.Pointer, com.sun.jna.Pointer, short, short, java.lang.String[]) and CarbonCoreLibrary.IdenticalText(com.sun.jna.Pointer, com.sun.jna.Pointer, short, short, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IncrementAtomic(IntByReference)
          use the safer methods CarbonCoreLibrary.IncrementAtomic(java.nio.IntBuffer) and CarbonCoreLibrary.IncrementAtomic(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IncrementAtomic16(ShortByReference)
          use the safer methods CarbonCoreLibrary.IncrementAtomic16(java.nio.ShortBuffer) and CarbonCoreLibrary.IncrementAtomic16(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IncrementAtomic8(Pointer)
          use the safer methods CarbonCoreLibrary.IncrementAtomic8(java.nio.ByteBuffer) and CarbonCoreLibrary.IncrementAtomic8(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSOutputStreamExtensions.initToBuffer_capacity(Pointer, NSUInteger)
          use the safer methods NSOutputStreamExtensions.initToBuffer_capacity(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSUInteger) and NSOutputStreamExtensions.initToBuffer_capacity(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.appkit.NSOpenGLPixelFormat.initWithAttributes(IntByReference)
          use the safer methods NSOpenGLPixelFormat.initWithAttributes(java.nio.IntBuffer) and NSOpenGLPixelFormat.initWithAttributes(com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.foundation.categories.NSValueCreation.initWithBytes_objCType(Pointer, Pointer)
          use the safer methods NSValueCreation.initWithBytes_objCType(com.sun.jna.Pointer, java.lang.String) and NSValueCreation.initWithBytes_objCType(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.initWithCharacters_length(CharByReference, NSUInteger)
          use the safer methods NSStringExtensionMethods.initWithCharacters_length(char[], org.rococoa.cocoa.foundation.NSUInteger) and NSStringExtensionMethods.initWithCharacters_length(com.ochafik.lang.jnaerator.runtime.CharByReference, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.initWithCharactersNoCopy_length_freeWhenDone(CharByReference, NSUInteger, boolean)
          use the safer methods NSStringExtensionMethods.initWithCharactersNoCopy_length_freeWhenDone(java.nio.CharBuffer, org.rococoa.cocoa.foundation.NSUInteger, boolean) and NSStringExtensionMethods.initWithCharactersNoCopy_length_freeWhenDone(com.ochafik.lang.jnaerator.runtime.CharByReference, org.rococoa.cocoa.foundation.NSUInteger, boolean) instead 
org.rococoa.cocoa.appkit.NSGradient.initWithColors_atLocations_colorSpace(NSArray, CGFloatByReference, NSColorSpace)
          use the safer methods NSGradient.initWithColors_atLocations_colorSpace(org.rococoa.cocoa.foundation.NSArray, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.appkit.NSColorSpace) and NSGradient.initWithColors_atLocations_colorSpace(org.rococoa.cocoa.foundation.NSArray, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.appkit.NSColorSpace) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.initWithContentsOfFile_usedEncoding_error(NSString, IntByReference, PointerByReference)
          use the safer methods NSStringExtensionMethods.initWithContentsOfFile_usedEncoding_error(org.rococoa.cocoa.foundation.NSString, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSStringExtensionMethods.initWithContentsOfFile_usedEncoding_error(org.rococoa.cocoa.foundation.NSString, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.initWithContentsOfURL_usedEncoding_error(NSURL, IntByReference, PointerByReference)
          use the safer methods NSStringExtensionMethods.initWithContentsOfURL_usedEncoding_error(org.rococoa.cocoa.foundation.NSURL, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSStringExtensionMethods.initWithContentsOfURL_usedEncoding_error(org.rococoa.cocoa.foundation.NSURL, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.initWithCString_encoding(Pointer, int)
          use the safer methods NSStringExtensionMethods.initWithCString_encoding(java.lang.String, int) and NSStringExtensionMethods.initWithCString_encoding(com.sun.jna.Pointer, int) instead
 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.initWithCString_length(Pointer, NSUInteger)
          use the safer methods NSStringDeprecated.initWithCString_length(java.lang.String, org.rococoa.cocoa.foundation.NSUInteger) and NSStringDeprecated.initWithCString_length(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.initWithCString(Pointer)
          use the safer methods NSStringDeprecated.initWithCString(java.lang.String) and NSStringDeprecated.initWithCString(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.initWithCStringNoCopy_length_freeWhenDone(Pointer, NSUInteger, boolean)
          use the safer methods NSStringDeprecated.initWithCStringNoCopy_length_freeWhenDone(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSUInteger, boolean) and NSStringDeprecated.initWithCStringNoCopy_length_freeWhenDone(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger, boolean) instead 
org.rococoa.cocoa.foundation.categories.NSArrayCreation.initWithObjects_count(ObjCObject, NSUInteger)
          use the safer methods NSArrayCreation.initWithObjects_count(org.rococoa.ObjCObject[], org.rococoa.cocoa.foundation.NSUInteger) and NSArrayCreation.initWithObjects_count(org.rococoa.ObjCObject, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.initWithUTF8String(Pointer)
          use the safer methods NSStringExtensionMethods.initWithUTF8String(java.lang.String) and NSStringExtensionMethods.initWithUTF8String(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.quartzcore.CIVector.initWithValues_count(CGFloatByReference, NativeSize)
          use the safer methods CIVector.initWithValues_count(org.rococoa.cocoa.CGFloat[], com.ochafik.lang.jnaerator.runtime.NativeSize) and CIVector.initWithValues_count(com.ochafik.lang.jnaerator.runtime.CGFloatByReference, com.ochafik.lang.jnaerator.runtime.NativeSize) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference, NSUInteger, NSUInteger, NSUInteger)
          use the safer methods NSLayoutManager.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) and NSLayoutManager.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.appkit.protocols.NSGlyphStorage.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference, NSUInteger, NSUInteger, NSUInteger)
          use the safer methods NSGlyphStorage.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) and NSGlyphStorage.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.InvokeAliasFilterUPP(CInfoPBRec, boolean, Pointer, CarbonCoreLibrary.AliasFilterProcPtr)
          use the safer methods CarbonCoreLibrary.InvokeAliasFilterUPP(org.rococoa.cocoa.carboncore.CInfoPBRec, boolean, java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AliasFilterProcPtr) and CarbonCoreLibrary.InvokeAliasFilterUPP(org.rococoa.cocoa.carboncore.CInfoPBRec, boolean, com.sun.jna.Pointer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AliasFilterProcPtr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.InvokeComponentRoutineUPP(ComponentParameters, PointerByReference, CarbonCoreLibrary.ComponentRoutineProcPtr)
          use the safer methods CarbonCoreLibrary.InvokeComponentRoutineUPP(org.rococoa.cocoa.carboncore.ComponentParameters, java.lang.String[], org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ComponentRoutineProcPtr) and CarbonCoreLibrary.InvokeComponentRoutineUPP(org.rococoa.cocoa.carboncore.ComponentParameters, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ComponentRoutineProcPtr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.InvokeIndexToUCStringUPP(int, Pointer, Pointer, CarbonCoreLibrary.CFStringRef, ShortByReference, CarbonCoreLibrary.IndexToUCStringProcPtr)
          use the safer methods CarbonCoreLibrary.InvokeIndexToUCStringUPP(int, com.sun.jna.Pointer, com.sun.jna.Pointer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CFStringRef, java.nio.ShortBuffer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IndexToUCStringProcPtr) and CarbonCoreLibrary.InvokeIndexToUCStringUPP(int, com.sun.jna.Pointer, com.sun.jna.Pointer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CFStringRef, com.sun.jna.ptr.ShortByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IndexToUCStringProcPtr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.InvokePurgeUPP(PointerByReference, CarbonCoreLibrary.PurgeProcPtr)
          use the safer methods CarbonCoreLibrary.InvokePurgeUPP(java.lang.String[], org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PurgeProcPtr) and CarbonCoreLibrary.InvokePurgeUPP(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PurgeProcPtr) instead 
org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.InvokeSpeechTextDoneUPP(SpeechChannelRecord, int, PointerByReference, NativeLongByReference, IntByReference, SpeechSynthesisLibrary.SpeechTextDoneProcPtr)
          use the safer methods SpeechSynthesisLibrary.InvokeSpeechTextDoneUPP(org.rococoa.cocoa.speechsynthesis.SpeechChannelRecord, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference, java.nio.IntBuffer, org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.SpeechTextDoneProcPtr) and SpeechSynthesisLibrary.InvokeSpeechTextDoneUPP(org.rococoa.cocoa.speechsynthesis.SpeechChannelRecord, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.SpeechTextDoneProcPtr) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOBSDNameMatching(int, int, Pointer)
          use the safer methods IOKitLibrary.IOBSDNameMatching(int, int, java.lang.String) and IOKitLibrary.IOBSDNameMatching(int, int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOCatalogueGetData(int, int, PointerByReference, IntByReference)
          use the safer methods IOKitLibrary.IOCatalogueGetData(int, int, java.lang.String[], java.nio.IntBuffer) and IOKitLibrary.IOCatalogueGetData(int, int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOCatalogueModuleLoaded(int, Pointer)
          use the safer methods IOKitLibrary.IOCatalogueModuleLoaded(int, java.nio.ByteBuffer) and IOKitLibrary.IOCatalogueModuleLoaded(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOCatalogueSendData(int, int, Pointer, int)
          use the safer methods IOKitLibrary.IOCatalogueSendData(int, int, java.lang.String, int) and IOKitLibrary.IOCatalogueSendData(int, int, com.sun.jna.Pointer, int) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOCatalogueTerminate(int, int, Pointer)
          use the safer methods IOKitLibrary.IOCatalogueTerminate(int, int, java.nio.ByteBuffer) and IOKitLibrary.IOCatalogueTerminate(int, int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOCompatibiltyNumber(int, IntByReference)
          use the safer methods IOKitLibrary.IOCompatibiltyNumber(int, java.nio.IntBuffer) and IOKitLibrary.IOCompatibiltyNumber(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectCallAsyncMethod(int, int, int, LongByReference, int, LongByReference, int, Pointer, NativeSize, LongByReference, IntByReference, Pointer, NativeSizeByReference)
          use the safer methods IOKitLibrary.IOConnectCallAsyncMethod(int, int, int, java.nio.LongBuffer, int, long[], int, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize, java.nio.LongBuffer, java.nio.IntBuffer, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference) and IOKitLibrary.IOConnectCallAsyncMethod(int, int, int, com.sun.jna.ptr.LongByReference, int, com.sun.jna.ptr.LongByReference, int, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize, com.sun.jna.ptr.LongByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectCallAsyncScalarMethod(int, int, int, LongByReference, int, LongByReference, int, LongByReference, IntByReference)
          use the safer methods IOKitLibrary.IOConnectCallAsyncScalarMethod(int, int, int, java.nio.LongBuffer, int, long[], int, java.nio.LongBuffer, java.nio.IntBuffer) and IOKitLibrary.IOConnectCallAsyncScalarMethod(int, int, int, com.sun.jna.ptr.LongByReference, int, com.sun.jna.ptr.LongByReference, int, com.sun.jna.ptr.LongByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectCallAsyncStructMethod(int, int, int, LongByReference, int, Pointer, NativeSize, Pointer, NativeSizeByReference)
          use the safer methods IOKitLibrary.IOConnectCallAsyncStructMethod(int, int, int, java.nio.LongBuffer, int, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference) and IOKitLibrary.IOConnectCallAsyncStructMethod(int, int, int, com.sun.jna.ptr.LongByReference, int, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectCallMethod(int, int, LongByReference, int, Pointer, NativeSize, LongByReference, IntByReference, Pointer, NativeSizeByReference)
          use the safer methods IOKitLibrary.IOConnectCallMethod(int, int, long[], int, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize, java.nio.LongBuffer, java.nio.IntBuffer, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference) and IOKitLibrary.IOConnectCallMethod(int, int, com.sun.jna.ptr.LongByReference, int, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSize, com.sun.jna.ptr.LongByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectCallScalarMethod(int, int, LongByReference, int, LongByReference, IntByReference)
          use the safer methods IOKitLibrary.IOConnectCallScalarMethod(int, int, long[], int, java.nio.LongBuffer, java.nio.IntBuffer) and IOKitLibrary.IOConnectCallScalarMethod(int, int, com.sun.jna.ptr.LongByReference, int, com.sun.jna.ptr.LongByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectGetService(int, IntByReference)
          use the safer methods IOKitLibrary.IOConnectGetService(int, java.nio.IntBuffer) and IOKitLibrary.IOConnectGetService(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectMapMemory(int, int, int, IntByReference, IntByReference, int)
          use the safer methods IOKitLibrary.IOConnectMapMemory(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, int) and IOKitLibrary.IOConnectMapMemory(int, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, int) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectMapMemory64(int, int, int, LongByReference, LongByReference, int)
          use the safer methods IOKitLibrary.IOConnectMapMemory64(int, int, int, java.nio.LongBuffer, java.nio.LongBuffer, int) and IOKitLibrary.IOConnectMapMemory64(int, int, int, com.sun.jna.ptr.LongByReference, com.sun.jna.ptr.LongByReference, int) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectMethodScalarIStructureO(int, int, int, IntByReference, Object...)
          use the safer methods #IOConnectMethodScalarIStructureO(int, int, int, java.nio.IntBuffer, java.lang.Object) and #IOConnectMethodScalarIStructureO(int, int, int, com.sun.jna.ptr.IntByReference, java.lang.Object) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOConnectMethodStructureIStructureO(int, int, int, IntByReference, Pointer, Pointer)
          use the safer methods IOKitLibrary.IOConnectMethodStructureIStructureO(int, int, int, java.nio.IntBuffer, com.sun.jna.Pointer, com.sun.jna.Pointer) and IOKitLibrary.IOConnectMethodStructureIStructureO(int, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOCreateReceivePort(int, IntByReference)
          use the safer methods IOKitLibrary.IOCreateReceivePort(int, java.nio.IntBuffer) and IOKitLibrary.IOCreateReceivePort(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOKitGetBusyState(int, IntByReference)
          use the safer methods IOKitLibrary.IOKitGetBusyState(int, java.nio.IntBuffer) and IOKitLibrary.IOKitGetBusyState(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOMapMemory(int, int, int, IntByReference, IntByReference, int)
          use the safer methods IOKitLibrary.IOMapMemory(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, int) and IOKitLibrary.IOMapMemory(int, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, int) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOMasterPort(int, IntByReference)
          use the safer methods IOKitLibrary.IOMasterPort(int, java.nio.IntBuffer) and IOKitLibrary.IOMasterPort(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOObjectConformsTo(int, Pointer)
          use the safer methods IOKitLibrary.IOObjectConformsTo(int, java.nio.ByteBuffer) and IOKitLibrary.IOObjectConformsTo(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOObjectGetClass(int, Pointer)
          use the safer methods IOKitLibrary.IOObjectGetClass(int, java.nio.ByteBuffer) and IOKitLibrary.IOObjectGetClass(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOOpenFirmwarePathMatching(int, int, Pointer)
          use the safer methods IOKitLibrary.IOOpenFirmwarePathMatching(int, int, java.lang.String) and IOKitLibrary.IOOpenFirmwarePathMatching(int, int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryCreateIterator(int, Pointer, int, IntByReference)
          use the safer methods IOKitLibrary.IORegistryCreateIterator(int, java.nio.ByteBuffer, int, java.nio.IntBuffer) and IOKitLibrary.IORegistryCreateIterator(int, com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryCreateCFProperties(int, PointerByReference, CoreFoundationLibrary.__CFAllocator, int)
          use the safer method IOKitLibrary.IORegistryEntryCreateCFProperties(int, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary[], org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, int) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryCreateIterator(int, Pointer, int, IntByReference)
          use the safer methods IOKitLibrary.IORegistryEntryCreateIterator(int, java.nio.ByteBuffer, int, java.nio.IntBuffer) and IOKitLibrary.IORegistryEntryCreateIterator(int, com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryFromPath(int, Pointer)
          use the safer methods IOKitLibrary.IORegistryEntryFromPath(int, java.nio.ByteBuffer) and IOKitLibrary.IORegistryEntryFromPath(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetChildEntry(int, Pointer, IntByReference)
          use the safer methods IOKitLibrary.IORegistryEntryGetChildEntry(int, java.nio.ByteBuffer, java.nio.IntBuffer) and IOKitLibrary.IORegistryEntryGetChildEntry(int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetChildIterator(int, Pointer, IntByReference)
          use the safer methods IOKitLibrary.IORegistryEntryGetChildIterator(int, java.nio.ByteBuffer, java.nio.IntBuffer) and IOKitLibrary.IORegistryEntryGetChildIterator(int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetLocationInPlane(int, Pointer, Pointer)
          use the safer methods IOKitLibrary.IORegistryEntryGetLocationInPlane(int, java.nio.ByteBuffer, java.nio.ByteBuffer) and IOKitLibrary.IORegistryEntryGetLocationInPlane(int, com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetName(int, Pointer)
          use the safer methods IOKitLibrary.IORegistryEntryGetName(int, java.nio.ByteBuffer) and IOKitLibrary.IORegistryEntryGetName(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetNameInPlane(int, Pointer, Pointer)
          use the safer methods IOKitLibrary.IORegistryEntryGetNameInPlane(int, java.nio.ByteBuffer, java.nio.ByteBuffer) and IOKitLibrary.IORegistryEntryGetNameInPlane(int, com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetParentEntry(int, Pointer, IntByReference)
          use the safer methods IOKitLibrary.IORegistryEntryGetParentEntry(int, java.nio.ByteBuffer, java.nio.IntBuffer) and IOKitLibrary.IORegistryEntryGetParentEntry(int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetParentIterator(int, Pointer, IntByReference)
          use the safer methods IOKitLibrary.IORegistryEntryGetParentIterator(int, java.nio.ByteBuffer, java.nio.IntBuffer) and IOKitLibrary.IORegistryEntryGetParentIterator(int, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetPath(int, Pointer, Pointer)
          use the safer methods IOKitLibrary.IORegistryEntryGetPath(int, java.nio.ByteBuffer, java.nio.ByteBuffer) and IOKitLibrary.IORegistryEntryGetPath(int, com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetProperty(int, Pointer, Pointer, IntByReference)
          use the safer methods IOKitLibrary.IORegistryEntryGetProperty(int, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.IntBuffer) and IOKitLibrary.IORegistryEntryGetProperty(int, com.sun.jna.Pointer, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryGetRegistryEntryID(int, LongByReference)
          use the safer methods IOKitLibrary.IORegistryEntryGetRegistryEntryID(int, java.nio.LongBuffer) and IOKitLibrary.IORegistryEntryGetRegistryEntryID(int, com.sun.jna.ptr.LongByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IORegistryEntryInPlane(int, Pointer)
          use the safer methods IOKitLibrary.IORegistryEntryInPlane(int, java.nio.ByteBuffer) and IOKitLibrary.IORegistryEntryInPlane(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceAddInterestNotification(IOKitLibrary.IONotificationPort, int, Pointer, IOKitLibrary.IOServiceInterestCallback, Pointer, IntByReference)
          use the safer methods IOKitLibrary.IOServiceAddInterestNotification(org.rococoa.cocoa.iokit.IOKitLibrary.IONotificationPort, int, java.nio.ByteBuffer, org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceInterestCallback, com.sun.jna.Pointer, java.nio.IntBuffer) and IOKitLibrary.IOServiceAddInterestNotification(org.rococoa.cocoa.iokit.IOKitLibrary.IONotificationPort, int, com.sun.jna.Pointer, org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceInterestCallback, com.sun.jna.Pointer, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceAddMatchingNotification(IOKitLibrary.IONotificationPort, Pointer, HIServicesLibrary.__CFDictionary, IOKitLibrary.IOServiceMatchingCallback, Pointer, IntByReference)
          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 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceAddNotification(int, Pointer, HIServicesLibrary.__CFDictionary, int, int, IntByReference)
          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 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceGetBusyState(int, IntByReference)
          use the safer methods IOKitLibrary.IOServiceGetBusyState(int, java.nio.IntBuffer) and IOKitLibrary.IOServiceGetBusyState(int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceGetMatchingServices(int, HIServicesLibrary.__CFDictionary, IntByReference)
          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 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceMatching(Pointer)
          use the safer methods IOKitLibrary.IOServiceMatching(java.lang.String) and IOKitLibrary.IOServiceMatching(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceNameMatching(Pointer)
          use the safer methods IOKitLibrary.IOServiceNameMatching(java.lang.String) and IOKitLibrary.IOServiceNameMatching(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceOFPathToBSDName(int, Pointer, Pointer)
          use the safer methods IOKitLibrary.IOServiceOFPathToBSDName(int, java.nio.ByteBuffer, java.nio.ByteBuffer) and IOKitLibrary.IOServiceOFPathToBSDName(int, com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceOpen(int, int, int, IntByReference)
          use the safer methods IOKitLibrary.IOServiceOpen(int, int, int, java.nio.IntBuffer) and IOKitLibrary.IOServiceOpen(int, int, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOSpinLock(IntByReference)
          use the safer methods IOKitLibrary.IOSpinLock(java.nio.IntBuffer) and IOKitLibrary.IOSpinLock(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOSpinUnlock(IntByReference)
          use the safer methods IOKitLibrary.IOSpinUnlock(java.nio.IntBuffer) and IOKitLibrary.IOSpinUnlock(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOTrySpinLock(IntByReference)
          use the safer methods IOKitLibrary.IOTrySpinLock(java.nio.IntBuffer) and IOKitLibrary.IOTrySpinLock(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.IsAntiAliasedTextEnabled(ShortByReference)
          use the safer methods QDLibrary.IsAntiAliasedTextEnabled(java.nio.ShortBuffer) and QDLibrary.IsAntiAliasedTextEnabled(com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IsHandleValid(PointerByReference)
          use the safer methods CarbonCoreLibrary.IsHandleValid(java.lang.String[]) and CarbonCoreLibrary.IsHandleValid(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IsPointerValid(Pointer)
          use the safer methods CarbonCoreLibrary.IsPointerValid(java.nio.ByteBuffer) and CarbonCoreLibrary.IsPointerValid(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.appkit.NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(NSRect, FloatByReference)
          use the safer methods NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(org.rococoa.cocoa.foundation.NSRect, java.nio.FloatBuffer) and NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(org.rococoa.cocoa.foundation.NSRect, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ldtox80(DoubleByReference, Float80)
          use the safer methods CarbonCoreLibrary.ldtox80(double[], org.rococoa.cocoa.carboncore.Float80) and CarbonCoreLibrary.ldtox80(com.sun.jna.ptr.DoubleByReference, org.rococoa.cocoa.carboncore.Float80) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetBufPtr(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetBufPtr(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetBufPtr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetCurApName(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetCurApName(byte[]) and CarbonCoreLibrary.LMSetCurApName(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetCurStackBase(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetCurStackBase(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetCurStackBase(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetDiskFormatingHFSDefaults(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetDiskFormatingHFSDefaults(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetDiskFormatingHFSDefaults(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetFinderName(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetFinderName(byte[]) and CarbonCoreLibrary.LMSetFinderName(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetGZMoveHnd(PointerByReference)
          use the safer methods CarbonCoreLibrary.LMSetGZMoveHnd(java.lang.String[]) and CarbonCoreLibrary.LMSetGZMoveHnd(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetGZRootHnd(PointerByReference)
          use the safer methods CarbonCoreLibrary.LMSetGZRootHnd(java.lang.String[]) and CarbonCoreLibrary.LMSetGZRootHnd(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetHeapEnd(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetHeapEnd(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetHeapEnd(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetHighHeapMark(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetHighHeapMark(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetHighHeapMark(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetIntlSpec(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetIntlSpec(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetIntlSpec(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetLastFOND(PointerByReference)
          use the safer methods QDLibrary.LMSetLastFOND(java.lang.String[]) and QDLibrary.LMSetLastFOND(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetMemTop(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetMemTop(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetMemTop(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetQDColors(PointerByReference)
          use the safer methods QDLibrary.LMSetQDColors(java.lang.String[]) and QDLibrary.LMSetQDColors(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetSoundBase(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetSoundBase(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetSoundBase(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetSoundPtr(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetSoundPtr(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetSoundPtr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetStackLowPoint(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetStackLowPoint(java.nio.ByteBuffer) and CarbonCoreLibrary.LMSetStackLowPoint(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetSysResName(Pointer)
          use the safer methods CarbonCoreLibrary.LMSetSysResName(byte[]) and CarbonCoreLibrary.LMSetSysResName(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetWidthListHand(PointerByReference)
          use the safer methods QDLibrary.LMSetWidthListHand(java.lang.String[]) and QDLibrary.LMSetWidthListHand(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetWidthPtr(Pointer)
          use the safer methods QDLibrary.LMSetWidthPtr(java.nio.ByteBuffer) and QDLibrary.LMSetWidthPtr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetWidthTabHandle(PointerByReference)
          use the safer methods QDLibrary.LMSetWidthTabHandle(java.lang.String[]) and QDLibrary.LMSetWidthTabHandle(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LoadResource(PointerByReference)
          use the safer methods CarbonCoreLibrary.LoadResource(java.lang.String[]) and CarbonCoreLibrary.LoadResource(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LongDateString(LongByReference, byte, Pointer, PointerByReference)
          use the safer methods CarbonCoreLibrary.LongDateString(java.nio.LongBuffer, byte, java.nio.ByteBuffer, java.lang.String[]) and CarbonCoreLibrary.LongDateString(com.sun.jna.ptr.LongByReference, byte, com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LongDateToSeconds(LongDateRec, LongByReference)
          use the safer methods CarbonCoreLibrary.LongDateToSeconds(org.rococoa.cocoa.carboncore.LongDateRec, java.nio.LongBuffer) and CarbonCoreLibrary.LongDateToSeconds(org.rococoa.cocoa.carboncore.LongDateRec, com.sun.jna.ptr.LongByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LongSecondsToDate(LongByReference, LongDateRec)
          use the safer methods CarbonCoreLibrary.LongSecondsToDate(java.nio.LongBuffer, org.rococoa.cocoa.carboncore.LongDateRec) and CarbonCoreLibrary.LongSecondsToDate(com.sun.jna.ptr.LongByReference, org.rococoa.cocoa.carboncore.LongDateRec) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LongTimeString(LongByReference, boolean, Pointer, PointerByReference)
          use the safer methods CarbonCoreLibrary.LongTimeString(java.nio.LongBuffer, boolean, java.nio.ByteBuffer, java.lang.String[]) and CarbonCoreLibrary.LongTimeString(com.sun.jna.ptr.LongByReference, boolean, com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LowercaseText(Pointer, short, short)
          use the safer methods CarbonCoreLibrary.LowercaseText(java.nio.ByteBuffer, short, short) and CarbonCoreLibrary.LowercaseText(com.sun.jna.Pointer, short, short) instead 
org.rococoa.cocoa.launchservices.LaunchServicesLibrary.LSSharedFileListCopySnapshot(LaunchServicesLibrary.OpaqueLSSharedFileListRef, IntByReference)
          use the safer methods LaunchServicesLibrary.LSSharedFileListCopySnapshot(org.rococoa.cocoa.launchservices.LaunchServicesLibrary.OpaqueLSSharedFileListRef, java.nio.IntBuffer) and LaunchServicesLibrary.LSSharedFileListCopySnapshot(org.rococoa.cocoa.launchservices.LaunchServicesLibrary.OpaqueLSSharedFileListRef, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.MeasureJustified(Pointer, NativeLong, int, Pointer, short, Point.ByValue, Point.ByValue)
          use the safer methods QDLibrary.MeasureJustified(java.nio.ByteBuffer, com.sun.jna.NativeLong, int, java.nio.ByteBuffer, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.MeasureJustified(com.sun.jna.Pointer, com.sun.jna.NativeLong, int, com.sun.jna.Pointer, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.MoveHHi(PointerByReference)
          use the safer methods CarbonCoreLibrary.MoveHHi(java.lang.String[]) and CarbonCoreLibrary.MoveHHi(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.NewGWorld(PointerByReference, short, Rect, PointerByReference, PointerByReference, NativeLong)
          use the safer method QDLibrary.NewGWorld(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr[], short, org.rococoa.cocoa.carboncore.Rect, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.qd.QDLibrary.NewGWorldFromPtr(PointerByReference, int, Rect, PointerByReference, PointerByReference, NativeLong, Pointer, int)
          use the safer methods QDLibrary.NewGWorldFromPtr(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr[], int, org.rococoa.cocoa.carboncore.Rect, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong, java.nio.ByteBuffer, int) and QDLibrary.NewGWorldFromPtr(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr[], int, org.rococoa.cocoa.carboncore.Rect, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong, com.sun.jna.Pointer, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.NewString(Pointer)
          use the safer methods CarbonCoreLibrary.NewString(byte[]) and CarbonCoreLibrary.NewString(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSConvertGlyphsToPackedGlyphs(IntByReference, NSInteger, int, Pointer)
          use the safer methods AppKitLibrary.NSConvertGlyphsToPackedGlyphs(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSInteger, int, java.nio.ByteBuffer) and AppKitLibrary.NSConvertGlyphsToPackedGlyphs(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.foundation.NSInteger, int, com.sun.jna.Pointer) instead
 
org.rococoa.cocoa.appkit.AppKitLibrary.NSDrawBitmap(NSRect.ByValue, NSInteger, NSInteger, NSInteger, NSInteger, NSInteger, NSInteger, boolean, boolean, NSString, PointerByReference)
          use the safer methods AppKitLibrary.NSDrawBitmap(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, boolean, boolean, org.rococoa.cocoa.foundation.NSString, byte[]) and AppKitLibrary.NSDrawBitmap(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.foundation.NSInteger, boolean, boolean, org.rococoa.cocoa.foundation.NSString, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSDrawColorTiledRects(NSRect.ByValue, NSRect.ByValue, IntByReference, PointerByReference, NSInteger)
          use the safer methods AppKitLibrary.NSDrawColorTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.foundation.NSInteger) and AppKitLibrary.NSDrawColorTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.foundation.NSInteger) instead
 
org.rococoa.cocoa.appkit.AppKitLibrary.NSDrawTiledRects(NSRect.ByValue, NSRect.ByValue, IntByReference, CGFloatByReference, NSInteger)
          use the safer methods AppKitLibrary.NSDrawTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, java.nio.IntBuffer, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.foundation.NSInteger) and AppKitLibrary.NSDrawTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, com.sun.jna.ptr.IntByReference, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.foundation.NSInteger) instead
 
org.rococoa.cocoa.foundation.FoundationLibrary.NSGetSizeAndAlignment(Pointer, NativeSizeByReference, NativeSizeByReference)
          use the safer methods FoundationLibrary.NSGetSizeAndAlignment(java.lang.String, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference) and FoundationLibrary.NSGetSizeAndAlignment(com.sun.jna.Pointer, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference, com.ochafik.lang.jnaerator.runtime.NativeSizeByReference) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLAddServiceToServicesList(PointerByReference, Pointer)
          use the safer methods OSServicesLibrary.NSLAddServiceToServicesList(java.lang.String[], java.nio.ByteBuffer) and OSServicesLibrary.NSLAddServiceToServicesList(com.sun.jna.ptr.PointerByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLCopyNeighborhood(Pointer)
          use the safer methods OSServicesLibrary.NSLCopyNeighborhood(java.nio.ByteBuffer) and OSServicesLibrary.NSLCopyNeighborhood(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLDisposeServicesList(PointerByReference)
          use the safer methods OSServicesLibrary.NSLDisposeServicesList(java.lang.String[]) and OSServicesLibrary.NSLDisposeServicesList(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLFreeNeighborhood(Pointer)
          use the safer methods OSServicesLibrary.NSLFreeNeighborhood(java.nio.ByteBuffer) and OSServicesLibrary.NSLFreeNeighborhood(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLGetNameFromNeighborhood(Pointer, PointerByReference, NativeLongByReference)
          use the safer methods OSServicesLibrary.NSLGetNameFromNeighborhood(java.nio.ByteBuffer, java.lang.String[], com.sun.jna.ptr.NativeLongByReference) and OSServicesLibrary.NSLGetNameFromNeighborhood(com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLGetNeighborhoodLength(Pointer)
          use the safer methods OSServicesLibrary.NSLGetNeighborhoodLength(java.nio.ByteBuffer) and OSServicesLibrary.NSLGetNeighborhoodLength(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLGetNextUrl(NSLClientAsyncInfo, PointerByReference, NativeLongByReference)
          use the safer methods OSServicesLibrary.NSLGetNextUrl(org.rococoa.cocoa.osservices.NSLClientAsyncInfo, java.lang.String[], com.sun.jna.ptr.NativeLongByReference) and OSServicesLibrary.NSLGetNextUrl(org.rococoa.cocoa.osservices.NSLClientAsyncInfo, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLMakeNewNeighborhood(Pointer, Pointer)
          use the safer methods OSServicesLibrary.NSLMakeNewNeighborhood(java.lang.String, java.lang.String) and OSServicesLibrary.NSLMakeNewNeighborhood(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLMakeNewServicesList(Pointer)
          use the safer methods OSServicesLibrary.NSLMakeNewServicesList(java.lang.String) and OSServicesLibrary.NSLMakeNewServicesList(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLPrepareRequest(OSServicesLibrary.NSLClientNotifyProcPtr, Pointer, int, IntByReference, Pointer, NativeLong, PointerByReference)
          use the safer methods OSServicesLibrary.NSLPrepareRequest(org.rococoa.cocoa.osservices.OSServicesLibrary.NSLClientNotifyProcPtr, com.sun.jna.Pointer, int, java.nio.IntBuffer, java.nio.ByteBuffer, com.sun.jna.NativeLong, com.sun.jna.ptr.PointerByReference) and OSServicesLibrary.NSLPrepareRequest(org.rococoa.cocoa.osservices.OSServicesLibrary.NSLClientNotifyProcPtr, com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer, com.sun.jna.NativeLong, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLServiceIsInServiceList(PointerByReference, Pointer)
          use the safer methods OSServicesLibrary.NSLServiceIsInServiceList(java.lang.String[], java.nio.ByteBuffer) and OSServicesLibrary.NSLServiceIsInServiceList(com.sun.jna.ptr.PointerByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLStandardDeregisterURL(Pointer, Pointer)
          use the safer methods OSServicesLibrary.NSLStandardDeregisterURL(java.nio.ByteBuffer, java.nio.ByteBuffer) and OSServicesLibrary.NSLStandardDeregisterURL(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLStandardRegisterURL(Pointer, Pointer)
          use the safer methods OSServicesLibrary.NSLStandardRegisterURL(java.nio.ByteBuffer, java.nio.ByteBuffer) and OSServicesLibrary.NSLStandardRegisterURL(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLStartNeighborhoodLookup(int, Pointer, NSLClientAsyncInfo)
          use the safer methods OSServicesLibrary.NSLStartNeighborhoodLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) and OSServicesLibrary.NSLStartNeighborhoodLookup(int, com.sun.jna.Pointer, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLStartServicesLookup(int, Pointer, NSLTypedData, NSLClientAsyncInfo)
          use the safer methods OSServicesLibrary.NSLStartServicesLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLTypedData, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) and OSServicesLibrary.NSLStartServicesLookup(int, com.sun.jna.Pointer, org.rococoa.cocoa.osservices.NSLTypedData, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSOpenGLGetOption(int, IntByReference)
          use the safer methods AppKitLibrary.NSOpenGLGetOption(int, java.nio.IntBuffer) and AppKitLibrary.NSOpenGLGetOption(int, com.sun.jna.ptr.IntByReference) instead
 
org.rococoa.cocoa.appkit.AppKitLibrary.NSOpenGLGetVersion(IntByReference, IntByReference)
          use the safer methods AppKitLibrary.NSOpenGLGetVersion(java.nio.IntBuffer, java.nio.IntBuffer) and AppKitLibrary.NSOpenGLGetVersion(com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSRectFillListWithGrays(NSRect, CGFloatByReference, NSInteger)
          use the safer methods AppKitLibrary.NSRectFillListWithGrays(org.rococoa.cocoa.foundation.NSRect, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.foundation.NSInteger) and AppKitLibrary.NSRectFillListWithGrays(org.rococoa.cocoa.foundation.NSRect, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.foundation.NSInteger) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.numtostring(NativeLong, Pointer)
          use the safer methods CarbonCoreLibrary.numtostring(com.sun.jna.NativeLong, java.nio.ByteBuffer) and CarbonCoreLibrary.numtostring(com.sun.jna.NativeLong, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.NumToString(NativeLong, Pointer)
          use the safer methods CarbonCoreLibrary.NumToString(com.sun.jna.NativeLong, java.nio.ByteBuffer) and CarbonCoreLibrary.NumToString(com.sun.jna.NativeLong, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OpenRFPerm(Pointer, short, byte)
          use the safer methods CarbonCoreLibrary.OpenRFPerm(byte[], short, byte) and CarbonCoreLibrary.OpenRFPerm(com.sun.jna.Pointer, short, byte) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.OSGetNotificationFromMessage(Pointer, int, IntByReference, IntByReference, PointerByReference, IntByReference)
          use the safer methods IOKitLibrary.OSGetNotificationFromMessage(com.sun.jna.Pointer, int, java.nio.IntBuffer, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) and IOKitLibrary.OSGetNotificationFromMessage(com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.foundation.categories.NSOutputStreamExtensions._static_.outputStreamToBuffer_capacity(Pointer, NSUInteger)
          use the safer methods NSOutputStreamExtensions._static_.outputStreamToBuffer_capacity(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSUInteger) and NSOutputStreamExtensions._static_.outputStreamToBuffer_capacity(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.p2cstr(Pointer)
          use the safer methods CarbonCoreLibrary.p2cstr(java.nio.ByteBuffer) and CarbonCoreLibrary.p2cstr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.P2CStr(Pointer)
          use the safer methods CarbonCoreLibrary.P2CStr(java.nio.ByteBuffer) and CarbonCoreLibrary.P2CStr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.p2cstrcpy(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.p2cstrcpy(java.nio.ByteBuffer, byte[]) and CarbonCoreLibrary.p2cstrcpy(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.PackBits(PointerByReference, PointerByReference, short)
          use the safer methods QDLibrary.PackBits(java.lang.String[], java.lang.String[], short) and QDLibrary.PackBits(com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference, short) instead 
org.rococoa.cocoa.qd.QDLibrary.PicComment(short, short, PointerByReference)
          use the safer methods QDLibrary.PicComment(short, short, java.lang.String[]) and QDLibrary.PicComment(short, short, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.PixelToChar(Pointer, NativeLong, int, int, boolean, IntByReference, short, Point.ByValue, Point.ByValue)
          use the safer methods QDLibrary.PixelToChar(java.nio.ByteBuffer, com.sun.jna.NativeLong, int, int, boolean, java.nio.IntBuffer, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.PixelToChar(com.sun.jna.Pointer, com.sun.jna.NativeLong, int, int, boolean, com.sun.jna.ptr.IntByReference, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.PlotIcon(Rect, PointerByReference)
          use the safer methods HIServicesLibrary.PlotIcon(org.rococoa.cocoa.carboncore.Rect, java.lang.String[]) and HIServicesLibrary.PlotIcon(org.rococoa.cocoa.carboncore.Rect, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLpos(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.PLpos(byte[], byte[]) and CarbonCoreLibrary.PLpos(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrcat(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.PLstrcat(java.nio.ByteBuffer, byte[]) and CarbonCoreLibrary.PLstrcat(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrchr(Pointer, short)
          use the safer methods CarbonCoreLibrary.PLstrchr(byte[], short) and CarbonCoreLibrary.PLstrchr(com.sun.jna.Pointer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrcmp(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.PLstrcmp(byte[], byte[]) and CarbonCoreLibrary.PLstrcmp(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrcpy(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.PLstrcpy(java.nio.ByteBuffer, byte[]) and CarbonCoreLibrary.PLstrcpy(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrlen(Pointer)
          use the safer methods CarbonCoreLibrary.PLstrlen(byte[]) and CarbonCoreLibrary.PLstrlen(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrncat(Pointer, Pointer, short)
          use the safer methods CarbonCoreLibrary.PLstrncat(java.nio.ByteBuffer, byte[], short) and CarbonCoreLibrary.PLstrncat(com.sun.jna.Pointer, com.sun.jna.Pointer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrncmp(Pointer, Pointer, short)
          use the safer methods CarbonCoreLibrary.PLstrncmp(byte[], byte[], short) and CarbonCoreLibrary.PLstrncmp(com.sun.jna.Pointer, com.sun.jna.Pointer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrncpy(Pointer, Pointer, short)
          use the safer methods CarbonCoreLibrary.PLstrncpy(java.nio.ByteBuffer, byte[], short) and CarbonCoreLibrary.PLstrncpy(com.sun.jna.Pointer, com.sun.jna.Pointer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrpbrk(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.PLstrpbrk(byte[], byte[]) and CarbonCoreLibrary.PLstrpbrk(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrrchr(Pointer, short)
          use the safer methods CarbonCoreLibrary.PLstrrchr(byte[], short) and CarbonCoreLibrary.PLstrrchr(com.sun.jna.Pointer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrspn(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.PLstrspn(byte[], byte[]) and CarbonCoreLibrary.PLstrspn(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrstr(Pointer, Pointer)
          use the safer methods CarbonCoreLibrary.PLstrstr(byte[], byte[]) and CarbonCoreLibrary.PLstrstr(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.PortionLine(Pointer, NativeLong, short, Point.ByValue, Point.ByValue)
          use the safer methods QDLibrary.PortionLine(java.nio.ByteBuffer, com.sun.jna.NativeLong, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) and QDLibrary.PortionLine(com.sun.jna.Pointer, com.sun.jna.NativeLong, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead 
org.rococoa.cocoa.foundation.NSPropertyListSerialization.propertyListFromData_mutabilityOption_format_errorDescription(NSData, int, IntByReference, PointerByReference)
          use the safer methods NSPropertyListSerialization.propertyListFromData_mutabilityOption_format_errorDescription(org.rococoa.cocoa.foundation.NSData, int, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSPropertyListSerialization.propertyListFromData_mutabilityOption_format_errorDescription(org.rococoa.cocoa.foundation.NSData, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.foundation.NSPropertyListSerialization._class_.propertyListFromData_mutabilityOption_format_errorDescription(NSData, int, IntByReference, PointerByReference)
          use the safer methods NSPropertyListSerialization._class_.propertyListFromData_mutabilityOption_format_errorDescription(org.rococoa.cocoa.foundation.NSData, int, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSPropertyListSerialization._class_.propertyListFromData_mutabilityOption_format_errorDescription(org.rococoa.cocoa.foundation.NSData, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.foundation.NSPropertyListSerialization.propertyListWithData_options_format_error(NSData, NSUInteger, IntByReference, PointerByReference)
          use the safer methods NSPropertyListSerialization.propertyListWithData_options_format_error(org.rococoa.cocoa.foundation.NSData, org.rococoa.cocoa.foundation.NSUInteger, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSPropertyListSerialization.propertyListWithData_options_format_error(org.rococoa.cocoa.foundation.NSData, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.foundation.NSPropertyListSerialization._class_.propertyListWithData_options_format_error(NSData, NSUInteger, IntByReference, PointerByReference)
          use the safer methods NSPropertyListSerialization._class_.propertyListWithData_options_format_error(org.rococoa.cocoa.foundation.NSData, org.rococoa.cocoa.foundation.NSUInteger, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSPropertyListSerialization._class_.propertyListWithData_options_format_error(org.rococoa.cocoa.foundation.NSData, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.foundation.NSPropertyListSerialization.propertyListWithStream_options_format_error(NSInputStream, NSUInteger, IntByReference, PointerByReference)
          use the safer methods NSPropertyListSerialization.propertyListWithStream_options_format_error(org.rococoa.cocoa.foundation.NSInputStream, org.rococoa.cocoa.foundation.NSUInteger, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSPropertyListSerialization.propertyListWithStream_options_format_error(org.rococoa.cocoa.foundation.NSInputStream, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.foundation.NSPropertyListSerialization._class_.propertyListWithStream_options_format_error(NSInputStream, NSUInteger, IntByReference, PointerByReference)
          use the safer methods NSPropertyListSerialization._class_.propertyListWithStream_options_format_error(org.rococoa.cocoa.foundation.NSInputStream, org.rococoa.cocoa.foundation.NSUInteger, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSPropertyListSerialization._class_.propertyListWithStream_options_format_error(org.rococoa.cocoa.foundation.NSInputStream, org.rococoa.cocoa.foundation.NSUInteger, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.hiservices.HIServicesLibrary.PtInIconSuite(Point.ByValue, Rect, short, PointerByReference)
          use the safer methods HIServicesLibrary.PtInIconSuite(org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Rect, short, java.lang.String[]) and HIServicesLibrary.PtInIconSuite(org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Rect, short, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.PtToAngle(Rect, Point.ByValue, ShortByReference)
          use the safer methods QDLibrary.PtToAngle(org.rococoa.cocoa.carboncore.Rect, org.rococoa.cocoa.carboncore.Point.ByValue, java.nio.ShortBuffer) and QDLibrary.PtToAngle(org.rococoa.cocoa.carboncore.Rect, org.rococoa.cocoa.carboncore.Point.ByValue, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.QDIsNamedPixMapCursorRegistered(Pointer)
          use the safer methods QDLibrary.QDIsNamedPixMapCursorRegistered(byte[]) and QDLibrary.QDIsNamedPixMapCursorRegistered(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.QDPictGetResolution(QDLibrary.QDPict, FloatByReference, FloatByReference)
          use the safer methods QDLibrary.QDPictGetResolution(org.rococoa.cocoa.qd.QDLibrary.QDPict, java.nio.FloatBuffer, java.nio.FloatBuffer) and QDLibrary.QDPictGetResolution(org.rococoa.cocoa.qd.QDLibrary.QDPict, com.sun.jna.ptr.FloatByReference, com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.QDSwapPort(QDLibrary.OpaqueGrafPtr, PointerByReference)
          use the safer method QDLibrary.QDSwapPort(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr, org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr[]) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.randomx(DoubleByReference)
          use the safer methods CarbonCoreLibrary.randomx(java.nio.DoubleBuffer) and CarbonCoreLibrary.randomx(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.foundation.NSCalendar.rangeOfUnit_startDate_interval_forDate(int, PointerByReference, DoubleByReference, NSDate)
          use the safer methods NSCalendar.rangeOfUnit_startDate_interval_forDate(int, com.sun.jna.ptr.PointerByReference, java.nio.DoubleBuffer, org.rococoa.cocoa.foundation.NSDate) and NSCalendar.rangeOfUnit_startDate_interval_forDate(int, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.DoubleByReference, org.rococoa.cocoa.foundation.NSDate) instead
 
org.rococoa.cocoa.foundation.NSInputStream.read_maxLength(Pointer, NSUInteger)
          use the safer methods NSInputStream.read_maxLength(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSUInteger) and NSInputStream.read_maxLength(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ReadPartialResource(PointerByReference, NativeLong, Pointer, NativeLong)
          use the safer methods CarbonCoreLibrary.ReadPartialResource(java.lang.String[], com.sun.jna.NativeLong, com.sun.jna.Pointer, com.sun.jna.NativeLong) and CarbonCoreLibrary.ReadPartialResource(com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ReallocateHandle(PointerByReference, NativeLong)
          use the safer methods CarbonCoreLibrary.ReallocateHandle(java.lang.String[], com.sun.jna.NativeLong) and CarbonCoreLibrary.ReallocateHandle(com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.RecoverHandle(Pointer)
          use the safer methods CarbonCoreLibrary.RecoverHandle(java.nio.ByteBuffer) and CarbonCoreLibrary.RecoverHandle(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.RectInIconSuite(Rect, Rect, short, PointerByReference)
          use the safer methods HIServicesLibrary.RectInIconSuite(org.rococoa.cocoa.carboncore.Rect, org.rococoa.cocoa.carboncore.Rect, short, java.lang.String[]) and HIServicesLibrary.RectInIconSuite(org.rococoa.cocoa.carboncore.Rect, org.rococoa.cocoa.carboncore.Rect, short, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.RegisterComponent(ComponentDescription, CarbonCoreLibrary.ComponentRoutineProcPtr, short, PointerByReference, PointerByReference, PointerByReference)
          use the safer methods CarbonCoreLibrary.RegisterComponent(org.rococoa.cocoa.carboncore.ComponentDescription, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ComponentRoutineProcPtr, short, java.lang.String[], java.lang.String[], java.lang.String[]) and CarbonCoreLibrary.RegisterComponent(org.rococoa.cocoa.carboncore.ComponentDescription, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ComponentRoutineProcPtr, short, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ReleaseResource(PointerByReference)
          use the safer methods CarbonCoreLibrary.ReleaseResource(java.lang.String[]) and CarbonCoreLibrary.ReleaseResource(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.relstring(Pointer, Pointer, boolean, boolean)
          use the safer methods CarbonCoreLibrary.relstring(java.lang.String, java.lang.String, boolean, boolean) and CarbonCoreLibrary.relstring(com.sun.jna.Pointer, com.sun.jna.Pointer, boolean, boolean) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.RelString(Pointer, Pointer, boolean, boolean)
          use the safer methods CarbonCoreLibrary.RelString(byte[], byte[], boolean, boolean) and CarbonCoreLibrary.RelString(com.sun.jna.Pointer, com.sun.jna.Pointer, boolean, boolean) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.RemoveResource(PointerByReference)
          use the safer methods CarbonCoreLibrary.RemoveResource(java.lang.String[]) and CarbonCoreLibrary.RemoveResource(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ReplaceText(PointerByReference, PointerByReference, Pointer)
          use the safer methods CarbonCoreLibrary.ReplaceText(java.lang.String[], java.lang.String[], java.nio.ByteBuffer) and CarbonCoreLibrary.ReplaceText(com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.RgnToHandle(HIServicesLibrary.OpaqueRgnHandle, PointerByReference)
          use the safer methods QDLibrary.RgnToHandle(org.rococoa.cocoa.hiservices.HIServicesLibrary.OpaqueRgnHandle, java.lang.String[]) and QDLibrary.RgnToHandle(org.rococoa.cocoa.hiservices.HIServicesLibrary.OpaqueRgnHandle, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.S64Divide(long, long, LongByReference)
          use the safer methods CarbonCoreLibrary.S64Divide(long, long, java.nio.LongBuffer) and CarbonCoreLibrary.S64Divide(long, long, com.sun.jna.ptr.LongByReference) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanDouble(DoubleByReference)
          use the safer methods NSExtendedScanner.scanDouble(java.nio.DoubleBuffer) and NSExtendedScanner.scanDouble(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanFloat(FloatByReference)
          use the safer methods NSExtendedScanner.scanFloat(java.nio.FloatBuffer) and NSExtendedScanner.scanFloat(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanHexDouble(DoubleByReference)
          use the safer methods NSExtendedScanner.scanHexDouble(java.nio.DoubleBuffer) and NSExtendedScanner.scanHexDouble(com.sun.jna.ptr.DoubleByReference) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanHexFloat(FloatByReference)
          use the safer methods NSExtendedScanner.scanHexFloat(java.nio.FloatBuffer) and NSExtendedScanner.scanHexFloat(com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanHexInt(IntByReference)
          use the safer methods NSExtendedScanner.scanHexInt(java.nio.IntBuffer) and NSExtendedScanner.scanHexInt(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanHexLongLong(LongByReference)
          use the safer methods NSExtendedScanner.scanHexLongLong(java.nio.LongBuffer) and NSExtendedScanner.scanHexLongLong(com.sun.jna.ptr.LongByReference) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanInt(IntByReference)
          use the safer methods NSExtendedScanner.scanInt(java.nio.IntBuffer) and NSExtendedScanner.scanInt(com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanLongLong(LongByReference)
          use the safer methods NSExtendedScanner.scanLongLong(java.nio.LongBuffer) and NSExtendedScanner.scanLongLong(com.sun.jna.ptr.LongByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.ScreenRes(ShortByReference, ShortByReference)
          use the safer methods QDLibrary.ScreenRes(java.nio.ShortBuffer, java.nio.ShortBuffer) and QDLibrary.ScreenRes(com.sun.jna.ptr.ShortByReference, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetComponentInstanceStorage(ComponentInstanceRecord, PointerByReference)
          use the safer methods CarbonCoreLibrary.SetComponentInstanceStorage(org.rococoa.cocoa.carboncore.ComponentInstanceRecord, java.lang.String[]) and CarbonCoreLibrary.SetComponentInstanceStorage(org.rococoa.cocoa.carboncore.ComponentInstanceRecord, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.SetEntries(short, short, Pointer)
          use the safer methods QDLibrary.SetEntries(short, short, org.rococoa.cocoa.qd.ColorSpec[]) and QDLibrary.SetEntries(short, short, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetHandleSize(PointerByReference, NativeLong)
          use the safer methods CarbonCoreLibrary.SetHandleSize(java.lang.String[], com.sun.jna.NativeLong) and CarbonCoreLibrary.SetHandleSize(com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.appkit.NSBezierPath.setLineDash_count_phase(CGFloatByReference, NSInteger, CGFloat)
          use the safer methods NSBezierPath.setLineDash_count_phase(org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.CGFloat) and NSBezierPath.setLineDash_count_phase(com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.foundation.NSInteger, org.rococoa.cocoa.CGFloat) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetPtrSize(Pointer, NativeLong)
          use the safer methods CarbonCoreLibrary.SetPtrSize(java.nio.ByteBuffer, com.sun.jna.NativeLong) and CarbonCoreLibrary.SetPtrSize(com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetResAttrs(PointerByReference, short)
          use the safer methods CarbonCoreLibrary.SetResAttrs(java.lang.String[], short) and CarbonCoreLibrary.SetResAttrs(com.sun.jna.ptr.PointerByReference, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetResInfo(PointerByReference, short, Pointer)
          use the safer methods CarbonCoreLibrary.SetResInfo(java.lang.String[], short, byte[]) and CarbonCoreLibrary.SetResInfo(com.sun.jna.ptr.PointerByReference, short, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetResourceSize(PointerByReference, NativeLong)
          use the safer methods CarbonCoreLibrary.SetResourceSize(java.lang.String[], com.sun.jna.NativeLong) and CarbonCoreLibrary.SetResourceSize(com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetString(PointerByReference, Pointer)
          use the safer methods CarbonCoreLibrary.SetString(com.sun.jna.ptr.PointerByReference, byte[]) and CarbonCoreLibrary.SetString(com.sun.jna.ptr.PointerByReference, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.appkit.NSOpenGLContext.setValues_forParameter(IntByReference, int)
          use the safer methods NSOpenGLContext.setValues_forParameter(int[], int) and NSOpenGLContext.setValues_forParameter(com.sun.jna.ptr.IntByReference, int) instead
 
org.rococoa.cocoa.foundation.NSMethodSignature.signatureWithObjCTypes(Pointer)
          use the safer methods NSMethodSignature.signatureWithObjCTypes(java.lang.String) and NSMethodSignature.signatureWithObjCTypes(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.NSMethodSignature._class_.signatureWithObjCTypes(Pointer)
          use the safer methods NSMethodSignature._class_.signatureWithObjCTypes(java.lang.String) and NSMethodSignature._class_.signatureWithObjCTypes(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.searchkit.SearchKitLibrary.SKIndexCopyDocumentURLsForDocumentIDs(SearchKitLibrary.__SKIndex, NativeLong, NativeLongByReference, PointerByReference)
          use the safer method SearchKitLibrary.SKIndexCopyDocumentURLsForDocumentIDs(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKIndex, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFURL[]) instead 
org.rococoa.cocoa.searchkit.SearchKitLibrary.SKSearchFindMatches(SearchKitLibrary.__SKSearch, NativeLong, NativeLongByReference, FloatByReference, double, NativeLongByReference)
          use the safer methods SearchKitLibrary.SKSearchFindMatches(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearch, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, java.nio.FloatBuffer, double, com.sun.jna.ptr.NativeLongByReference) and SearchKitLibrary.SKSearchFindMatches(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearch, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.ptr.FloatByReference, double, com.sun.jna.ptr.NativeLongByReference) instead 
org.rococoa.cocoa.searchkit.SearchKitLibrary.SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults, CFRange.ByValue, SearchKitLibrary.CFTypeRef, PointerByReference, FloatByReference)
          use the safer methods SearchKitLibrary.SKSearchResultsGetInfoInRange(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearchResults, org.rococoa.cocoa.corefoundation.CFRange.ByValue, org.rococoa.cocoa.searchkit.SearchKitLibrary.CFTypeRef, org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKIndex[], java.nio.FloatBuffer) and SearchKitLibrary.SKSearchResultsGetInfoInRange(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearchResults, org.rococoa.cocoa.corefoundation.CFRange.ByValue, org.rococoa.cocoa.searchkit.SearchKitLibrary.CFTypeRef, org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKIndex[], com.sun.jna.ptr.FloatByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.StdComment(short, short, PointerByReference)
          use the safer methods QDLibrary.StdComment(short, short, java.lang.String[]) and QDLibrary.StdComment(short, short, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.str2dec(Pointer, ShortByReference, decimal, ShortByReference)
          use the safer methods CarbonCoreLibrary.str2dec(java.lang.String, java.nio.ShortBuffer, org.rococoa.cocoa.carboncore.decimal, java.nio.ShortBuffer) and CarbonCoreLibrary.str2dec(com.sun.jna.Pointer, com.sun.jna.ptr.ShortByReference, org.rococoa.cocoa.carboncore.decimal, com.sun.jna.ptr.ShortByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringOrder(Pointer, Pointer, short, short, short, short)
          use the safer methods CarbonCoreLibrary.StringOrder(byte[], byte[], short, short, short, short) and CarbonCoreLibrary.StringOrder(com.sun.jna.Pointer, com.sun.jna.Pointer, short, short, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToDate(Pointer, int, DateCacheRecord, IntByReference, LongDateRec)
          use the safer methods CarbonCoreLibrary.StringToDate(java.nio.ByteBuffer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, java.nio.IntBuffer, org.rococoa.cocoa.carboncore.LongDateRec) and CarbonCoreLibrary.StringToDate(com.sun.jna.Pointer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.carboncore.LongDateRec) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToExtended(Pointer, NumFormatString, NumberParts, Float80)
          use the safer methods CarbonCoreLibrary.StringToExtended(byte[], org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.Float80) and CarbonCoreLibrary.StringToExtended(com.sun.jna.Pointer, org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.Float80) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToFormatRec(Pointer, NumberParts, NumFormatString)
          use the safer methods CarbonCoreLibrary.StringToFormatRec(byte[], org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.NumFormatString) and CarbonCoreLibrary.StringToFormatRec(com.sun.jna.Pointer, org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.NumFormatString) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToNum(Pointer, NativeLongByReference)
          use the safer methods CarbonCoreLibrary.StringToNum(byte[], com.sun.jna.ptr.NativeLongByReference) and CarbonCoreLibrary.StringToNum(com.sun.jna.Pointer, com.sun.jna.ptr.NativeLongByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToTime(Pointer, int, DateCacheRecord, IntByReference, LongDateRec)
          use the safer methods CarbonCoreLibrary.StringToTime(java.nio.ByteBuffer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, java.nio.IntBuffer, org.rococoa.cocoa.carboncore.LongDateRec) and CarbonCoreLibrary.StringToTime(com.sun.jna.Pointer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.carboncore.LongDateRec) instead 
org.rococoa.cocoa.qd.QDLibrary.StringWidth(Pointer)
          use the safer methods QDLibrary.StringWidth(byte[]) and QDLibrary.StringWidth(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods._static_.stringWithCharacters_length(CharByReference, NSUInteger)
          use the safer methods NSStringExtensionMethods._static_.stringWithCharacters_length(char[], org.rococoa.cocoa.foundation.NSUInteger) and NSStringExtensionMethods._static_.stringWithCharacters_length(com.ochafik.lang.jnaerator.runtime.CharByReference, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods._static_.stringWithContentsOfFile_usedEncoding_error(NSString, IntByReference, PointerByReference)
          use the safer methods NSStringExtensionMethods._static_.stringWithContentsOfFile_usedEncoding_error(org.rococoa.cocoa.foundation.NSString, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSStringExtensionMethods._static_.stringWithContentsOfFile_usedEncoding_error(org.rococoa.cocoa.foundation.NSString, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods._static_.stringWithContentsOfURL_usedEncoding_error(NSURL, IntByReference, PointerByReference)
          use the safer methods NSStringExtensionMethods._static_.stringWithContentsOfURL_usedEncoding_error(org.rococoa.cocoa.foundation.NSURL, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) and NSStringExtensionMethods._static_.stringWithContentsOfURL_usedEncoding_error(org.rococoa.cocoa.foundation.NSURL, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.PointerByReference) instead
 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods._static_.stringWithCString_encoding(Pointer, int)
          use the safer methods NSStringExtensionMethods._static_.stringWithCString_encoding(java.lang.String, int) and NSStringExtensionMethods._static_.stringWithCString_encoding(com.sun.jna.Pointer, int) instead
 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated._static_.stringWithCString_length(Pointer, NSUInteger)
          use the safer methods NSStringDeprecated._static_.stringWithCString_length(java.lang.String, org.rococoa.cocoa.foundation.NSUInteger) and NSStringDeprecated._static_.stringWithCString_length(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated._static_.stringWithCString(Pointer)
          use the safer methods NSStringDeprecated._static_.stringWithCString(java.lang.String) and NSStringDeprecated._static_.stringWithCString(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.NSFileManager.stringWithFileSystemRepresentation_length(Pointer, NSUInteger)
          use the safer methods NSFileManager.stringWithFileSystemRepresentation_length(java.lang.String, org.rococoa.cocoa.foundation.NSUInteger) and NSFileManager.stringWithFileSystemRepresentation_length(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods._static_.stringWithUTF8String(Pointer)
          use the safer methods NSStringExtensionMethods._static_.stringWithUTF8String(java.lang.String) and NSStringExtensionMethods._static_.stringWithUTF8String(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StripDiacritics(Pointer, short, short)
          use the safer methods CarbonCoreLibrary.StripDiacritics(java.nio.ByteBuffer, short, short) and CarbonCoreLibrary.StripDiacritics(com.sun.jna.Pointer, short, short) instead 
org.rococoa.cocoa.qd.QDLibrary.StuffHex(Pointer, Pointer)
          use the safer methods QDLibrary.StuffHex(com.sun.jna.Pointer, byte[]) and QDLibrary.StuffHex(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.qd.QDLibrary.StyledLineBreak(Pointer, int, int, int, int, IntByReference, IntByReference)
          use the safer methods QDLibrary.StyledLineBreak(java.nio.ByteBuffer, int, int, int, int, java.nio.IntBuffer, java.nio.IntBuffer) and QDLibrary.StyledLineBreak(com.sun.jna.Pointer, int, int, int, int, com.sun.jna.ptr.IntByReference, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.SwapPortPicSaveHandle(QDLibrary.OpaqueGrafPtr, PointerByReference)
          use the safer methods QDLibrary.SwapPortPicSaveHandle(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr, java.lang.String[]) and QDLibrary.SwapPortPicSaveHandle(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.SwapPortPolySaveHandle(QDLibrary.OpaqueGrafPtr, PointerByReference)
          use the safer methods QDLibrary.SwapPortPolySaveHandle(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr, java.lang.String[]) and QDLibrary.SwapPortPolySaveHandle(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.SwapPortRegionSaveHandle(QDLibrary.OpaqueGrafPtr, PointerByReference)
          use the safer methods QDLibrary.SwapPortRegionSaveHandle(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr, java.lang.String[]) and QDLibrary.SwapPortRegionSaveHandle(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SysBreakFunc(Pointer)
          use the safer methods CarbonCoreLibrary.SysBreakFunc(byte[]) and CarbonCoreLibrary.SysBreakFunc(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SysBreakStr(Pointer)
          use the safer methods CarbonCoreLibrary.SysBreakStr(byte[]) and CarbonCoreLibrary.SysBreakStr(com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TempDisposeHandle(PointerByReference, CarbonCoreLibrary.OSErr)
          use the safer methods CarbonCoreLibrary.TempDisposeHandle(java.lang.String[], org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) and CarbonCoreLibrary.TempDisposeHandle(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TempHLock(PointerByReference, CarbonCoreLibrary.OSErr)
          use the safer methods CarbonCoreLibrary.TempHLock(java.lang.String[], org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) and CarbonCoreLibrary.TempHLock(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TempHUnlock(PointerByReference, CarbonCoreLibrary.OSErr)
          use the safer methods CarbonCoreLibrary.TempHUnlock(java.lang.String[], org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) and CarbonCoreLibrary.TempHUnlock(com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TestAndClear(int, Pointer)
          use the safer methods CarbonCoreLibrary.TestAndClear(int, java.nio.ByteBuffer) and CarbonCoreLibrary.TestAndClear(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TestAndSet(int, Pointer)
          use the safer methods CarbonCoreLibrary.TestAndSet(int, java.nio.ByteBuffer) and CarbonCoreLibrary.TestAndSet(int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TimeString(int, boolean, Pointer, PointerByReference)
          use the safer methods CarbonCoreLibrary.TimeString(int, boolean, java.nio.ByteBuffer, java.lang.String[]) and CarbonCoreLibrary.TimeString(int, boolean, com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ToggleDate(LongByReference, byte, byte, short, TogglePB)
          use the safer methods CarbonCoreLibrary.ToggleDate(java.nio.LongBuffer, byte, byte, short, org.rococoa.cocoa.carboncore.TogglePB) and CarbonCoreLibrary.ToggleDate(com.sun.jna.ptr.LongByReference, byte, byte, short, org.rococoa.cocoa.carboncore.TogglePB) instead 
org.rococoa.cocoa.qd.QDLibrary.TruncString(short, Pointer, short)
          use the safer methods QDLibrary.TruncString(short, java.nio.ByteBuffer, short) and QDLibrary.TruncString(short, com.sun.jna.Pointer, short) instead 
org.rococoa.cocoa.qd.QDLibrary.TruncText(short, Pointer, ShortByReference, short)
          use the safer methods QDLibrary.TruncText(short, java.nio.ByteBuffer, java.nio.ShortBuffer, short) and QDLibrary.TruncText(short, com.sun.jna.Pointer, com.sun.jna.ptr.ShortByReference, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.U64Divide(long, long, LongByReference)
          use the safer methods CarbonCoreLibrary.U64Divide(long, long, java.nio.LongBuffer) and CarbonCoreLibrary.U64Divide(long, long, com.sun.jna.ptr.LongByReference) instead 
org.rococoa.cocoa.qd.QDLibrary.UnpackBits(PointerByReference, PointerByReference, short)
          use the safer methods QDLibrary.UnpackBits(java.lang.String[], java.lang.String[], short) and QDLibrary.UnpackBits(com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference, short) instead 
org.rococoa.cocoa.qd.QDLibrary.UpdateGWorld(PointerByReference, short, Rect, PointerByReference, PointerByReference, NativeLong)
          use the safer method QDLibrary.UpdateGWorld(org.rococoa.cocoa.qd.QDLibrary.OpaqueGrafPtr[], short, org.rococoa.cocoa.carboncore.Rect, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.UppercaseStripDiacritics(Pointer, short, short)
          use the safer methods CarbonCoreLibrary.UppercaseStripDiacritics(java.nio.ByteBuffer, short, short) and CarbonCoreLibrary.UppercaseStripDiacritics(com.sun.jna.Pointer, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.UppercaseText(Pointer, short, short)
          use the safer methods CarbonCoreLibrary.UppercaseText(java.nio.ByteBuffer, short, short) and CarbonCoreLibrary.UppercaseText(com.sun.jna.Pointer, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.upperstring(Pointer, boolean)
          use the safer methods CarbonCoreLibrary.upperstring(java.nio.ByteBuffer, boolean) and CarbonCoreLibrary.upperstring(com.sun.jna.Pointer, boolean) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.UpperString(Pointer, boolean)
          use the safer methods CarbonCoreLibrary.UpperString(java.nio.ByteBuffer, boolean) and CarbonCoreLibrary.UpperString(com.sun.jna.Pointer, boolean) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ValidDate(LongDateRec, NativeLong, LongByReference)
          use the safer methods CarbonCoreLibrary.ValidDate(org.rococoa.cocoa.carboncore.LongDateRec, com.sun.jna.NativeLong, java.nio.LongBuffer) and CarbonCoreLibrary.ValidDate(org.rococoa.cocoa.carboncore.LongDateRec, com.sun.jna.NativeLong, com.sun.jna.ptr.LongByReference) instead 
org.rococoa.cocoa.foundation.categories.NSValueCreation._static_.value_withObjCType(Pointer, Pointer)
          use the safer methods NSValueCreation._static_.value_withObjCType(com.sun.jna.Pointer, java.lang.String) and NSValueCreation._static_.value_withObjCType(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSValueCreation._static_.valueWithBytes_objCType(Pointer, Pointer)
          use the safer methods NSValueCreation._static_.valueWithBytes_objCType(com.sun.jna.Pointer, java.lang.String) and NSValueCreation._static_.valueWithBytes_objCType(com.sun.jna.Pointer, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.quartzcore.CIVector.vectorWithValues_count(CGFloatByReference, NativeSize)
          use the safer methods CIVector.vectorWithValues_count(org.rococoa.cocoa.CGFloat[], com.ochafik.lang.jnaerator.runtime.NativeSize) and CIVector.vectorWithValues_count(com.ochafik.lang.jnaerator.runtime.CGFloatByReference, com.ochafik.lang.jnaerator.runtime.NativeSize) instead 
org.rococoa.cocoa.quartzcore.CIVector._class_.vectorWithValues_count(CGFloatByReference, NativeSize)
          use the safer methods CIVector._class_.vectorWithValues_count(org.rococoa.cocoa.CGFloat[], com.ochafik.lang.jnaerator.runtime.NativeSize) and CIVector._class_.vectorWithValues_count(com.ochafik.lang.jnaerator.runtime.CGFloatByReference, com.ochafik.lang.jnaerator.runtime.NativeSize) instead 
org.rococoa.cocoa.qd.QDLibrary.VisibleLength(Pointer, NativeLong)
          use the safer methods QDLibrary.VisibleLength(java.nio.ByteBuffer, com.sun.jna.NativeLong) and QDLibrary.VisibleLength(com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.WideDivide(wide, int, IntByReference)
          use the safer methods CarbonCoreLibrary.WideDivide(org.rococoa.cocoa.carboncore.wide, int, java.nio.IntBuffer) and CarbonCoreLibrary.WideDivide(org.rococoa.cocoa.carboncore.wide, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.WideWideDivide(wide, int, IntByReference)
          use the safer methods CarbonCoreLibrary.WideWideDivide(org.rococoa.cocoa.carboncore.wide, int, java.nio.IntBuffer) and CarbonCoreLibrary.WideWideDivide(org.rococoa.cocoa.carboncore.wide, int, com.sun.jna.ptr.IntByReference) instead 
org.rococoa.cocoa.foundation.NSOutputStream.write_maxLength(Pointer, NSUInteger)
          use the safer methods NSOutputStream.write_maxLength(byte[], org.rococoa.cocoa.foundation.NSUInteger) and NSOutputStream.write_maxLength(com.sun.jna.Pointer, org.rococoa.cocoa.foundation.NSUInteger) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.WritePartialResource(PointerByReference, NativeLong, Pointer, NativeLong)
          use the safer methods CarbonCoreLibrary.WritePartialResource(java.lang.String[], com.sun.jna.NativeLong, com.sun.jna.Pointer, com.sun.jna.NativeLong) and CarbonCoreLibrary.WritePartialResource(com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.WriteResource(PointerByReference)
          use the safer methods CarbonCoreLibrary.WriteResource(java.lang.String[]) and CarbonCoreLibrary.WriteResource(com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef, PointerByReference)
          use the safer method OSServicesLibrary.WSMethodInvocationCopyParameters(org.rococoa.cocoa.osservices.OSServicesLibrary.OpaqueWSMethodInvocationRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.x80told(Float80, DoubleByReference)
          use the safer methods CarbonCoreLibrary.x80told(org.rococoa.cocoa.carboncore.Float80, java.nio.DoubleBuffer) and CarbonCoreLibrary.x80told(org.rococoa.cocoa.carboncore.Float80, com.sun.jna.ptr.DoubleByReference) instead 
 



Copyright © 2009. All Rights Reserved.