Deprecated API


Contents
Deprecated Fields
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecBitRateFormat
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecBitRateFormat_ABR
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecBitRateFormat_CBR
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecBitRateFormat_VBR
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecDoesSampleRateConversion
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecExtendFrequencies
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecInputFormatsForOutputFormat
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecOutputFormatsForInputFormat
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecOutputPrecedence
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecOutputPrecedenceBitRate
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecOutputPrecedenceNone
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecOutputPrecedenceSampleRate
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecPropertyAvailableBitRates
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecPropertyAvailableInputChannelLayouts
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecPropertyAvailableOutputChannelLayouts
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecPropertyInputChannelLayout
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecPropertyOutputChannelLayout
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecPropertyRequiresPacketDescription
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecPropertyZeroFramesPadded
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kAudioCodecUseRecommendedSampleRate
          in version 10.5
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kHintAdvanced
          in version 10.4
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kHintBasic
          in version 10.4
 
org.rococoa.cocoa.audiounit.AudioUnitLibrary.kHintHidden
          in version 10.4
 
org.rococoa.cocoa.coreaudio.CoreAudioLibrary.kMPEG4Object_AAC_LC
          in version 10.5
 
org.rococoa.cocoa.coreaudio.CoreAudioLibrary.kMPEG4Object_AAC_LTP
          in version 10.5
 
org.rococoa.cocoa.coreaudio.CoreAudioLibrary.kMPEG4Object_AAC_Main
          in version 10.5
 
org.rococoa.cocoa.coreaudio.CoreAudioLibrary.kMPEG4Object_AAC_SBR
          in version 10.5
 
org.rococoa.cocoa.coreaudio.CoreAudioLibrary.kMPEG4Object_AAC_Scalable
          in version 10.5
 
org.rococoa.cocoa.coreaudio.CoreAudioLibrary.kMPEG4Object_AAC_SSR
          in version 10.5
 
org.rococoa.cocoa.coreaudio.CoreAudioLibrary.kMPEG4Object_CELP
          in version 10.5
 
org.rococoa.cocoa.coreaudio.CoreAudioLibrary.kMPEG4Object_HVXC
          in version 10.5
 
org.rococoa.cocoa.coreaudio.CoreAudioLibrary.kMPEG4Object_TwinVQ
          in version 10.5
 
 

Deprecated Methods
org.rococoa.cocoa.carboncore.CarbonCoreLibrary._MPLibraryIsCompatible(ByteByReference, int, int, int, int)
          use the safer method CarbonCoreLibrary._MPLibraryIsCompatible(java.lang.String, int, int, int, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary._MPLibraryVersion(PointerByReference, IntByReference, IntByReference, IntByReference, IntByReference)
          use the safer method CarbonCoreLibrary._MPLibraryVersion(java.lang.String[], java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AddAtomic(int, IntByReference)
          use the safer method CarbonCoreLibrary.AddAtomic(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AddAtomic16(int, ShortByReference)
          use the safer method CarbonCoreLibrary.AddAtomic16(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AddAtomic8(int, ByteByReference)
          use the safer method CarbonCoreLibrary.AddAtomic8(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.NSURLHandle.addClient(ID)
          use the safer method NSURLHandle.addClient(org.rococoa.cocoa.foundation.protocols.NSURLHandleClient) instead 
org.rococoa.cocoa.webkit.protocols.DOMEventTarget.addEventListener_listener_useCapture(NSString, ID, boolean)
          use the safer method DOMEventTarget.addEventListener_listener_useCapture(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.webkit.protocols.DOMEventListener, boolean) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AddResource(ByteByReference, int, short, ByteByReference)
          use the safer methods CarbonCoreLibrary.AddResource(java.nio.ByteBuffer, int, short, byte[]) and CarbonCoreLibrary.AddResource(java.nio.ByteBuffer, int, short, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSBezierPath.appendBezierPathWithGlyphs_count_inFont(IntByReference, int, NSFont)
          use the safer method NSBezierPath.appendBezierPathWithGlyphs_count_inFont(java.nio.IntBuffer, int, org.rococoa.cocoa.appkit.NSFont) instead 
org.rococoa.cocoa.appkit.NSBezierPath.appendBezierPathWithPackedGlyphs(ByteByReference)
          use the safer method NSBezierPath.appendBezierPathWithPackedGlyphs(java.lang.String) instead 
org.rococoa.cocoa.foundation.categories.NSArrayCreation._static_.arrayWithObjects_count(ID, int)
          use the safer methods NSArrayCreation._static_.arrayWithObjects_count(org.rococoa.ID[], int) and NSArrayCreation._static_.arrayWithObjects_count(org.rococoa.ID, int) instead 
org.rococoa.cocoa.ats.ATSLibrary.ATSFontFamilyFindFromQuickDrawName(ByteByReference)
          use the safer methods ATSLibrary.ATSFontFamilyFindFromQuickDrawName(byte[]) and ATSLibrary.ATSFontFamilyFindFromQuickDrawName(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.AXUIElementGetPid(HIServicesLibrary.__AXUIElement, IntByReference)
          use the safer method HIServicesLibrary.AXUIElementGetPid(org.rococoa.cocoa.hiservices.HIServicesLibrary.__AXUIElement, java.nio.IntBuffer) instead 
org.rococoa.cocoa.addressbook.categories.ABPersonImageAdditions.beginLoadingImageDataForClient(ID)
          use the safer method ABPersonImageAdditions.beginLoadingImageDataForClient(org.rococoa.cocoa.addressbook.protocols.ABImageClient) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitAndAtomic(int, IntByReference)
          use the safer method CarbonCoreLibrary.BitAndAtomic(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitAndAtomic16(int, ShortByReference)
          use the safer method CarbonCoreLibrary.BitAndAtomic16(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitAndAtomic8(int, ByteByReference)
          use the safer method CarbonCoreLibrary.BitAndAtomic8(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitOrAtomic(int, IntByReference)
          use the safer method CarbonCoreLibrary.BitOrAtomic(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitOrAtomic16(int, ShortByReference)
          use the safer method CarbonCoreLibrary.BitOrAtomic16(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitOrAtomic8(int, ByteByReference)
          use the safer method CarbonCoreLibrary.BitOrAtomic8(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitXorAtomic(int, IntByReference)
          use the safer method CarbonCoreLibrary.BitXorAtomic(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitXorAtomic16(int, ShortByReference)
          use the safer method CarbonCoreLibrary.BitXorAtomic16(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.BitXorAtomic8(int, ByteByReference)
          use the safer method CarbonCoreLibrary.BitXorAtomic8(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSBrowserDelegate.browser_acceptDrop_atRow_column_dropOperation(NSBrowser, ID, int, int, int)
          use the safer method NSBrowserDelegate.browser_acceptDrop_atRow_column_dropOperation(org.rococoa.cocoa.appkit.NSBrowser, org.rococoa.cocoa.appkit.protocols.NSDraggingInfo, int, int, int) instead
 
org.rococoa.cocoa.foundation.categories.NSBrowserDelegate.browser_validateDrop_proposedRow_column_dropOperation(NSBrowser, ID, IntByReference, IntByReference, int)
          use the safer method NSBrowserDelegate.browser_validateDrop_proposedRow_column_dropOperation(org.rococoa.cocoa.appkit.NSBrowser, org.rococoa.cocoa.appkit.protocols.NSDraggingInfo, java.nio.IntBuffer, java.nio.IntBuffer, int) instead
 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.c2pstr(ByteByReference)
          use the safer method CarbonCoreLibrary.c2pstr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.C2PStr(ByteByReference)
          use the safer method CarbonCoreLibrary.C2PStr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.c2pstrcpy(ByteByReference, ByteByReference)
          use the safer method CarbonCoreLibrary.c2pstrcpy(java.nio.ByteBuffer, java.lang.String) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBitVectorCreate(CoreFoundationLibrary.__CFAllocator, ByteByReference, 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, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBitVectorGetBits(CoreFoundationLibrary.__CFBitVector, CFRange.ByValue, ByteByReference)
          use the safer method CoreFoundationLibrary.CFBitVectorGetBits(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBitVector, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBundleGetPackageInfo(CoreFoundationLibrary.__CFBundle, IntByReference, IntByReference)
          use the safer method CoreFoundationLibrary.CFBundleGetPackageInfo(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBundle, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBundleGetPackageInfoInDirectory(AudioUnitLibrary.__CFURL, IntByReference, IntByReference)
          use the safer method CoreFoundationLibrary.CFBundleGetPackageInfoInDirectory(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFBundleOpenBundleResourceFiles(CoreFoundationLibrary.__CFBundle, ShortByReference, ShortByReference)
          use the safer method CoreFoundationLibrary.CFBundleOpenBundleResourceFiles(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFBundle, java.nio.ShortBuffer, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarAddComponents(CoreFoundationLibrary.__CFCalendar, DoubleByReference, NativeLong, ByteByReference, Object...)
          use the safer method #CFCalendarAddComponents(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, java.nio.DoubleBuffer, com.sun.jna.NativeLong, java.lang.String, java.lang.Object) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarComposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar, DoubleByReference, ByteByReference, Object...)
          use the safer method #CFCalendarComposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, java.nio.DoubleBuffer, java.lang.String, java.lang.Object) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarDecomposeAbsoluteTime(CoreFoundationLibrary.__CFCalendar, double, ByteByReference, Object...)
          use the safer method #CFCalendarDecomposeAbsoluteTime(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, java.lang.String, java.lang.Object) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarGetComponentDifference(CoreFoundationLibrary.__CFCalendar, double, double, NativeLong, ByteByReference, Object...)
          use the safer method #CFCalendarGetComponentDifference(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, double, double, com.sun.jna.NativeLong, java.lang.String, java.lang.Object) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFCalendarGetTimeRangeOfUnit(CoreFoundationLibrary.__CFCalendar, NativeLong, double, DoubleByReference, DoubleByReference)
          use the safer method CoreFoundationLibrary.CFCalendarGetTimeRangeOfUnit(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFCalendar, com.sun.jna.NativeLong, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataAppendBytes(CoreFoundationLibrary.__CFData, ByteByReference, 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, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataReplaceBytes(CoreFoundationLibrary.__CFData, CFRange.ByValue, ByteByReference, 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, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFReadStreamCreateWithBytesNoCopy(CoreFoundationLibrary.__CFAllocator, ByteByReference, 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, java.nio.ByteBuffer, com.sun.jna.NativeLong, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFReadStreamRead(CoreFoundationLibrary.__CFReadStream, ByteByReference, NativeLong)
          use the safer method CoreFoundationLibrary.CFReadStreamRead(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFReadStream, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringAppendCharacters(CoreFoundationLibrary.__CFString, ShortByReference, NativeLong)
          use the safer method CoreFoundationLibrary.CFStringAppendCharacters(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ShortBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringAppendCString(CoreFoundationLibrary.__CFString, ByteByReference, int)
          use the safer method CoreFoundationLibrary.CFStringAppendCString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.lang.String, int) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringAppendPascalString(CoreFoundationLibrary.__CFString, ByteByReference, int)
          use the safer methods CoreFoundationLibrary.CFStringAppendPascalString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, byte[], int) and CoreFoundationLibrary.CFStringAppendPascalString(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringCreateMutableWithExternalCharactersNoCopy(CoreFoundationLibrary.__CFAllocator, ShortByReference, NativeLong, NativeLong, CoreFoundationLibrary.__CFAllocator)
          use the safer method 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) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFStringSetExternalCharactersNoCopy(CoreFoundationLibrary.__CFString, ShortByReference, NativeLong, NativeLong)
          use the safer method CoreFoundationLibrary.CFStringSetExternalCharactersNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFString, java.nio.ShortBuffer, com.sun.jna.NativeLong, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateAbsoluteURLWithBytes(CoreFoundationLibrary.__CFAllocator, ByteByReference, NativeLong, int, AudioUnitLibrary.__CFURL, boolean)
          use the safer methods CoreFoundationLibrary.CFURLCreateAbsoluteURLWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, boolean) and CoreFoundationLibrary.CFURLCreateAbsoluteURLWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, boolean) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator, AudioUnitLibrary.__CFURL, CoreFoundationLibrary.CFDataRef, PointerByReference, HIServicesLibrary.__CFArray, IntByReference)
          use the safer method CoreFoundationLibrary.CFURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, java.nio.IntBuffer) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentation(CoreFoundationLibrary.__CFAllocator, ByteByReference, 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, java.nio.ByteBuffer, com.sun.jna.NativeLong, boolean) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentationRelativeToBase(CoreFoundationLibrary.__CFAllocator, ByteByReference, NativeLong, boolean, AudioUnitLibrary.__CFURL)
          use the safer methods CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentationRelativeToBase(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, boolean, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL) and CoreFoundationLibrary.CFURLCreateFromFileSystemRepresentationRelativeToBase(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, boolean, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLCreateWithBytes(CoreFoundationLibrary.__CFAllocator, ByteByReference, NativeLong, int, AudioUnitLibrary.__CFURL)
          use the safer methods CoreFoundationLibrary.CFURLCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, byte[], com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL) and CoreFoundationLibrary.CFURLCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong, int, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLDestroyResource(AudioUnitLibrary.__CFURL, IntByReference)
          use the safer method CoreFoundationLibrary.CFURLDestroyResource(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, java.nio.IntBuffer) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLGetBytes(AudioUnitLibrary.__CFURL, ByteByReference, NativeLong)
          use the safer method CoreFoundationLibrary.CFURLGetBytes(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFURLGetFileSystemRepresentation(AudioUnitLibrary.__CFURL, boolean, ByteByReference, NativeLong)
          use the safer method CoreFoundationLibrary.CFURLGetFileSystemRepresentation(org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, boolean, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFUserNotificationCreate(CoreFoundationLibrary.__CFAllocator, double, NativeLong, IntByReference, HIServicesLibrary.__CFDictionary)
          use the safer method CoreFoundationLibrary.CFUserNotificationCreate(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, double, com.sun.jna.NativeLong, java.nio.IntBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFDictionary) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFWriteStreamCreateWithBuffer(CoreFoundationLibrary.__CFAllocator, ByteByReference, NativeLong)
          use the safer method CoreFoundationLibrary.CFWriteStreamCreateWithBuffer(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFWriteStreamWrite(CoreFoundationLibrary.__CFWriteStream, ByteByReference, 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, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGAcquireDisplayFadeReservation(float, IntByReference)
          use the safer method CoreGraphicsLibrary.CGAcquireDisplayFadeReservation(float, java.nio.IntBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorCreate(CoreGraphicsLibrary.CGColorSpace, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGColorCreate(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, float[]) and CoreGraphicsLibrary.CGColorCreate(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorCreateWithPattern(CoreGraphicsLibrary.CGColorSpace, CoreGraphicsLibrary.CGPattern, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGColorCreateWithPattern(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPattern, float[]) and CoreGraphicsLibrary.CGColorCreateWithPattern(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPattern, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpaceCreateCalibratedGray(FloatByReference, FloatByReference, float)
          use the safer methods CoreGraphicsLibrary.CGColorSpaceCreateCalibratedGray(float[], float[], float) and CoreGraphicsLibrary.CGColorSpaceCreateCalibratedGray(java.nio.FloatBuffer, java.nio.FloatBuffer, float) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpaceCreateCalibratedRGB(FloatByReference, FloatByReference, FloatByReference, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGColorSpaceCreateCalibratedRGB(float[], float[], float[], float[]) and CoreGraphicsLibrary.CGColorSpaceCreateCalibratedRGB(java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpaceCreateICCBased(NativeLong, FloatByReference, ImageIOLibrary.CGDataProvider, CoreGraphicsLibrary.CGColorSpace)
          use the safer methods CoreGraphicsLibrary.CGColorSpaceCreateICCBased(com.sun.jna.NativeLong, float[], org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace) and CoreGraphicsLibrary.CGColorSpaceCreateICCBased(com.sun.jna.NativeLong, java.nio.FloatBuffer, org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpaceCreateIndexed(CoreGraphicsLibrary.CGColorSpace, NativeLong, ByteByReference)
          use the safer methods CoreGraphicsLibrary.CGColorSpaceCreateIndexed(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, com.sun.jna.NativeLong, byte[]) and CoreGraphicsLibrary.CGColorSpaceCreateIndexed(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, com.sun.jna.NativeLong, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpaceCreateLab(FloatByReference, FloatByReference, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGColorSpaceCreateLab(float[], float[], float[]) and CoreGraphicsLibrary.CGColorSpaceCreateLab(java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpaceGetColorTable(CoreGraphicsLibrary.CGColorSpace, ByteByReference)
          use the safer method CoreGraphicsLibrary.CGColorSpaceGetColorTable(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextSelectFont(CoreGraphicsLibrary.CGContext, ByteByReference, float, int)
          use the safer method CoreGraphicsLibrary.CGContextSelectFont(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, java.lang.String, float, int) instead
 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextSetFillColor(CoreGraphicsLibrary.CGContext, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGContextSetFillColor(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, float[]) and CoreGraphicsLibrary.CGContextSetFillColor(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextSetFillPattern(CoreGraphicsLibrary.CGContext, CoreGraphicsLibrary.CGPattern, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGContextSetFillPattern(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPattern, float[]) and CoreGraphicsLibrary.CGContextSetFillPattern(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPattern, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextSetLineDash(CoreGraphicsLibrary.CGContext, float, FloatByReference, NativeLong)
          use the safer methods CoreGraphicsLibrary.CGContextSetLineDash(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, float, float[], com.sun.jna.NativeLong) and CoreGraphicsLibrary.CGContextSetLineDash(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, float, java.nio.FloatBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextSetStrokeColor(CoreGraphicsLibrary.CGContext, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGContextSetStrokeColor(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, float[]) and CoreGraphicsLibrary.CGContextSetStrokeColor(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextSetStrokePattern(CoreGraphicsLibrary.CGContext, CoreGraphicsLibrary.CGPattern, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGContextSetStrokePattern(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPattern, float[]) and CoreGraphicsLibrary.CGContextSetStrokePattern(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPattern, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextShowGlyphs(CoreGraphicsLibrary.CGContext, ShortByReference, NativeLong)
          use the safer method CoreGraphicsLibrary.CGContextShowGlyphs(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, java.nio.ShortBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextShowGlyphsAtPoint(CoreGraphicsLibrary.CGContext, float, float, ShortByReference, NativeLong)
          use the safer method CoreGraphicsLibrary.CGContextShowGlyphsAtPoint(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, float, float, java.nio.ShortBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextShowGlyphsAtPositions(CoreGraphicsLibrary.CGContext, ShortByReference, Pointer, NativeLong)
          use the safer method CoreGraphicsLibrary.CGContextShowGlyphsAtPositions(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, java.nio.ShortBuffer, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextShowGlyphsWithAdvances(CoreGraphicsLibrary.CGContext, ShortByReference, Pointer, NativeLong)
          use the safer method CoreGraphicsLibrary.CGContextShowGlyphsWithAdvances(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, java.nio.ShortBuffer, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextShowText(CoreGraphicsLibrary.CGContext, ByteByReference, NativeLong)
          use the safer method CoreGraphicsLibrary.CGContextShowText(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, java.lang.String, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContextShowTextAtPoint(CoreGraphicsLibrary.CGContext, float, float, ByteByReference, NativeLong)
          use the safer method CoreGraphicsLibrary.CGContextShowTextAtPoint(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGContext, float, float, java.lang.String, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGDataProviderCreateWithFilename(ByteByReference)
          use the safer method CoreGraphicsLibrary.CGDataProviderCreateWithFilename(java.lang.String) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGEventKeyboardGetUnicodeString(CoreGraphicsLibrary.__CGEvent, NativeLong, NativeLongByReference, ShortByReference)
          use the safer method CoreGraphicsLibrary.CGEventKeyboardGetUnicodeString(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.__CGEvent, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGEventKeyboardSetUnicodeString(CoreGraphicsLibrary.__CGEvent, NativeLong, ShortByReference)
          use the safer method CoreGraphicsLibrary.CGEventKeyboardSetUnicodeString(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.__CGEvent, com.sun.jna.NativeLong, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGFontGetGlyphAdvances(CoreGraphicsLibrary.CGFont, ShortByReference, NativeLong, IntByReference)
          use the safer method CoreGraphicsLibrary.CGFontGetGlyphAdvances(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGFont, java.nio.ShortBuffer, com.sun.jna.NativeLong, java.nio.IntBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGFontGetGlyphBBoxes(CoreGraphicsLibrary.CGFont, ShortByReference, NativeLong, Pointer)
          use the safer method CoreGraphicsLibrary.CGFontGetGlyphBBoxes(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGFont, java.nio.ShortBuffer, com.sun.jna.NativeLong, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGFunctionCreate(Pointer, NativeLong, FloatByReference, NativeLong, FloatByReference, CGFunctionCallbacks)
          use the safer methods CoreGraphicsLibrary.CGFunctionCreate(com.sun.jna.Pointer, com.sun.jna.NativeLong, float[], com.sun.jna.NativeLong, float[], org.rococoa.cocoa.coregraphics.CGFunctionCallbacks) and CoreGraphicsLibrary.CGFunctionCreate(com.sun.jna.Pointer, com.sun.jna.NativeLong, java.nio.FloatBuffer, com.sun.jna.NativeLong, java.nio.FloatBuffer, org.rococoa.cocoa.coregraphics.CGFunctionCallbacks) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGGetEventTapList(int, Pointer, IntByReference)
          use the safer method CoreGraphicsLibrary.CGGetEventTapList(int, com.sun.jna.Pointer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGGetLastMouseDelta(IntByReference, IntByReference)
          use the safer method CoreGraphicsLibrary.CGGetLastMouseDelta(java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGGradientCreateWithColorComponents(CoreGraphicsLibrary.CGColorSpace, FloatByReference, FloatByReference, NativeLong)
          use the safer methods CoreGraphicsLibrary.CGGradientCreateWithColorComponents(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, float[], float[], com.sun.jna.NativeLong) and CoreGraphicsLibrary.CGGradientCreateWithColorComponents(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, java.nio.FloatBuffer, java.nio.FloatBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGGradientCreateWithColors(CoreGraphicsLibrary.CGColorSpace, HIServicesLibrary.__CFArray, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGGradientCreateWithColors(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, float[]) and CoreGraphicsLibrary.CGGradientCreateWithColors(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGImageCreate(NativeLong, NativeLong, NativeLong, NativeLong, NativeLong, CoreGraphicsLibrary.CGColorSpace, int, ImageIOLibrary.CGDataProvider, FloatByReference, boolean, int)
          use the safer methods CoreGraphicsLibrary.CGImageCreate(com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, int, org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, float[], boolean, int) and CoreGraphicsLibrary.CGImageCreate(com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGColorSpace, int, org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, java.nio.FloatBuffer, boolean, int) instead
 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGImageCreateWithJPEGDataProvider(ImageIOLibrary.CGDataProvider, FloatByReference, boolean, int)
          use the safer methods CoreGraphicsLibrary.CGImageCreateWithJPEGDataProvider(org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, float[], boolean, int) and CoreGraphicsLibrary.CGImageCreateWithJPEGDataProvider(org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, java.nio.FloatBuffer, boolean, int) instead
 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGImageCreateWithMaskingColors(ImageIOLibrary.CGImage, FloatByReference)
          use the safer methods CoreGraphicsLibrary.CGImageCreateWithMaskingColors(org.rococoa.cocoa.imageio.ImageIOLibrary.CGImage, float[]) and CoreGraphicsLibrary.CGImageCreateWithMaskingColors(org.rococoa.cocoa.imageio.ImageIOLibrary.CGImage, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGImageCreateWithPNGDataProvider(ImageIOLibrary.CGDataProvider, FloatByReference, boolean, int)
          use the safer methods CoreGraphicsLibrary.CGImageCreateWithPNGDataProvider(org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, float[], boolean, int) and CoreGraphicsLibrary.CGImageCreateWithPNGDataProvider(org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, java.nio.FloatBuffer, boolean, int) instead
 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGImageMaskCreate(NativeLong, NativeLong, NativeLong, NativeLong, NativeLong, ImageIOLibrary.CGDataProvider, FloatByReference, boolean)
          use the safer methods CoreGraphicsLibrary.CGImageMaskCreate(com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, float[], boolean) and CoreGraphicsLibrary.CGImageMaskCreate(com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, com.sun.jna.NativeLong, org.rococoa.cocoa.imageio.ImageIOLibrary.CGDataProvider, java.nio.FloatBuffer, boolean) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLChoosePixelFormat(int, PointerByReference, IntByReference)
          use the safer method OpenGLLibrary.CGLChoosePixelFormat(int, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLDescribePBuffer(OpenGLLibrary._CGLPBufferObject, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference)
          use the safer method OpenGLLibrary.CGLDescribePBuffer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPBufferObject, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLDescribePixelFormat(OpenGLLibrary._CGLPixelFormatObject, int, int, IntByReference)
          use the safer method OpenGLLibrary.CGLDescribePixelFormat(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLPixelFormatObject, int, int, java.nio.IntBuffer) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLDescribeRenderer(OpenGLLibrary._CGLRendererInfoObject, int, int, IntByReference)
          use the safer method OpenGLLibrary.CGLDescribeRenderer(org.rococoa.cocoa.opengl.OpenGLLibrary._CGLRendererInfoObject, int, int, java.nio.IntBuffer) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetOffScreen(_CGLContextObject, IntByReference, IntByReference, IntByReference, PointerByReference)
          use the safer method OpenGLLibrary.CGLGetOffScreen(org.rococoa.cocoa.opengl._CGLContextObject, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetOption(int, IntByReference)
          use the safer method OpenGLLibrary.CGLGetOption(int, java.nio.IntBuffer) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetParameter(_CGLContextObject, int, IntByReference)
          use the safer method OpenGLLibrary.CGLGetParameter(org.rococoa.cocoa.opengl._CGLContextObject, int, java.nio.IntBuffer) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetPBuffer(_CGLContextObject, PointerByReference, IntByReference, IntByReference, IntByReference)
          use the safer method OpenGLLibrary.CGLGetPBuffer(org.rococoa.cocoa.opengl._CGLContextObject, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetVersion(IntByReference, IntByReference)
          use the safer method OpenGLLibrary.CGLGetVersion(java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLGetVirtualScreen(_CGLContextObject, IntByReference)
          use the safer method OpenGLLibrary.CGLGetVirtualScreen(org.rococoa.cocoa.opengl._CGLContextObject, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLIsEnabled(_CGLContextObject, int, IntByReference)
          use the safer method OpenGLLibrary.CGLIsEnabled(org.rococoa.cocoa.opengl._CGLContextObject, int, java.nio.IntBuffer) instead
 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLQueryRendererInfo(int, PointerByReference, IntByReference)
          use the safer method OpenGLLibrary.CGLQueryRendererInfo(int, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.CGLSetParameter(_CGLContextObject, int, IntByReference)
          use the safer methods OpenGLLibrary.CGLSetParameter(org.rococoa.cocoa.opengl._CGLContextObject, int, int[]) and OpenGLLibrary.CGLSetParameter(org.rococoa.cocoa.opengl._CGLContextObject, int, java.nio.IntBuffer) instead
 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFArrayGetBoolean(CoreGraphicsLibrary.CGPDFArray, NativeLong, ByteByReference)
          use the safer method CoreGraphicsLibrary.CGPDFArrayGetBoolean(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFArray, com.sun.jna.NativeLong, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFArrayGetInteger(CoreGraphicsLibrary.CGPDFArray, NativeLong, IntByReference)
          use the safer method CoreGraphicsLibrary.CGPDFArrayGetInteger(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFArray, com.sun.jna.NativeLong, java.nio.IntBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFArrayGetName(CoreGraphicsLibrary.CGPDFArray, NativeLong, PointerByReference)
          use the safer method CoreGraphicsLibrary.CGPDFArrayGetName(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFArray, com.sun.jna.NativeLong, java.lang.String[]) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFArrayGetNumber(CoreGraphicsLibrary.CGPDFArray, NativeLong, FloatByReference)
          use the safer method CoreGraphicsLibrary.CGPDFArrayGetNumber(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFArray, com.sun.jna.NativeLong, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFContentStreamGetResource(CoreGraphicsLibrary.CGPDFContentStream, ByteByReference, ByteByReference)
          use the safer method CoreGraphicsLibrary.CGPDFContentStreamGetResource(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFContentStream, java.lang.String, java.lang.String) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionaryGetArray(CoreGraphicsLibrary.CGPDFDictionary, ByteByReference, PointerByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDictionaryGetArray(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionary, java.lang.String, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionaryGetBoolean(CoreGraphicsLibrary.CGPDFDictionary, ByteByReference, ByteByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDictionaryGetBoolean(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionary, java.lang.String, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionaryGetDictionary(CoreGraphicsLibrary.CGPDFDictionary, ByteByReference, PointerByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDictionaryGetDictionary(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionary, java.lang.String, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionaryGetInteger(CoreGraphicsLibrary.CGPDFDictionary, ByteByReference, IntByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDictionaryGetInteger(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionary, java.lang.String, java.nio.IntBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionaryGetName(CoreGraphicsLibrary.CGPDFDictionary, ByteByReference, PointerByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDictionaryGetName(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionary, java.lang.String, java.lang.String[]) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionaryGetNumber(CoreGraphicsLibrary.CGPDFDictionary, ByteByReference, FloatByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDictionaryGetNumber(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionary, java.lang.String, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionaryGetObject(CoreGraphicsLibrary.CGPDFDictionary, ByteByReference, PointerByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDictionaryGetObject(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionary, java.lang.String, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionaryGetStream(CoreGraphicsLibrary.CGPDFDictionary, ByteByReference, PointerByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDictionaryGetStream(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionary, java.lang.String, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionaryGetString(CoreGraphicsLibrary.CGPDFDictionary, ByteByReference, PointerByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDictionaryGetString(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDictionary, java.lang.String, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDocumentGetVersion(CoreGraphicsLibrary.CGPDFDocument, IntByReference, IntByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDocumentGetVersion(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDocument, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDocumentUnlockWithPassword(CoreGraphicsLibrary.CGPDFDocument, ByteByReference)
          use the safer method CoreGraphicsLibrary.CGPDFDocumentUnlockWithPassword(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFDocument, java.lang.String) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFOperatorTableSetCallback(CoreGraphicsLibrary.CGPDFOperatorTable, ByteByReference, CoreGraphicsLibrary.CGPDFOperatorCallback)
          use the safer method CoreGraphicsLibrary.CGPDFOperatorTableSetCallback(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFOperatorTable, java.lang.String, org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFOperatorCallback) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFScannerPopBoolean(CoreGraphicsLibrary.CGPDFScanner, ByteByReference)
          use the safer method CoreGraphicsLibrary.CGPDFScannerPopBoolean(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFScanner, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFScannerPopInteger(CoreGraphicsLibrary.CGPDFScanner, IntByReference)
          use the safer method CoreGraphicsLibrary.CGPDFScannerPopInteger(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFScanner, java.nio.IntBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFScannerPopName(CoreGraphicsLibrary.CGPDFScanner, PointerByReference)
          use the safer method CoreGraphicsLibrary.CGPDFScannerPopName(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFScanner, java.lang.String[]) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFScannerPopNumber(CoreGraphicsLibrary.CGPDFScanner, FloatByReference)
          use the safer method CoreGraphicsLibrary.CGPDFScannerPopNumber(org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGPDFScanner, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coregraphics.CoreGraphicsLibrary.CGWaitForScreenRefreshRects(PointerByReference, IntByReference)
          use the safer method CoreGraphicsLibrary.CGWaitForScreenRefreshRects(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ChangedResource(ByteByReference)
          use the safer method CarbonCoreLibrary.ChangedResource(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CharacterByteType(ByteByReference, short, short)
          use the safer method CarbonCoreLibrary.CharacterByteType(java.nio.ByteBuffer, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CharacterType(ByteByReference, short, short)
          use the safer method CarbonCoreLibrary.CharacterType(java.nio.ByteBuffer, short, short) instead 
org.rococoa.cocoa.qd.QDLibrary.CharToPixel(ByteByReference, NativeLong, int, NativeLong, short, short, Point.ByValue, Point.ByValue)
          use the safer method 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) instead 
org.rococoa.cocoa.appkit.NSSpellChecker.checkSpellingOfString_startingAt_language_wrap_inSpellDocumentWithTag_wordCount(NSString, int, NSString, boolean, int, IntByReference)
          use the safer method NSSpellChecker.checkSpellingOfString_startingAt_language_wrap_inSpellDocumentWithTag_wordCount(org.rococoa.cocoa.foundation.NSString, int, org.rococoa.cocoa.foundation.NSString, boolean, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.colorsync.ColorSyncLibrary.CMFloatBitmapMakeChunky(FloatByReference, NativeLong, NativeLong, int)
          use the safer method ColorSyncLibrary.CMFloatBitmapMakeChunky(java.nio.FloatBuffer, com.sun.jna.NativeLong, com.sun.jna.NativeLong, int) instead 
org.rococoa.cocoa.appkit.NSColor.colorWithColorSpace_components_count(NSColorSpace, FloatByReference, int)
          use the safer methods NSColor.colorWithColorSpace_components_count(org.rococoa.cocoa.appkit.NSColorSpace, float[], int) and NSColor.colorWithColorSpace_components_count(org.rococoa.cocoa.appkit.NSColorSpace, java.nio.FloatBuffer, int) instead 
org.rococoa.cocoa.appkit.NSColor._class_.colorWithColorSpace_components_count(NSColorSpace, FloatByReference, int)
          use the safer methods NSColor._class_.colorWithColorSpace_components_count(org.rococoa.cocoa.appkit.NSColorSpace, float[], int) and NSColor._class_.colorWithColorSpace_components_count(org.rococoa.cocoa.appkit.NSColorSpace, java.nio.FloatBuffer, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CompareAndSwap(int, int, IntByReference)
          use the safer method CarbonCoreLibrary.CompareAndSwap(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CompareString(ByteByReference, ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.CompareString(byte[], byte[], java.nio.ByteBuffer) and CarbonCoreLibrary.CompareString(java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CompareText(Pointer, Pointer, short, short, ByteByReference)
          use the safer method CarbonCoreLibrary.CompareText(com.sun.jna.Pointer, com.sun.jna.Pointer, short, short, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSDraggingDestination.concludeDragOperation(ID)
          use the safer method NSDraggingDestination.concludeDragOperation(org.rococoa.cocoa.appkit.protocols.NSDraggingInfo) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CopyCStringToPascal(ByteByReference, ByteByReference)
          use the safer method CarbonCoreLibrary.CopyCStringToPascal(java.lang.String, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.CopyPascalStringToC(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.CopyPascalStringToC(byte[], java.nio.ByteBuffer) and CarbonCoreLibrary.CopyPascalStringToC(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.webkit.categories.DOMDocumentTraversal.createNodeIterator_whatToShow_filter_expandEntityReferences(DOMNode, int, ID, boolean)
          use the safer method DOMDocumentTraversal.createNodeIterator_whatToShow_filter_expandEntityReferences(org.rococoa.cocoa.webkit.DOMNode, int, org.rococoa.cocoa.webkit.protocols.DOMNodeFilter, boolean) instead 
org.rococoa.cocoa.webkit.categories.DOMDocumentTraversal.createTreeWalker_whatToShow_filter_expandEntityReferences(DOMNode, int, ID, boolean)
          use the safer method DOMDocumentTraversal.createTreeWalker_whatToShow_filter_expandEntityReferences(org.rococoa.cocoa.webkit.DOMNode, int, org.rococoa.cocoa.webkit.protocols.DOMNodeFilter, boolean) instead 
org.rococoa.cocoa.foundation.NSURLAuthenticationChallenge.createWithAuthenticationChallenge_sender(NSURLAuthenticationChallenge, ID)
           
org.rococoa.cocoa.appkit.NSGradient.createWithColors_atLocations_colorSpace(NSArray, FloatByReference, NSColorSpace)
           
org.rococoa.cocoa.qtkit.QTDataReference.createWithDataRef_type(ByteByReference, NSString)
           
org.rococoa.cocoa.foundation.NSIndexPath.createWithIndexes_length(IntByReference, int)
           
org.rococoa.cocoa.foundation.NSURLAuthenticationChallenge.createWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace, NSURLCredential, int, NSURLResponse, NSError, ID)
           
org.rococoa.cocoa.foundation.NSURLProtocol.createWithRequest_cachedResponse_client(NSURLRequest, NSCachedURLResponse, ID)
           
org.rococoa.cocoa.quartzcore.CIVector.createWithValues_count(FloatByReference, NativeLong)
           
org.rococoa.cocoa.security.SecurityLibrary.cssmOidToAlg(SecurityLibrary.CSSM_OID, IntByReference)
          use the safer method SecurityLibrary.cssmOidToAlg(org.rococoa.cocoa.security.SecurityLibrary.CSSM_OID, java.nio.IntBuffer) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontCreateWithQuickdrawInstance(ByteByReference, short, byte, float)
          use the safer methods CoreTextLibrary.CTFontCreateWithQuickdrawInstance(byte[], short, byte, float) and CoreTextLibrary.CTFontCreateWithQuickdrawInstance(java.nio.ByteBuffer, short, byte, float) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontGetAdvancesForGlyphs(CoreTextLibrary.__CTFont, int, ShortByReference, Pointer, NativeLong)
          use the safer method CoreTextLibrary.CTFontGetAdvancesForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, int, java.nio.ShortBuffer, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead
 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontGetBoundingRectsForGlyphs(CoreTextLibrary.__CTFont, int, ShortByReference, Pointer, NativeLong)
          use the safer method CoreTextLibrary.CTFontGetBoundingRectsForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, int, java.nio.ShortBuffer, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead
 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontGetGlyphsForCharacters(CoreTextLibrary.__CTFont, ShortByReference, ShortByReference, NativeLong)
          use the safer method CoreTextLibrary.CTFontGetGlyphsForCharacters(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, java.nio.ShortBuffer, java.nio.ShortBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTFontGetVerticalTranslationsForGlyphs(CoreTextLibrary.__CTFont, ShortByReference, Pointer, NativeLong)
          use the safer method CoreTextLibrary.CTFontGetVerticalTranslationsForGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTFont, java.nio.ShortBuffer, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTLineGetOffsetForStringIndex(CoreTextLibrary.__CTLine, NativeLong, FloatByReference)
          use the safer method CoreTextLibrary.CTLineGetOffsetForStringIndex(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTLine, com.sun.jna.NativeLong, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTLineGetTypographicBounds(CoreTextLibrary.__CTLine, FloatByReference, FloatByReference, FloatByReference)
          use the safer method CoreTextLibrary.CTLineGetTypographicBounds(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTLine, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTRunGetGlyphs(CoreTextLibrary.__CTRun, CFRange.ByValue, ShortByReference)
          use the safer method CoreTextLibrary.CTRunGetGlyphs(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTRun, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.coretext.CoreTextLibrary.CTRunGetTypographicBounds(CoreTextLibrary.__CTRun, CFRange.ByValue, FloatByReference, FloatByReference, FloatByReference)
          use the safer method CoreTextLibrary.CTRunGetTypographicBounds(org.rococoa.cocoa.coretext.CoreTextLibrary.__CTRun, org.rococoa.cocoa.corefoundation.CFRange.ByValue, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.diskarbitration.DiskArbitrationLibrary.DADiskCreateFromBSDName(CoreFoundationLibrary.__CFAllocator, DiskArbitrationLibrary.__DASession, ByteByReference)
          use the safer method DiskArbitrationLibrary.DADiskCreateFromBSDName(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.diskarbitration.DiskArbitrationLibrary.__DASession, java.lang.String) instead 
org.rococoa.cocoa.qtkit.QTDataReference.dataReferenceWithDataRef_type(ByteByReference, NSString)
          use the safer method QTDataReference.dataReferenceWithDataRef_type(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.qtkit.QTDataReference._class_.dataReferenceWithDataRef_type(ByteByReference, NSString)
          use the safer method QTDataReference._class_.dataReferenceWithDataRef_type(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.foundation.categories.NSDatePickerCellDelegate.datePickerCell_validateProposedDateValue_timeInterval(NSDatePickerCell, PointerByReference, DoubleByReference)
          use the safer method NSDatePickerCellDelegate.datePickerCell_validateProposedDateValue_timeInterval(org.rococoa.cocoa.appkit.NSDatePickerCell, com.sun.jna.ptr.PointerByReference, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DateString(int, byte, ByteByReference, ByteByReference)
          use the safer method CarbonCoreLibrary.DateString(int, byte, java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DebugAssert(int, int, ByteByReference, ByteByReference, ByteByReference, ByteByReference, NativeLong, Pointer)
          use the safer method CarbonCoreLibrary.DebugAssert(int, int, java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.sun.jna.NativeLong, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DebugStr(ByteByReference)
          use the safer methods CarbonCoreLibrary.DebugStr(byte[]) and CarbonCoreLibrary.DebugStr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.dec2str(decform, decimal, ByteByReference)
          use the safer method CarbonCoreLibrary.dec2str(org.rococoa.cocoa.carboncore.decform, org.rococoa.cocoa.carboncore.decimal, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.NSDecimalNumber.decimalNumberByAdding_withBehavior(NSDecimalNumber, ID)
          use the safer method NSDecimalNumber.decimalNumberByAdding_withBehavior(org.rococoa.cocoa.foundation.NSDecimalNumber, org.rococoa.cocoa.foundation.protocols.NSDecimalNumberBehaviors) instead 
org.rococoa.cocoa.foundation.NSDecimalNumber.decimalNumberByDividingBy_withBehavior(NSDecimalNumber, ID)
          use the safer method NSDecimalNumber.decimalNumberByDividingBy_withBehavior(org.rococoa.cocoa.foundation.NSDecimalNumber, org.rococoa.cocoa.foundation.protocols.NSDecimalNumberBehaviors) instead 
org.rococoa.cocoa.foundation.NSDecimalNumber.decimalNumberByMultiplyingBy_withBehavior(NSDecimalNumber, ID)
          use the safer method NSDecimalNumber.decimalNumberByMultiplyingBy_withBehavior(org.rococoa.cocoa.foundation.NSDecimalNumber, org.rococoa.cocoa.foundation.protocols.NSDecimalNumberBehaviors) instead 
org.rococoa.cocoa.foundation.NSDecimalNumber.decimalNumberByMultiplyingByPowerOf10_withBehavior(short, ID)
          use the safer method NSDecimalNumber.decimalNumberByMultiplyingByPowerOf10_withBehavior(short, org.rococoa.cocoa.foundation.protocols.NSDecimalNumberBehaviors) instead 
org.rococoa.cocoa.foundation.NSDecimalNumber.decimalNumberByRaisingToPower_withBehavior(int, ID)
          use the safer method NSDecimalNumber.decimalNumberByRaisingToPower_withBehavior(int, org.rococoa.cocoa.foundation.protocols.NSDecimalNumberBehaviors) instead 
org.rococoa.cocoa.foundation.NSDecimalNumber.decimalNumberByRoundingAccordingToBehavior(ID)
          use the safer method NSDecimalNumber.decimalNumberByRoundingAccordingToBehavior(org.rococoa.cocoa.foundation.protocols.NSDecimalNumberBehaviors) instead 
org.rococoa.cocoa.foundation.NSDecimalNumber.decimalNumberBySubtracting_withBehavior(NSDecimalNumber, ID)
          use the safer method NSDecimalNumber.decimalNumberBySubtracting_withBehavior(org.rococoa.cocoa.foundation.NSDecimalNumber, org.rococoa.cocoa.foundation.protocols.NSDecimalNumberBehaviors) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.decodeArrayOfObjCType_count_at(ByteByReference, int, Pointer)
          use the safer method NSExtendedCoder.decodeArrayOfObjCType_count_at(java.lang.String, int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.NSKeyedUnarchiver.decodeBytesForKey_returnedLength(NSString, IntByReference)
          use the safer method NSKeyedUnarchiver.decodeBytesForKey_returnedLength(org.rococoa.cocoa.foundation.NSString, java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.decodeBytesForKey_returnedLength(NSString, IntByReference)
          use the safer method NSExtendedCoder.decodeBytesForKey_returnedLength(org.rococoa.cocoa.foundation.NSString, java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.decodeBytesWithReturnedLength(IntByReference)
          use the safer method NSExtendedCoder.decodeBytesWithReturnedLength(java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.NSCoder.decodeValueOfObjCType_at(ByteByReference, Pointer)
          use the safer method NSCoder.decodeValueOfObjCType_at(java.lang.String, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.decodeValuesOfObjCTypes(ByteByReference, NSObject...)
          use the safer method #decodeValuesOfObjCTypes(java.lang.String, org.rococoa.cocoa.foundation.NSObject) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DecrementAtomic(IntByReference)
          use the safer method CarbonCoreLibrary.DecrementAtomic(java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DecrementAtomic16(ShortByReference)
          use the safer method CarbonCoreLibrary.DecrementAtomic16(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DecrementAtomic8(ByteByReference)
          use the safer method CarbonCoreLibrary.DecrementAtomic8(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DetachResource(ByteByReference)
          use the safer method CarbonCoreLibrary.DetachResource(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DisposeHandle(ByteByReference)
          use the safer method CarbonCoreLibrary.DisposeHandle(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.DisposePtr(ByteByReference)
          use the safer method CarbonCoreLibrary.DisposePtr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSDraggingDestination.draggingEnded(ID)
          use the safer method NSDraggingDestination.draggingEnded(org.rococoa.cocoa.appkit.protocols.NSDraggingInfo) instead 
org.rococoa.cocoa.foundation.categories.NSDraggingDestination.draggingEntered(ID)
          use the safer method NSDraggingDestination.draggingEntered(org.rococoa.cocoa.appkit.protocols.NSDraggingInfo) instead 
org.rococoa.cocoa.foundation.categories.NSDraggingDestination.draggingExited(ID)
          use the safer method NSDraggingDestination.draggingExited(org.rococoa.cocoa.appkit.protocols.NSDraggingInfo) instead 
org.rococoa.cocoa.foundation.categories.NSDraggingDestination.draggingUpdated(ID)
          use the safer method NSDraggingDestination.draggingUpdated(org.rococoa.cocoa.appkit.protocols.NSDraggingInfo) instead 
org.rococoa.cocoa.appkit.categories.NSDragging.dragOperationForDraggingInfo_type(ID, NSString)
          use the safer method NSDragging.dragOperationForDraggingInfo_type(org.rococoa.cocoa.appkit.protocols.NSDraggingInfo, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.qd.QDLibrary.DrawJustified(ByteByReference, NativeLong, int, short, Point.ByValue, Point.ByValue)
          use the safer method QDLibrary.DrawJustified(java.nio.ByteBuffer, 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(ByteByReference)
          use the safer methods QDLibrary.DrawString(byte[]) and QDLibrary.DrawString(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.dtox80(DoubleByReference, Float80)
          use the safer methods CarbonCoreLibrary.dtox80(double[], org.rococoa.cocoa.carboncore.Float80) and CarbonCoreLibrary.dtox80(java.nio.DoubleBuffer, org.rococoa.cocoa.carboncore.Float80) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.EmptyHandle(ByteByReference)
          use the safer method CarbonCoreLibrary.EmptyHandle(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.encodeArrayOfObjCType_count_at(ByteByReference, int, Pointer)
          use the safer method NSExtendedCoder.encodeArrayOfObjCType_count_at(java.lang.String, int, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.NSKeyedArchiver.encodeBytes_length_forKey(ByteByReference, int, NSString)
          use the safer methods NSKeyedArchiver.encodeBytes_length_forKey(byte[], int, org.rococoa.cocoa.foundation.NSString) and NSKeyedArchiver.encodeBytes_length_forKey(java.nio.ByteBuffer, int, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.encodeBytes_length_forKey(ByteByReference, int, NSString)
          use the safer methods NSExtendedCoder.encodeBytes_length_forKey(byte[], int, org.rococoa.cocoa.foundation.NSString) and NSExtendedCoder.encodeBytes_length_forKey(java.nio.ByteBuffer, int, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.foundation.NSCoder.encodeValueOfObjCType_at(ByteByReference, Pointer)
          use the safer method NSCoder.encodeValueOfObjCType_at(java.lang.String, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedCoder.encodeValuesOfObjCTypes(ByteByReference, NSObject...)
          use the safer method #encodeValuesOfObjCTypes(java.lang.String, org.rococoa.cocoa.foundation.NSObject) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.EqualString(ByteByReference, ByteByReference, boolean, boolean)
          use the safer methods CarbonCoreLibrary.EqualString(byte[], byte[], boolean, boolean) and CarbonCoreLibrary.EqualString(java.nio.ByteBuffer, java.nio.ByteBuffer, boolean, boolean) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ExtendedToString(Float80, NumFormatString, NumberParts, ByteByReference)
          use the safer method CarbonCoreLibrary.ExtendedToString(org.rococoa.cocoa.carboncore.Float80, org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FillParseTable(ByteByReference, short)
          use the safer method CarbonCoreLibrary.FillParseTable(java.nio.ByteBuffer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FindScriptRun(ByteByReference, NativeLong, NativeLongByReference)
          use the safer method CarbonCoreLibrary.FindScriptRun(java.nio.ByteBuffer, com.sun.jna.NativeLong, com.sun.jna.ptr.NativeLongByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FindWordBreaks(ByteByReference, short, short, boolean, BreakTable, Pointer, short)
          use the safer method CarbonCoreLibrary.FindWordBreaks(java.nio.ByteBuffer, short, short, boolean, org.rococoa.cocoa.carboncore.BreakTable, org.rococoa.cocoa.carboncore.OffPair[], short) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.FlattenMovie(PointerByReference, NativeLong, FSSpec, int, short, NativeLong, ShortByReference, ByteByReference)
          use the safer methods QuickTimeLibrary.FlattenMovie(com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong, org.rococoa.cocoa.carboncore.FSSpec, int, short, com.sun.jna.NativeLong, java.nio.ShortBuffer, byte[]) and QuickTimeLibrary.FlattenMovie(com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong, org.rococoa.cocoa.carboncore.FSSpec, int, short, com.sun.jna.NativeLong, java.nio.ShortBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.FlattenMovieDataToDataRef(PointerByReference, NativeLong, ByteByReference, int, int, short, NativeLong)
          use the safer method QuickTimeLibrary.FlattenMovieDataToDataRef(com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong, java.nio.ByteBuffer, int, int, short, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.qd.QDLibrary.FMGetFontFamilyFromName(ByteByReference)
          use the safer methods QDLibrary.FMGetFontFamilyFromName(byte[]) and QDLibrary.FMGetFontFamilyFromName(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSFont.fontWithName_matrix(NSString, FloatByReference)
          use the safer methods NSFont.fontWithName_matrix(org.rococoa.cocoa.foundation.NSString, float[]) and NSFont.fontWithName_matrix(org.rococoa.cocoa.foundation.NSString, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.appkit.NSFont._class_.fontWithName_matrix(NSString, FloatByReference)
          use the safer methods NSFont._class_.fontWithName_matrix(org.rococoa.cocoa.foundation.NSString, float[]) and NSFont._class_.fontWithName_matrix(org.rococoa.cocoa.foundation.NSString, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FormatRecToString(NumFormatString, NumberParts, ByteByReference, Pointer)
          use the safer method CarbonCoreLibrary.FormatRecToString(org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.FVector[]) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.FracSinCos(int, IntByReference)
          use the safer method QuickTimeLibrary.FracSinCos(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FSCreateResFile(FSRef, NativeLong, ShortByReference, int, FSCatalogInfo, FSRef, FSSpec)
          use the safer method 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) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FSpResourceFileAlreadyOpen(FSSpec, boolean, ShortByReference)
          use the safer method CarbonCoreLibrary.FSpResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSSpec, boolean, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.FSResourceFileAlreadyOpen(FSRef, boolean, ShortByReference)
          use the safer method CarbonCoreLibrary.FSResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSRef, boolean, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.appkit.NSGlyphGenerator.generateGlyphsForGlyphStorage_desiredNumberOfCharacters_glyphIndex_characterIndex(ID, int, IntByReference, IntByReference)
          use the safer method NSGlyphGenerator.generateGlyphsForGlyphStorage_desiredNumberOfCharacters_glyphIndex_characterIndex(org.rococoa.cocoa.appkit.protocols.NSGlyphStorage, int, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.Get1IndType(IntByReference, short)
          use the safer method CarbonCoreLibrary.Get1IndType(java.nio.IntBuffer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.Get1NamedResource(int, ByteByReference)
          use the safer methods CarbonCoreLibrary.Get1NamedResource(int, byte[]) and CarbonCoreLibrary.Get1NamedResource(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.NSInputStream.getBuffer_length(PointerByReference, IntByReference)
          use the safer method NSInputStream.getBuffer_length(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.NSGradient.getColor_location_atIndex(PointerByReference, FloatByReference, int)
          use the safer method NSGradient.getColor_location_atIndex(com.sun.jna.ptr.PointerByReference, java.nio.FloatBuffer, int) instead 
org.rococoa.cocoa.appkit.NSColor.getComponents(FloatByReference)
          use the safer method NSColor.getComponents(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.appkit.NSBitmapImageRep.getCompression_factor(int, FloatByReference)
          use the safer method NSBitmapImageRep.getCompression_factor(int, java.nio.FloatBuffer) instead
 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.getCString_maxLength_encoding(ByteByReference, int, int)
          use the safer method NSStringExtensionMethods.getCString_maxLength_encoding(java.nio.ByteBuffer, int, int) instead
 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.getCString_maxLength(ByteByReference, int)
          use the safer method NSStringDeprecated.getCString_maxLength(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.getCString(ByteByReference)
          use the safer method NSStringDeprecated.getCString(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSColor.getCyan_magenta_yellow_black_alpha(FloatByReference, FloatByReference, FloatByReference, FloatByReference, FloatByReference)
          use the safer method NSColor.getCyan_magenta_yellow_black_alpha(java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.GetEntryUsage(Palette, short, ShortByReference, ShortByReference)
          use the safer method QDLibrary.GetEntryUsage(org.rococoa.cocoa.qd.Palette, short, java.nio.ShortBuffer, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSStringPathExtensions.getFileSystemRepresentation_maxLength(ByteByReference, int)
          use the safer method NSStringPathExtensions.getFileSystemRepresentation_maxLength(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.getFirstUnlaidCharacterIndex_glyphIndex(IntByReference, IntByReference)
          use the safer method NSLayoutManager.getFirstUnlaidCharacterIndex_glyphIndex(java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.GetFNum(ByteByReference, ShortByReference)
          use the safer methods QDLibrary.GetFNum(byte[], java.nio.ShortBuffer) and QDLibrary.GetFNum(java.nio.ByteBuffer, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.GetFontName(short, ByteByReference)
          use the safer method QDLibrary.GetFontName(short, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.GetFormatOrder(ShortByReference, short, short, boolean, QDLibrary.StyleRunDirectionProcPtr, ByteByReference)
          use the safer method QDLibrary.GetFormatOrder(java.nio.ShortBuffer, short, short, boolean, org.rococoa.cocoa.qd.QDLibrary.StyleRunDirectionProcPtr, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.getGlyphs_range(IntByReference, NSRange.ByValue)
          use the safer method NSLayoutManager.getGlyphs_range(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSRange.ByValue) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(NSRange.ByValue, IntByReference, IntByReference, int, boolean, ByteByReference)
          use the safer method NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(org.rococoa.cocoa.foundation.NSRange.ByValue, java.nio.IntBuffer, java.nio.IntBuffer, int, boolean, java.nio.ByteBuffer) instead
 
org.rococoa.cocoa.appkit.NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(NSRange.ByValue, IntByReference, IntByReference, int, boolean)
          use the safer method NSLayoutManager.getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(org.rococoa.cocoa.foundation.NSRange.ByValue, java.nio.IntBuffer, java.nio.IntBuffer, int, boolean) instead
 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetHandleSize(ByteByReference)
          use the safer method CarbonCoreLibrary.GetHandleSize(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSColor.getHue_saturation_brightness_alpha(FloatByReference, FloatByReference, FloatByReference, FloatByReference)
          use the safer method NSColor.getHue_saturation_brightness_alpha(java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.GetIconRefVariant(HIServicesLibrary.OpaqueIconRef, int, ShortByReference)
          use the safer method HIServicesLibrary.GetIconRefVariant(org.rococoa.cocoa.hiservices.HIServicesLibrary.OpaqueIconRef, int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.foundation.NSIndexPath.getIndexes(IntByReference)
          use the safer method NSIndexPath.getIndexes(java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetIndString(ByteByReference, short, short)
          use the safer method CarbonCoreLibrary.GetIndString(java.nio.ByteBuffer, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetIndType(IntByReference, short)
          use the safer method CarbonCoreLibrary.GetIndType(java.nio.IntBuffer, short) instead 
org.rococoa.cocoa.appkit.NSBezierPath.getLineDash_count_phase(FloatByReference, IntByReference, FloatByReference)
          use the safer method NSBezierPath.getLineDash_count_phase(java.nio.FloatBuffer, java.nio.IntBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.getLineFragmentInsertionPointsForCharacterAtIndex_alternatePositions_inDisplayOrder_positions_characterIndexes(int, boolean, boolean, FloatByReference, IntByReference)
          use the safer method NSLayoutManager.getLineFragmentInsertionPointsForCharacterAtIndex_alternatePositions_inDisplayOrder_positions_characterIndexes(int, boolean, boolean, java.nio.FloatBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetMaxResourceSize(ByteByReference)
          use the safer method CarbonCoreLibrary.GetMaxResourceSize(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetMediaDataHandlerDescription(PointerByReference, short, IntByReference, ByteByReference, IntByReference)
          use the safer method QuickTimeLibrary.GetMediaDataHandlerDescription(com.sun.jna.ptr.PointerByReference, short, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetMediaHandlerDescription(PointerByReference, IntByReference, ByteByReference, IntByReference)
          use the safer method QuickTimeLibrary.GetMediaHandlerDescription(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer, java.nio.ByteBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetMediaNextInterestingDecodeTime(PointerByReference, short, long, int, LongByReference, LongByReference)
          use the safer method QuickTimeLibrary.GetMediaNextInterestingDecodeTime(com.sun.jna.ptr.PointerByReference, short, long, int, java.nio.LongBuffer, java.nio.LongBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetMediaNextInterestingDisplayTime(PointerByReference, short, long, int, LongByReference, LongByReference)
          use the safer method QuickTimeLibrary.GetMediaNextInterestingDisplayTime(com.sun.jna.ptr.PointerByReference, short, long, int, java.nio.LongBuffer, java.nio.LongBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetMediaNextInterestingTime(PointerByReference, short, int, int, IntByReference, IntByReference)
          use the safer method QuickTimeLibrary.GetMediaNextInterestingTime(com.sun.jna.ptr.PointerByReference, short, int, int, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetMovieActiveSegment(PointerByReference, IntByReference, IntByReference)
          use the safer method QuickTimeLibrary.GetMovieActiveSegment(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetMovieNextInterestingTime(PointerByReference, short, short, IntByReference, int, int, IntByReference, IntByReference)
          use the safer method QuickTimeLibrary.GetMovieNextInterestingTime(com.sun.jna.ptr.PointerByReference, short, short, java.nio.IntBuffer, int, int, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetMoviePreviewTime(PointerByReference, IntByReference, IntByReference)
          use the safer method QuickTimeLibrary.GetMoviePreviewTime(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetMovieSelection(PointerByReference, IntByReference, IntByReference)
          use the safer method QuickTimeLibrary.GetMovieSelection(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetNamedResource(int, ByteByReference)
          use the safer methods CarbonCoreLibrary.GetNamedResource(int, byte[]) and CarbonCoreLibrary.GetNamedResource(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetNextFOND(ByteByReference)
          use the safer method CarbonCoreLibrary.GetNextFOND(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSMatrix.getNumberOfRows_columns(IntByReference, IntByReference)
          use the safer method NSMatrix.getNumberOfRows_columns(java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.NSButton.getPeriodicDelay_interval(FloatByReference, FloatByReference)
          use the safer method NSButton.getPeriodicDelay_interval(java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.appkit.NSButtonCell.getPeriodicDelay_interval(FloatByReference, FloatByReference)
          use the safer method NSButtonCell.getPeriodicDelay_interval(java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.appkit.NSCell.getPeriodicDelay_interval(FloatByReference, FloatByReference)
          use the safer method NSCell.getPeriodicDelay_interval(java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.appkit.NSBitmapImageRep.getPixel_atX_y(IntByReference, int, int)
          use the safer method NSBitmapImageRep.getPixel_atX_y(java.nio.IntBuffer, int, int) instead 
org.rococoa.cocoa.foundation.categories.IMVideoDataSource.getPixelBufferPixelFormat(IntByReference)
          use the safer method IMVideoDataSource.getPixelBufferPixelFormat(java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetPtrSize(ByteByReference)
          use the safer method CarbonCoreLibrary.GetPtrSize(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSView.getRectsBeingDrawn_count(PointerByReference, IntByReference)
          use the safer method NSView.getRectsBeingDrawn_count(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.NSColor.getRed_green_blue_alpha(FloatByReference, FloatByReference, FloatByReference, FloatByReference)
          use the safer method NSColor.getRed_green_blue_alpha(java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetResAttrs(ByteByReference)
          use the safer method CarbonCoreLibrary.GetResAttrs(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetResInfo(ByteByReference, ShortByReference, IntByReference, ByteByReference)
          use the safer method CarbonCoreLibrary.GetResInfo(java.nio.ByteBuffer, java.nio.ShortBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.GetResourceSizeOnDisk(ByteByReference)
          use the safer method CarbonCoreLibrary.GetResourceSizeOnDisk(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSMatrix.getRow_column_ofCell(IntByReference, IntByReference, NSCell)
          use the safer method NSMatrix.getRow_column_ofCell(java.nio.IntBuffer, java.nio.IntBuffer, org.rococoa.cocoa.appkit.NSCell) instead 
org.rococoa.cocoa.appkit.NSBitmapImageRep.getTIFFCompressionTypes_count(PointerByReference, IntByReference)
          use the safer method NSBitmapImageRep.getTIFFCompressionTypes_count(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.NSBitmapImageRep._class_.getTIFFCompressionTypes_count(PointerByReference, IntByReference)
          use the safer method NSBitmapImageRep._class_.getTIFFCompressionTypes_count(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetTrackDimensions(PointerByReference, IntByReference, IntByReference)
          use the safer method QuickTimeLibrary.GetTrackDimensions(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetTrackLoadSettings(PointerByReference, IntByReference, IntByReference, NativeLongByReference, NativeLongByReference)
          use the safer method QuickTimeLibrary.GetTrackLoadSettings(com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer, java.nio.IntBuffer, com.sun.jna.ptr.NativeLongByReference, com.sun.jna.ptr.NativeLongByReference) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.GetTrackNextInterestingTime(PointerByReference, short, int, int, IntByReference, IntByReference)
          use the safer method QuickTimeLibrary.GetTrackNextInterestingTime(com.sun.jna.ptr.PointerByReference, short, int, int, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.NSOpenGLPixelFormat.getValues_forAttribute_forVirtualScreen(IntByReference, int, int)
          use the safer method NSOpenGLPixelFormat.getValues_forAttribute_forVirtualScreen(java.nio.IntBuffer, int, int) instead
 
org.rococoa.cocoa.appkit.NSOpenGLContext.getValues_forParameter(IntByReference, int)
          use the safer method NSOpenGLContext.getValues_forParameter(java.nio.IntBuffer, int) instead
 
org.rococoa.cocoa.appkit.NSColor.getWhite_alpha(FloatByReference, FloatByReference)
          use the safer method NSColor.getWhite_alpha(java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glAreTexturesResident(int, IntByReference, ByteByReference)
          use the safer methods OpenGLLibrary.glAreTexturesResident(int, int[], java.nio.ByteBuffer) and OpenGLLibrary.glAreTexturesResident(int, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glBindAttribLocation(int, int, ByteByReference)
          use the safer method OpenGLLibrary.glBindAttribLocation(int, int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glBindAttribLocationARB(Pointer, int, ByteByReference)
          use the safer method OpenGLLibrary.glBindAttribLocationARB(com.sun.jna.Pointer, int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glBindFragDataLocationEXT(int, int, ByteByReference)
          use the safer method OpenGLLibrary.glBindFragDataLocationEXT(int, int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glBitmap(int, int, float, float, float, float, ByteByReference)
          use the safer method OpenGLLibrary.glBitmap(int, int, float, float, float, float, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glClipPlane(int, DoubleByReference)
          use the safer method OpenGLLibrary.glClipPlane(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3bv(ByteByReference)
          use the safer method OpenGLLibrary.glColor3bv(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3dv(DoubleByReference)
          use the safer method OpenGLLibrary.glColor3dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3fv(FloatByReference)
          use the safer method OpenGLLibrary.glColor3fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3iv(IntByReference)
          use the safer methods OpenGLLibrary.glColor3iv(int[]) and OpenGLLibrary.glColor3iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3sv(ShortByReference)
          use the safer method OpenGLLibrary.glColor3sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3ubv(ByteByReference)
          use the safer method OpenGLLibrary.glColor3ubv(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3uiv(IntByReference)
          use the safer methods OpenGLLibrary.glColor3uiv(int[]) and OpenGLLibrary.glColor3uiv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor3usv(ShortByReference)
          use the safer method OpenGLLibrary.glColor3usv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4bv(ByteByReference)
          use the safer method OpenGLLibrary.glColor4bv(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4dv(DoubleByReference)
          use the safer method OpenGLLibrary.glColor4dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4fv(FloatByReference)
          use the safer method OpenGLLibrary.glColor4fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4iv(IntByReference)
          use the safer methods OpenGLLibrary.glColor4iv(int[]) and OpenGLLibrary.glColor4iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4sv(ShortByReference)
          use the safer method OpenGLLibrary.glColor4sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4ubv(ByteByReference)
          use the safer method OpenGLLibrary.glColor4ubv(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4uiv(IntByReference)
          use the safer methods OpenGLLibrary.glColor4uiv(int[]) and OpenGLLibrary.glColor4uiv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColor4usv(ShortByReference)
          use the safer method OpenGLLibrary.glColor4usv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColorTableParameterfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glColorTableParameterfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glColorTableParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glColorTableParameteriv(int, int, int[]) and OpenGLLibrary.glColorTableParameteriv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glCombinerParameterfvNV(int, FloatByReference)
          use the safer method OpenGLLibrary.glCombinerParameterfvNV(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glCombinerParameterivNV(int, IntByReference)
          use the safer methods OpenGLLibrary.glCombinerParameterivNV(int, int[]) and OpenGLLibrary.glCombinerParameterivNV(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glCombinerStageParameterfvNV(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glCombinerStageParameterfvNV(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glConvolutionParameterfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glConvolutionParameterfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glConvolutionParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glConvolutionParameteriv(int, int, int[]) and OpenGLLibrary.glConvolutionParameteriv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteBuffers(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteBuffers(int, int[]) and OpenGLLibrary.glDeleteBuffers(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteBuffersARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteBuffersARB(int, int[]) and OpenGLLibrary.glDeleteBuffersARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteFencesAPPLE(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteFencesAPPLE(int, int[]) and OpenGLLibrary.glDeleteFencesAPPLE(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteFramebuffersEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteFramebuffersEXT(int, int[]) and OpenGLLibrary.glDeleteFramebuffersEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteProgramsARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteProgramsARB(int, int[]) and OpenGLLibrary.glDeleteProgramsARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteQueries(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteQueries(int, int[]) and OpenGLLibrary.glDeleteQueries(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteQueriesARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteQueriesARB(int, int[]) and OpenGLLibrary.glDeleteQueriesARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteRenderbuffersEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteRenderbuffersEXT(int, int[]) and OpenGLLibrary.glDeleteRenderbuffersEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteTextures(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteTextures(int, int[]) and OpenGLLibrary.glDeleteTextures(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDeleteVertexArraysAPPLE(int, IntByReference)
          use the safer methods OpenGLLibrary.glDeleteVertexArraysAPPLE(int, int[]) and OpenGLLibrary.glDeleteVertexArraysAPPLE(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDrawBuffers(int, IntByReference)
          use the safer methods OpenGLLibrary.glDrawBuffers(int, int[]) and OpenGLLibrary.glDrawBuffers(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glDrawBuffersARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glDrawBuffersARB(int, int[]) and OpenGLLibrary.glDrawBuffersARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEdgeFlagv(ByteByReference)
          use the safer method OpenGLLibrary.glEdgeFlagv(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEvalCoord1dv(DoubleByReference)
          use the safer method OpenGLLibrary.glEvalCoord1dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEvalCoord1fv(FloatByReference)
          use the safer method OpenGLLibrary.glEvalCoord1fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEvalCoord2dv(DoubleByReference)
          use the safer method OpenGLLibrary.glEvalCoord2dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glEvalCoord2fv(FloatByReference)
          use the safer method OpenGLLibrary.glEvalCoord2fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFeedbackBuffer(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glFeedbackBuffer(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogCoorddv(DoubleByReference)
          use the safer method OpenGLLibrary.glFogCoorddv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogCoorddvEXT(DoubleByReference)
          use the safer method OpenGLLibrary.glFogCoorddvEXT(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogCoordfv(FloatByReference)
          use the safer method OpenGLLibrary.glFogCoordfv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogCoordfvEXT(FloatByReference)
          use the safer method OpenGLLibrary.glFogCoordfvEXT(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogfv(int, FloatByReference)
          use the safer method OpenGLLibrary.glFogfv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glFogiv(int, IntByReference)
          use the safer methods OpenGLLibrary.glFogiv(int, int[]) and OpenGLLibrary.glFogiv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenBuffers(int, IntByReference)
          use the safer method OpenGLLibrary.glGenBuffers(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenBuffersARB(int, IntByReference)
          use the safer method OpenGLLibrary.glGenBuffersARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenFencesAPPLE(int, IntByReference)
          use the safer method OpenGLLibrary.glGenFencesAPPLE(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenFramebuffersEXT(int, IntByReference)
          use the safer method OpenGLLibrary.glGenFramebuffersEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenProgramsARB(int, IntByReference)
          use the safer method OpenGLLibrary.glGenProgramsARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenQueries(int, IntByReference)
          use the safer method OpenGLLibrary.glGenQueries(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenQueriesARB(int, IntByReference)
          use the safer method OpenGLLibrary.glGenQueriesARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenRenderbuffersEXT(int, IntByReference)
          use the safer method OpenGLLibrary.glGenRenderbuffersEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenTextures(int, IntByReference)
          use the safer method OpenGLLibrary.glGenTextures(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGenVertexArraysAPPLE(int, IntByReference)
          use the safer method OpenGLLibrary.glGenVertexArraysAPPLE(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetActiveAttrib(int, int, int, IntByReference, IntByReference, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetActiveAttrib(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetActiveAttribARB(Pointer, int, int, IntByReference, IntByReference, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetActiveAttribARB(com.sun.jna.Pointer, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetActiveUniform(int, int, int, IntByReference, IntByReference, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetActiveUniform(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetActiveUniformARB(Pointer, int, int, IntByReference, IntByReference, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetActiveUniformARB(com.sun.jna.Pointer, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetAttachedObjectsARB(Pointer, int, IntByReference, PointerByReference)
          use the safer method OpenGLLibrary.glGetAttachedObjectsARB(com.sun.jna.Pointer, int, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetAttachedShaders(int, int, IntByReference, IntByReference)
          use the safer method OpenGLLibrary.glGetAttachedShaders(int, int, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetAttribLocation(int, ByteByReference)
          use the safer method OpenGLLibrary.glGetAttribLocation(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetAttribLocationARB(Pointer, ByteByReference)
          use the safer method OpenGLLibrary.glGetAttribLocationARB(com.sun.jna.Pointer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetBooleanIndexedvEXT(int, int, ByteByReference)
          use the safer method OpenGLLibrary.glGetBooleanIndexedvEXT(int, int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetBooleanv(int, ByteByReference)
          use the safer method OpenGLLibrary.glGetBooleanv(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetBufferParameteriv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetBufferParameteriv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetBufferParameterivARB(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetBufferParameterivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetClipPlane(int, DoubleByReference)
          use the safer method OpenGLLibrary.glGetClipPlane(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetColorTableParameterfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetColorTableParameterfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetColorTableParameterfvEXT(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetColorTableParameterfvEXT(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetColorTableParameteriv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetColorTableParameteriv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetColorTableParameterivEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetColorTableParameterivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetCombinerInputParameterfvNV(int, int, int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetCombinerInputParameterfvNV(int, int, int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetCombinerInputParameterivNV(int, int, int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetCombinerInputParameterivNV(int, int, int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetCombinerOutputParameterfvNV(int, int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetCombinerOutputParameterfvNV(int, int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetCombinerOutputParameterivNV(int, int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetCombinerOutputParameterivNV(int, int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetCombinerStageParameterfvNV(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetCombinerStageParameterfvNV(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetConvolutionParameterfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetConvolutionParameterfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetConvolutionParameteriv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetConvolutionParameteriv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetDoublev(int, DoubleByReference)
          use the safer method OpenGLLibrary.glGetDoublev(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetFinalCombinerInputParameterfvNV(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetFinalCombinerInputParameterfvNV(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetFinalCombinerInputParameterivNV(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetFinalCombinerInputParameterivNV(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetFloatv(int, FloatByReference)
          use the safer method OpenGLLibrary.glGetFloatv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetFragDataLocationEXT(int, ByteByReference)
          use the safer method OpenGLLibrary.glGetFragDataLocationEXT(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetFramebufferAttachmentParameterivEXT(int, int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetFramebufferAttachmentParameterivEXT(int, int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetHistogramParameterfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetHistogramParameterfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetHistogramParameteriv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetHistogramParameteriv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetInfoLogARB(Pointer, int, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetInfoLogARB(com.sun.jna.Pointer, int, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetIntegerIndexedvEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetIntegerIndexedvEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetIntegerv(int, IntByReference)
          use the safer method OpenGLLibrary.glGetIntegerv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetLightfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetLightfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetLightiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetLightiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMapdv(int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glGetMapdv(int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMapfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetMapfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMapiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetMapiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMaterialfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetMaterialfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMaterialiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetMaterialiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMinmaxParameterfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetMinmaxParameterfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetMinmaxParameteriv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetMinmaxParameteriv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetObjectParameterfvARB(Pointer, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetObjectParameterfvARB(com.sun.jna.Pointer, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetObjectParameterivAPPLE(int, int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetObjectParameterivAPPLE(int, int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetObjectParameterivARB(Pointer, int, IntByReference)
          use the safer method OpenGLLibrary.glGetObjectParameterivARB(com.sun.jna.Pointer, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetPixelMapfv(int, FloatByReference)
          use the safer method OpenGLLibrary.glGetPixelMapfv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetPixelMapuiv(int, IntByReference)
          use the safer method OpenGLLibrary.glGetPixelMapuiv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetPixelMapusv(int, ShortByReference)
          use the safer method OpenGLLibrary.glGetPixelMapusv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetPolygonStipple(ByteByReference)
          use the safer method OpenGLLibrary.glGetPolygonStipple(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramEnvParameterdvARB(int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glGetProgramEnvParameterdvARB(int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramEnvParameterfvARB(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetProgramEnvParameterfvARB(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramInfoLog(int, int, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetProgramInfoLog(int, int, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetProgramiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramivARB(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetProgramivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramLocalParameterdvARB(int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glGetProgramLocalParameterdvARB(int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetProgramLocalParameterfvARB(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetProgramLocalParameterfvARB(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetQueryiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryivARB(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetQueryivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryObjectiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetQueryObjectiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryObjectivARB(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetQueryObjectivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryObjectuiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetQueryObjectuiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetQueryObjectuivARB(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetQueryObjectuivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetRenderbufferParameterivEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetRenderbufferParameterivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetShaderInfoLog(int, int, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetShaderInfoLog(int, int, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetShaderiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetShaderiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetShaderSource(int, int, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetShaderSource(int, int, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetShaderSourceARB(Pointer, int, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetShaderSourceARB(com.sun.jna.Pointer, int, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexEnvfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetTexEnvfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexEnviv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetTexEnviv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexGendv(int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glGetTexGendv(int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexGenfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetTexGenfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexGeniv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetTexGeniv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexLevelParameterfv(int, int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetTexLevelParameterfv(int, int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexLevelParameteriv(int, int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetTexLevelParameteriv(int, int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexParameterfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetTexParameterfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexParameterIiuvEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetTexParameterIiuvEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexParameterIivEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetTexParameterIivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTexParameteriv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetTexParameteriv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetTransformFeedbackVaryingEXT(int, int, int, IntByReference, IntByReference, IntByReference, ByteByReference)
          use the safer method OpenGLLibrary.glGetTransformFeedbackVaryingEXT(int, int, int, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetUniformfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformfvARB(Pointer, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetUniformfvARB(com.sun.jna.Pointer, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetUniformiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformivARB(Pointer, int, IntByReference)
          use the safer method OpenGLLibrary.glGetUniformivARB(com.sun.jna.Pointer, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformLocation(int, ByteByReference)
          use the safer method OpenGLLibrary.glGetUniformLocation(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformLocationARB(Pointer, ByteByReference)
          use the safer method OpenGLLibrary.glGetUniformLocationARB(com.sun.jna.Pointer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetUniformuivEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetUniformuivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribdv(int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glGetVertexAttribdv(int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribdvARB(int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glGetVertexAttribdvARB(int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetVertexAttribfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribfvARB(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glGetVertexAttribfvARB(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribIivEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetVertexAttribIivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribIuivEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetVertexAttribIuivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribiv(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetVertexAttribiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glGetVertexAttribivARB(int, int, IntByReference)
          use the safer method OpenGLLibrary.glGetVertexAttribivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexdv(DoubleByReference)
          use the safer method OpenGLLibrary.glIndexdv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexfv(FloatByReference)
          use the safer method OpenGLLibrary.glIndexfv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexiv(IntByReference)
          use the safer methods OpenGLLibrary.glIndexiv(int[]) and OpenGLLibrary.glIndexiv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexsv(ShortByReference)
          use the safer method OpenGLLibrary.glIndexsv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glIndexubv(ByteByReference)
          use the safer method OpenGLLibrary.glIndexubv(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLightfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glLightfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLightiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glLightiv(int, int, int[]) and OpenGLLibrary.glLightiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLightModelfv(int, FloatByReference)
          use the safer method OpenGLLibrary.glLightModelfv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLightModeliv(int, IntByReference)
          use the safer methods OpenGLLibrary.glLightModeliv(int, int[]) and OpenGLLibrary.glLightModeliv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadMatrixd(DoubleByReference)
          use the safer method OpenGLLibrary.glLoadMatrixd(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadMatrixf(FloatByReference)
          use the safer method OpenGLLibrary.glLoadMatrixf(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadTransposeMatrixd(DoubleByReference)
          use the safer method OpenGLLibrary.glLoadTransposeMatrixd(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadTransposeMatrixdARB(DoubleByReference)
          use the safer method OpenGLLibrary.glLoadTransposeMatrixdARB(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadTransposeMatrixf(FloatByReference)
          use the safer method OpenGLLibrary.glLoadTransposeMatrixf(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glLoadTransposeMatrixfARB(FloatByReference)
          use the safer method OpenGLLibrary.glLoadTransposeMatrixfARB(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMap1d(int, double, double, int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glMap1d(int, double, double, int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMap1f(int, float, float, int, int, FloatByReference)
          use the safer method OpenGLLibrary.glMap1f(int, float, float, int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMap2d(int, double, double, int, int, double, double, int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glMap2d(int, double, double, int, int, double, double, int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMap2f(int, float, float, int, int, float, float, int, int, FloatByReference)
          use the safer method OpenGLLibrary.glMap2f(int, float, float, int, int, float, float, int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glMapVertexAttrib1dAPPLE(int, int, double, double, int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, FloatByReference)
          use the safer method OpenGLLibrary.glMapVertexAttrib1fAPPLE(int, int, float, float, int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glMapVertexAttrib2dAPPLE(int, int, double, double, int, int, double, double, int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, FloatByReference)
          use the safer method OpenGLLibrary.glMapVertexAttrib2fAPPLE(int, int, float, float, int, int, float, float, int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMaterialfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glMaterialfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMaterialiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glMaterialiv(int, int, int[]) and OpenGLLibrary.glMaterialiv(int, int, java.nio.IntBuffer) 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, java.nio.IntBuffer, java.nio.IntBuffer, 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, java.nio.IntBuffer, java.nio.IntBuffer, 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, java.nio.IntBuffer, java.nio.IntBuffer, 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, java.nio.IntBuffer, 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, java.nio.IntBuffer, 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, java.nio.IntBuffer, java.nio.IntBuffer, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1dv(int, DoubleByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord1dv(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1dvARB(int, DoubleByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord1dvARB(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1fv(int, FloatByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord1fv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1fvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord1fvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1iv(int, int[]) and OpenGLLibrary.glMultiTexCoord1iv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord1ivARB(int, int[]) and OpenGLLibrary.glMultiTexCoord1ivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1sv(int, ShortByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord1sv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord1svARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord1svARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2dv(int, DoubleByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord2dv(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2dvARB(int, DoubleByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord2dvARB(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2fv(int, FloatByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord2fv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2fvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord2fvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2iv(int, int[]) and OpenGLLibrary.glMultiTexCoord2iv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord2ivARB(int, int[]) and OpenGLLibrary.glMultiTexCoord2ivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2sv(int, ShortByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord2sv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord2svARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord2svARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3dv(int, DoubleByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord3dv(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3dvARB(int, DoubleByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord3dvARB(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3fv(int, FloatByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord3fv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3fvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord3fvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3iv(int, int[]) and OpenGLLibrary.glMultiTexCoord3iv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord3ivARB(int, int[]) and OpenGLLibrary.glMultiTexCoord3ivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3sv(int, ShortByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord3sv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord3svARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord3svARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4dv(int, DoubleByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord4dv(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4dvARB(int, DoubleByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord4dvARB(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4fv(int, FloatByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord4fv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4fvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord4fvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4iv(int, int[]) and OpenGLLibrary.glMultiTexCoord4iv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glMultiTexCoord4ivARB(int, int[]) and OpenGLLibrary.glMultiTexCoord4ivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4sv(int, ShortByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord4sv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultiTexCoord4svARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glMultiTexCoord4svARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultMatrixd(DoubleByReference)
          use the safer method OpenGLLibrary.glMultMatrixd(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultMatrixf(FloatByReference)
          use the safer method OpenGLLibrary.glMultMatrixf(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultTransposeMatrixd(DoubleByReference)
          use the safer method OpenGLLibrary.glMultTransposeMatrixd(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultTransposeMatrixdARB(DoubleByReference)
          use the safer method OpenGLLibrary.glMultTransposeMatrixdARB(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultTransposeMatrixf(FloatByReference)
          use the safer method OpenGLLibrary.glMultTransposeMatrixf(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glMultTransposeMatrixfARB(FloatByReference)
          use the safer method OpenGLLibrary.glMultTransposeMatrixfARB(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3bv(ByteByReference)
          use the safer method OpenGLLibrary.glNormal3bv(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3dv(DoubleByReference)
          use the safer method OpenGLLibrary.glNormal3dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3fv(FloatByReference)
          use the safer method OpenGLLibrary.glNormal3fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3iv(IntByReference)
          use the safer methods OpenGLLibrary.glNormal3iv(int[]) and OpenGLLibrary.glNormal3iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glNormal3sv(ShortByReference)
          use the safer method OpenGLLibrary.glNormal3sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPixelMapfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glPixelMapfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPixelMapuiv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glPixelMapuiv(int, int, int[]) and OpenGLLibrary.glPixelMapuiv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPixelMapusv(int, int, ShortByReference)
          use the safer method OpenGLLibrary.glPixelMapusv(int, int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPointParameterfv(int, FloatByReference)
          use the safer method OpenGLLibrary.glPointParameterfv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPointParameterfvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glPointParameterfvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPointParameteriv(int, IntByReference)
          use the safer methods OpenGLLibrary.glPointParameteriv(int, int[]) and OpenGLLibrary.glPointParameteriv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPointParameterivNV(int, IntByReference)
          use the safer methods OpenGLLibrary.glPointParameterivNV(int, int[]) and OpenGLLibrary.glPointParameterivNV(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glPolygonStipple(ByteByReference)
          use the safer method OpenGLLibrary.glPolygonStipple(java.nio.ByteBuffer) 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, java.nio.IntBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramEnvParameter4dvARB(int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glProgramEnvParameter4dvARB(int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramEnvParameter4fvARB(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glProgramEnvParameter4fvARB(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramEnvParameters4fvEXT(int, int, int, FloatByReference)
          use the safer method OpenGLLibrary.glProgramEnvParameters4fvEXT(int, int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramLocalParameter4dvARB(int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glProgramLocalParameter4dvARB(int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramLocalParameter4fvARB(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glProgramLocalParameter4fvARB(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glProgramLocalParameters4fvEXT(int, int, int, FloatByReference)
          use the safer method OpenGLLibrary.glProgramLocalParameters4fvEXT(int, int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos2dv(DoubleByReference)
          use the safer method OpenGLLibrary.glRasterPos2dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos2fv(FloatByReference)
          use the safer method OpenGLLibrary.glRasterPos2fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos2iv(IntByReference)
          use the safer methods OpenGLLibrary.glRasterPos2iv(int[]) and OpenGLLibrary.glRasterPos2iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos2sv(ShortByReference)
          use the safer method OpenGLLibrary.glRasterPos2sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos3dv(DoubleByReference)
          use the safer method OpenGLLibrary.glRasterPos3dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos3fv(FloatByReference)
          use the safer method OpenGLLibrary.glRasterPos3fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos3iv(IntByReference)
          use the safer methods OpenGLLibrary.glRasterPos3iv(int[]) and OpenGLLibrary.glRasterPos3iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos3sv(ShortByReference)
          use the safer method OpenGLLibrary.glRasterPos3sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos4dv(DoubleByReference)
          use the safer method OpenGLLibrary.glRasterPos4dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos4fv(FloatByReference)
          use the safer method OpenGLLibrary.glRasterPos4fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos4iv(IntByReference)
          use the safer methods OpenGLLibrary.glRasterPos4iv(int[]) and OpenGLLibrary.glRasterPos4iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRasterPos4sv(ShortByReference)
          use the safer method OpenGLLibrary.glRasterPos4sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRectdv(DoubleByReference, DoubleByReference)
          use the safer method OpenGLLibrary.glRectdv(java.nio.DoubleBuffer, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRectfv(FloatByReference, FloatByReference)
          use the safer method OpenGLLibrary.glRectfv(java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRectiv(IntByReference, IntByReference)
          use the safer methods OpenGLLibrary.glRectiv(int[], int[]) and OpenGLLibrary.glRectiv(java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glRectsv(ShortByReference, ShortByReference)
          use the safer method OpenGLLibrary.glRectsv(java.nio.ShortBuffer, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3bv(ByteByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3bv(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3bvEXT(ByteByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3bvEXT(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3dv(DoubleByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3dvEXT(DoubleByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3dvEXT(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3fv(FloatByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3fvEXT(FloatByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3fvEXT(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3iv(IntByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3iv(int[]) and OpenGLLibrary.glSecondaryColor3iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3ivEXT(IntByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3ivEXT(int[]) and OpenGLLibrary.glSecondaryColor3ivEXT(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3sv(ShortByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3svEXT(ShortByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3svEXT(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3ubv(ByteByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3ubv(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3ubvEXT(ByteByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3ubvEXT(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3uiv(IntByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3uiv(int[]) and OpenGLLibrary.glSecondaryColor3uiv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3uivEXT(IntByReference)
          use the safer methods OpenGLLibrary.glSecondaryColor3uivEXT(int[]) and OpenGLLibrary.glSecondaryColor3uivEXT(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3usv(ShortByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3usv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSecondaryColor3usvEXT(ShortByReference)
          use the safer method OpenGLLibrary.glSecondaryColor3usvEXT(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glSelectBuffer(int, IntByReference)
          use the safer method OpenGLLibrary.glSelectBuffer(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glShaderSource(int, int, PointerByReference, IntByReference)
          use the safer methods OpenGLLibrary.glShaderSource(int, int, com.sun.jna.ptr.PointerByReference, int[]) and OpenGLLibrary.glShaderSource(int, int, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glShaderSourceARB(Pointer, int, PointerByReference, IntByReference)
          use the safer methods OpenGLLibrary.glShaderSourceARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.PointerByReference, int[]) and OpenGLLibrary.glShaderSourceARB(com.sun.jna.Pointer, int, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord1dv(DoubleByReference)
          use the safer method OpenGLLibrary.glTexCoord1dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord1fv(FloatByReference)
          use the safer method OpenGLLibrary.glTexCoord1fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord1iv(IntByReference)
          use the safer methods OpenGLLibrary.glTexCoord1iv(int[]) and OpenGLLibrary.glTexCoord1iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord1sv(ShortByReference)
          use the safer method OpenGLLibrary.glTexCoord1sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord2dv(DoubleByReference)
          use the safer method OpenGLLibrary.glTexCoord2dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord2fv(FloatByReference)
          use the safer method OpenGLLibrary.glTexCoord2fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord2iv(IntByReference)
          use the safer methods OpenGLLibrary.glTexCoord2iv(int[]) and OpenGLLibrary.glTexCoord2iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord2sv(ShortByReference)
          use the safer method OpenGLLibrary.glTexCoord2sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord3dv(DoubleByReference)
          use the safer method OpenGLLibrary.glTexCoord3dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord3fv(FloatByReference)
          use the safer method OpenGLLibrary.glTexCoord3fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord3iv(IntByReference)
          use the safer methods OpenGLLibrary.glTexCoord3iv(int[]) and OpenGLLibrary.glTexCoord3iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord3sv(ShortByReference)
          use the safer method OpenGLLibrary.glTexCoord3sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord4dv(DoubleByReference)
          use the safer method OpenGLLibrary.glTexCoord4dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord4fv(FloatByReference)
          use the safer method OpenGLLibrary.glTexCoord4fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord4iv(IntByReference)
          use the safer methods OpenGLLibrary.glTexCoord4iv(int[]) and OpenGLLibrary.glTexCoord4iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexCoord4sv(ShortByReference)
          use the safer method OpenGLLibrary.glTexCoord4sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexEnvfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glTexEnvfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexEnviv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glTexEnviv(int, int, int[]) and OpenGLLibrary.glTexEnviv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexGendv(int, int, DoubleByReference)
          use the safer method OpenGLLibrary.glTexGendv(int, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexGenfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glTexGenfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexGeniv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glTexGeniv(int, int, int[]) and OpenGLLibrary.glTexGeniv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexParameterfv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glTexParameterfv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexParameterIivEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glTexParameterIivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexParameterIuivEXT(int, int, IntByReference)
          use the safer method OpenGLLibrary.glTexParameterIuivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glTexParameteriv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glTexParameteriv(int, int, int[]) and OpenGLLibrary.glTexParameteriv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluCheckExtension(ByteByReference, ByteByReference)
          use the safer method OpenGLLibrary.gluCheckExtension(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluGetNurbsProperty(OpenGLLibrary.GLUnurbs, int, FloatByReference)
          use the safer method OpenGLLibrary.gluGetNurbsProperty(org.rococoa.cocoa.opengl.OpenGLLibrary.GLUnurbs, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluGetTessProperty(OpenGLLibrary.GLUtesselator, int, DoubleByReference)
          use the safer method OpenGLLibrary.gluGetTessProperty(org.rococoa.cocoa.opengl.OpenGLLibrary.GLUtesselator, int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluLoadSamplingMatrices(OpenGLLibrary.GLUnurbs, FloatByReference, FloatByReference, IntByReference)
          use the safer methods OpenGLLibrary.gluLoadSamplingMatrices(org.rococoa.cocoa.opengl.OpenGLLibrary.GLUnurbs, java.nio.FloatBuffer, java.nio.FloatBuffer, int[]) and OpenGLLibrary.gluLoadSamplingMatrices(org.rococoa.cocoa.opengl.OpenGLLibrary.GLUnurbs, java.nio.FloatBuffer, java.nio.FloatBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1fv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glUniform1fv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1fvARB(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glUniform1fvARB(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1iv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform1iv(int, int, int[]) and OpenGLLibrary.glUniform1iv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1ivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform1ivARB(int, int, int[]) and OpenGLLibrary.glUniform1ivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform1uivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform1uivEXT(int, int, int[]) and OpenGLLibrary.glUniform1uivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2fv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glUniform2fv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2fvARB(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glUniform2fvARB(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2iv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform2iv(int, int, int[]) and OpenGLLibrary.glUniform2iv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2ivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform2ivARB(int, int, int[]) and OpenGLLibrary.glUniform2ivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform2uivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform2uivEXT(int, int, int[]) and OpenGLLibrary.glUniform2uivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3fv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glUniform3fv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3fvARB(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glUniform3fvARB(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3iv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform3iv(int, int, int[]) and OpenGLLibrary.glUniform3iv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3ivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform3ivARB(int, int, int[]) and OpenGLLibrary.glUniform3ivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform3uivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform3uivEXT(int, int, int[]) and OpenGLLibrary.glUniform3uivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4fv(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glUniform4fv(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4fvARB(int, int, FloatByReference)
          use the safer method OpenGLLibrary.glUniform4fvARB(int, int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4iv(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform4iv(int, int, int[]) and OpenGLLibrary.glUniform4iv(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4ivARB(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform4ivARB(int, int, int[]) and OpenGLLibrary.glUniform4ivARB(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniform4uivEXT(int, int, IntByReference)
          use the safer methods OpenGLLibrary.glUniform4uivEXT(int, int, int[]) and OpenGLLibrary.glUniform4uivEXT(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix2fv(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix2fv(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix2fvARB(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix2fvARB(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix2x3fv(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix2x3fv(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix2x4fv(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix2x4fv(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix3fv(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix3fv(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix3fvARB(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix3fvARB(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix3x2fv(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix3x2fv(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix3x4fv(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix3x4fv(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix4fv(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix4fv(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix4fvARB(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix4fvARB(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix4x2fv(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix4x2fv(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glUniformMatrix4x3fv(int, int, byte, FloatByReference)
          use the safer method OpenGLLibrary.glUniformMatrix4x3fv(int, int, byte, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluNurbsCurve(OpenGLLibrary.GLUnurbs, int, FloatByReference, int, FloatByReference, int, int)
          use the safer method OpenGLLibrary.gluNurbsCurve(org.rococoa.cocoa.opengl.OpenGLLibrary.GLUnurbs, int, java.nio.FloatBuffer, int, java.nio.FloatBuffer, int, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluNurbsSurface(OpenGLLibrary.GLUnurbs, int, FloatByReference, int, FloatByReference, int, int, FloatByReference, int, int, int)
          use the safer method OpenGLLibrary.gluNurbsSurface(org.rococoa.cocoa.opengl.OpenGLLibrary.GLUnurbs, int, java.nio.FloatBuffer, int, java.nio.FloatBuffer, int, int, java.nio.FloatBuffer, int, int, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluPickMatrix(double, double, double, double, IntByReference)
          use the safer method OpenGLLibrary.gluPickMatrix(double, double, double, double, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluPickMatrixCTX(_CGLContextObject, double, double, double, double, IntByReference)
          use the safer method OpenGLLibrary.gluPickMatrixCTX(org.rococoa.cocoa.opengl._CGLContextObject, double, double, double, double, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluProject(double, double, double, DoubleByReference, DoubleByReference, IntByReference, DoubleByReference, DoubleByReference, DoubleByReference)
          use the safer methods OpenGLLibrary.gluProject(double, double, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer, int[], java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer) and OpenGLLibrary.gluProject(double, double, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluPwlCurve(OpenGLLibrary.GLUnurbs, int, FloatByReference, int, int)
          use the safer method OpenGLLibrary.gluPwlCurve(org.rococoa.cocoa.opengl.OpenGLLibrary.GLUnurbs, int, java.nio.FloatBuffer, int, int) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluTessVertex(OpenGLLibrary.GLUtesselator, DoubleByReference, OpenGLLibrary.GLvoid)
          use the safer method OpenGLLibrary.gluTessVertex(org.rococoa.cocoa.opengl.OpenGLLibrary.GLUtesselator, java.nio.DoubleBuffer, org.rococoa.cocoa.opengl.OpenGLLibrary.GLvoid) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluUnProject(double, double, double, DoubleByReference, DoubleByReference, IntByReference, DoubleByReference, DoubleByReference, DoubleByReference)
          use the safer methods OpenGLLibrary.gluUnProject(double, double, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer, int[], java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer) and OpenGLLibrary.gluUnProject(double, double, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.gluUnProject4(double, double, double, double, DoubleByReference, DoubleByReference, IntByReference, double, double, DoubleByReference, DoubleByReference, DoubleByReference, DoubleByReference)
          use the safer methods OpenGLLibrary.gluUnProject4(double, double, double, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer, int[], double, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer) and OpenGLLibrary.gluUnProject4(double, double, double, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.IntBuffer, double, double, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex2dv(DoubleByReference)
          use the safer method OpenGLLibrary.glVertex2dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex2fv(FloatByReference)
          use the safer method OpenGLLibrary.glVertex2fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex2iv(IntByReference)
          use the safer methods OpenGLLibrary.glVertex2iv(int[]) and OpenGLLibrary.glVertex2iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex2sv(ShortByReference)
          use the safer method OpenGLLibrary.glVertex2sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex3dv(DoubleByReference)
          use the safer method OpenGLLibrary.glVertex3dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex3fv(FloatByReference)
          use the safer method OpenGLLibrary.glVertex3fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex3iv(IntByReference)
          use the safer methods OpenGLLibrary.glVertex3iv(int[]) and OpenGLLibrary.glVertex3iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex3sv(ShortByReference)
          use the safer method OpenGLLibrary.glVertex3sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex4dv(DoubleByReference)
          use the safer method OpenGLLibrary.glVertex4dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex4fv(FloatByReference)
          use the safer method OpenGLLibrary.glVertex4fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex4iv(IntByReference)
          use the safer methods OpenGLLibrary.glVertex4iv(int[]) and OpenGLLibrary.glVertex4iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertex4sv(ShortByReference)
          use the safer method OpenGLLibrary.glVertex4sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1dv(int, DoubleByReference)
          use the safer method OpenGLLibrary.glVertexAttrib1dv(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1dvARB(int, DoubleByReference)
          use the safer method OpenGLLibrary.glVertexAttrib1dvARB(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1fv(int, FloatByReference)
          use the safer method OpenGLLibrary.glVertexAttrib1fv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1fvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glVertexAttrib1fvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1sv(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib1sv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib1svARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib1svARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2dv(int, DoubleByReference)
          use the safer method OpenGLLibrary.glVertexAttrib2dv(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2dvARB(int, DoubleByReference)
          use the safer method OpenGLLibrary.glVertexAttrib2dvARB(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2fv(int, FloatByReference)
          use the safer method OpenGLLibrary.glVertexAttrib2fv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2fvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glVertexAttrib2fvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2sv(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib2sv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib2svARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib2svARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3dv(int, DoubleByReference)
          use the safer method OpenGLLibrary.glVertexAttrib3dv(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3dvARB(int, DoubleByReference)
          use the safer method OpenGLLibrary.glVertexAttrib3dvARB(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3fv(int, FloatByReference)
          use the safer method OpenGLLibrary.glVertexAttrib3fv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3fvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glVertexAttrib3fvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3sv(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib3sv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib3svARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib3svARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4bv(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4bv(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4bvARB(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4bvARB(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4dv(int, DoubleByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4dv(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4dvARB(int, DoubleByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4dvARB(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4fv(int, FloatByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4fv(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4fvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4fvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4iv(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4iv(int, int[]) and OpenGLLibrary.glVertexAttrib4iv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4ivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4ivARB(int, int[]) and OpenGLLibrary.glVertexAttrib4ivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nbv(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4Nbv(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NbvARB(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4NbvARB(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Niv(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4Niv(int, int[]) and OpenGLLibrary.glVertexAttrib4Niv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4NivARB(int, int[]) and OpenGLLibrary.glVertexAttrib4NivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nsv(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4Nsv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NsvARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4NsvARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nubv(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4Nubv(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NubvARB(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4NubvARB(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nuiv(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4Nuiv(int, int[]) and OpenGLLibrary.glVertexAttrib4Nuiv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NuivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4NuivARB(int, int[]) and OpenGLLibrary.glVertexAttrib4NuivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4Nusv(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4Nusv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4NusvARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4NusvARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4sv(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4sv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4svARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4svARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4ubv(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4ubv(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4ubvARB(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4ubvARB(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4uiv(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4uiv(int, int[]) and OpenGLLibrary.glVertexAttrib4uiv(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4uivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttrib4uivARB(int, int[]) and OpenGLLibrary.glVertexAttrib4uivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4usv(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4usv(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttrib4usvARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttrib4usvARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI1ivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI1ivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI1ivEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI1uivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI1uivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI1uivEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI2ivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI2ivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI2ivEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI2uivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI2uivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI2uivEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI3ivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI3ivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI3ivEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI3uivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI3uivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI3uivEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4bvEXT(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttribI4bvEXT(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4ivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI4ivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI4ivEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4svEXT(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttribI4svEXT(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4ubvEXT(int, ByteByReference)
          use the safer method OpenGLLibrary.glVertexAttribI4ubvEXT(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4uivEXT(int, IntByReference)
          use the safer methods OpenGLLibrary.glVertexAttribI4uivEXT(int, int[]) and OpenGLLibrary.glVertexAttribI4uivEXT(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glVertexAttribI4usvEXT(int, ShortByReference)
          use the safer method OpenGLLibrary.glVertexAttribI4usvEXT(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightbvARB(int, ByteByReference)
          use the safer method OpenGLLibrary.glWeightbvARB(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightdvARB(int, DoubleByReference)
          use the safer method OpenGLLibrary.glWeightdvARB(int, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightfvARB(int, FloatByReference)
          use the safer method OpenGLLibrary.glWeightfvARB(int, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glWeightivARB(int, int[]) and OpenGLLibrary.glWeightivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightsvARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glWeightsvARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightubvARB(int, ByteByReference)
          use the safer method OpenGLLibrary.glWeightubvARB(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightuivARB(int, IntByReference)
          use the safer methods OpenGLLibrary.glWeightuivARB(int, int[]) and OpenGLLibrary.glWeightuivARB(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWeightusvARB(int, ShortByReference)
          use the safer method OpenGLLibrary.glWeightusvARB(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2dv(DoubleByReference)
          use the safer method OpenGLLibrary.glWindowPos2dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2dvARB(DoubleByReference)
          use the safer method OpenGLLibrary.glWindowPos2dvARB(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2fv(FloatByReference)
          use the safer method OpenGLLibrary.glWindowPos2fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2fvARB(FloatByReference)
          use the safer method OpenGLLibrary.glWindowPos2fvARB(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2iv(IntByReference)
          use the safer methods OpenGLLibrary.glWindowPos2iv(int[]) and OpenGLLibrary.glWindowPos2iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2ivARB(IntByReference)
          use the safer methods OpenGLLibrary.glWindowPos2ivARB(int[]) and OpenGLLibrary.glWindowPos2ivARB(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2sv(ShortByReference)
          use the safer method OpenGLLibrary.glWindowPos2sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos2svARB(ShortByReference)
          use the safer method OpenGLLibrary.glWindowPos2svARB(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3dv(DoubleByReference)
          use the safer method OpenGLLibrary.glWindowPos3dv(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3dvARB(DoubleByReference)
          use the safer method OpenGLLibrary.glWindowPos3dvARB(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3fv(FloatByReference)
          use the safer method OpenGLLibrary.glWindowPos3fv(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3fvARB(FloatByReference)
          use the safer method OpenGLLibrary.glWindowPos3fvARB(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3iv(IntByReference)
          use the safer methods OpenGLLibrary.glWindowPos3iv(int[]) and OpenGLLibrary.glWindowPos3iv(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3ivARB(IntByReference)
          use the safer methods OpenGLLibrary.glWindowPos3ivARB(int[]) and OpenGLLibrary.glWindowPos3ivARB(java.nio.IntBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3sv(ShortByReference)
          use the safer method OpenGLLibrary.glWindowPos3sv(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.opengl.OpenGLLibrary.glWindowPos3svARB(ShortByReference)
          use the safer method OpenGLLibrary.glWindowPos3svARB(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.glyphIndexForPoint_inTextContainer_fractionOfDistanceThroughGlyph(NSPoint.ByValue, NSTextContainer, FloatByReference)
          use the safer method NSLayoutManager.glyphIndexForPoint_inTextContainer_fractionOfDistanceThroughGlyph(org.rococoa.cocoa.foundation.NSPoint.ByValue, org.rococoa.cocoa.appkit.NSTextContainer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.HandleToRgn(ByteByReference, HIServicesLibrary.OpaqueRgnHandle)
          use the safer method QDLibrary.HandleToRgn(java.nio.ByteBuffer, org.rococoa.cocoa.hiservices.HIServicesLibrary.OpaqueRgnHandle) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HClrRBit(ByteByReference)
          use the safer method CarbonCoreLibrary.HClrRBit(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HCreateResFile(short, NativeLong, ByteByReference)
          use the safer methods CarbonCoreLibrary.HCreateResFile(short, com.sun.jna.NativeLong, byte[]) and CarbonCoreLibrary.HCreateResFile(short, com.sun.jna.NativeLong, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HGetState(ByteByReference)
          use the safer method CarbonCoreLibrary.HGetState(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.HiliteText(ByteByReference, short, short, short, Pointer)
          use the safer method QDLibrary.HiliteText(java.nio.ByteBuffer, short, short, short, org.rococoa.cocoa.carboncore.OffPair[]) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HLock(ByteByReference)
          use the safer method CarbonCoreLibrary.HLock(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HLockHi(ByteByReference)
          use the safer method CarbonCoreLibrary.HLockHi(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HNoPurge(ByteByReference)
          use the safer method CarbonCoreLibrary.HNoPurge(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HomeResFile(ByteByReference)
          use the safer method CarbonCoreLibrary.HomeResFile(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HOpenResFile(short, NativeLong, ByteByReference, byte)
          use the safer methods CarbonCoreLibrary.HOpenResFile(short, com.sun.jna.NativeLong, byte[], byte) and CarbonCoreLibrary.HOpenResFile(short, com.sun.jna.NativeLong, java.nio.ByteBuffer, byte) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HPurge(ByteByReference)
          use the safer method CarbonCoreLibrary.HPurge(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HSetRBit(ByteByReference)
          use the safer method CarbonCoreLibrary.HSetRBit(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HSetState(ByteByReference, byte)
          use the safer method CarbonCoreLibrary.HSetState(java.nio.ByteBuffer, byte) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.HUnlock(ByteByReference)
          use the safer method CarbonCoreLibrary.HUnlock(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.ICMCompressionSessionSupportsMultiPassEncoding(QuickTimeLibrary.OpaqueICMCompressionSession, int, IntByReference)
          use the safer method QuickTimeLibrary.ICMCompressionSessionSupportsMultiPassEncoding(org.rococoa.cocoa.quicktime.QuickTimeLibrary.OpaqueICMCompressionSession, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IdenticalString(ByteByReference, ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.IdenticalString(byte[], byte[], java.nio.ByteBuffer) and CarbonCoreLibrary.IdenticalString(java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IdenticalText(Pointer, Pointer, short, short, ByteByReference)
          use the safer method CarbonCoreLibrary.IdenticalText(com.sun.jna.Pointer, com.sun.jna.Pointer, short, short, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IncrementAtomic(IntByReference)
          use the safer method CarbonCoreLibrary.IncrementAtomic(java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IncrementAtomic16(ShortByReference)
          use the safer method CarbonCoreLibrary.IncrementAtomic16(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IncrementAtomic8(ByteByReference)
          use the safer method CarbonCoreLibrary.IncrementAtomic8(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.NSIndexPath.indexPathWithIndexes_length(IntByReference, int)
          use the safer method NSIndexPath.indexPathWithIndexes_length(java.nio.IntBuffer, int) instead 
org.rococoa.cocoa.foundation.NSIndexPath._class_.indexPathWithIndexes_length(IntByReference, int)
          use the safer method NSIndexPath._class_.indexPathWithIndexes_length(java.nio.IntBuffer, int) instead 
org.rococoa.cocoa.foundation.NSScriptObjectSpecifier.indicesOfObjectsByEvaluatingWithContainer_count(ID, IntByReference)
          use the safer method NSScriptObjectSpecifier.indicesOfObjectsByEvaluatingWithContainer_count(org.rococoa.ID, java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSOutputStreamExtensions.initToBuffer_capacity(ByteByReference, int)
          use the safer method NSOutputStreamExtensions.initToBuffer_capacity(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.foundation.NSURLAuthenticationChallenge.initWithAuthenticationChallenge_sender(NSURLAuthenticationChallenge, ID)
          use the safer method NSURLAuthenticationChallenge.initWithAuthenticationChallenge_sender(org.rococoa.cocoa.foundation.NSURLAuthenticationChallenge, org.rococoa.cocoa.foundation.protocols.NSURLAuthenticationChallengeSender) instead 
org.rococoa.cocoa.foundation.categories.NSValueCreation.initWithBytes_objCType(Pointer, ByteByReference)
          use the safer method NSValueCreation.initWithBytes_objCType(com.sun.jna.Pointer, java.lang.String) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.initWithCharacters_length(char, int)
          use the safer methods NSStringExtensionMethods.initWithCharacters_length(char[], int) and NSStringExtensionMethods.initWithCharacters_length(char, int) instead 
org.rococoa.cocoa.appkit.NSGradient.initWithColors_atLocations_colorSpace(NSArray, FloatByReference, NSColorSpace)
          use the safer methods NSGradient.initWithColors_atLocations_colorSpace(org.rococoa.cocoa.foundation.NSArray, float[], org.rococoa.cocoa.appkit.NSColorSpace) and NSGradient.initWithColors_atLocations_colorSpace(org.rococoa.cocoa.foundation.NSArray, java.nio.FloatBuffer, org.rococoa.cocoa.appkit.NSColorSpace) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.initWithCString_encoding(ByteByReference, int)
          use the safer method NSStringExtensionMethods.initWithCString_encoding(java.lang.String, int) instead
 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.initWithCString_length(ByteByReference, int)
          use the safer method NSStringDeprecated.initWithCString_length(java.lang.String, int) instead 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.initWithCString(ByteByReference)
          use the safer method NSStringDeprecated.initWithCString(java.lang.String) instead 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated.initWithCStringNoCopy_length_freeWhenDone(ByteByReference, int, boolean)
          use the safer method NSStringDeprecated.initWithCStringNoCopy_length_freeWhenDone(java.nio.ByteBuffer, int, boolean) instead 
org.rococoa.cocoa.qtkit.QTDataReference.initWithDataRef_type(ByteByReference, NSString)
          use the safer method QTDataReference.initWithDataRef_type(java.nio.ByteBuffer, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.foundation.NSIndexPath.initWithIndexes_length(IntByReference, int)
          use the safer method NSIndexPath.initWithIndexes_length(java.nio.IntBuffer, int) instead 
org.rococoa.cocoa.foundation.categories.NSArrayCreation.initWithObjects_count(ID, int)
          use the safer methods NSArrayCreation.initWithObjects_count(org.rococoa.ID[], int) and NSArrayCreation.initWithObjects_count(org.rococoa.ID, int) instead 
org.rococoa.cocoa.foundation.NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(NSURLProtectionSpace, NSURLCredential, int, NSURLResponse, NSError, ID)
          use the safer method NSURLAuthenticationChallenge.initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(org.rococoa.cocoa.foundation.NSURLProtectionSpace, org.rococoa.cocoa.foundation.NSURLCredential, int, org.rococoa.cocoa.foundation.NSURLResponse, org.rococoa.cocoa.foundation.NSError, org.rococoa.cocoa.foundation.protocols.NSURLAuthenticationChallengeSender) instead 
org.rococoa.cocoa.foundation.NSURLProtocol.initWithRequest_cachedResponse_client(NSURLRequest, NSCachedURLResponse, ID)
          use the safer method NSURLProtocol.initWithRequest_cachedResponse_client(org.rococoa.cocoa.foundation.NSURLRequest, org.rococoa.cocoa.foundation.NSCachedURLResponse, org.rococoa.cocoa.foundation.protocols.NSURLProtocolClient) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods.initWithUTF8String(ByteByReference)
          use the safer method NSStringExtensionMethods.initWithUTF8String(java.lang.String) instead 
org.rococoa.cocoa.quartzcore.CIVector.initWithValues_count(FloatByReference, NativeLong)
          use the safer methods CIVector.initWithValues_count(float[], com.sun.jna.NativeLong) and CIVector.initWithValues_count(java.nio.FloatBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference, int, int, int)
          use the safer method NSLayoutManager.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, int, int, int) instead 
org.rococoa.cocoa.appkit.protocols.NSGlyphStorage.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference, int, int, int)
          use the safer method NSGlyphStorage.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, int, int, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.InvokeAliasFilterUPP(CInfoPBRec, boolean, ByteByReference, CarbonCoreLibrary.AliasFilterProcPtr)
          use the safer method CarbonCoreLibrary.InvokeAliasFilterUPP(org.rococoa.cocoa.carboncore.CInfoPBRec, boolean, java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.AliasFilterProcPtr) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.InvokeICMMemoryDisposedUPP(ByteByReference, Pointer, QuickTimeLibrary.ICMMemoryDisposedProcPtr)
          use the safer method QuickTimeLibrary.InvokeICMMemoryDisposedUPP(java.nio.ByteBuffer, com.sun.jna.Pointer, org.rococoa.cocoa.quicktime.QuickTimeLibrary.ICMMemoryDisposedProcPtr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.InvokeIndexToUCStringUPP(int, Pointer, Pointer, HIServicesLibrary.CFStringRef, ShortByReference, CarbonCoreLibrary.IndexToUCStringProcPtr)
          use the safer method CarbonCoreLibrary.InvokeIndexToUCStringUPP(int, com.sun.jna.Pointer, com.sun.jna.Pointer, org.rococoa.cocoa.hiservices.HIServicesLibrary.CFStringRef, java.nio.ShortBuffer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IndexToUCStringProcPtr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.InvokePurgeUPP(ByteByReference, CarbonCoreLibrary.PurgeProcPtr)
          use the safer method CarbonCoreLibrary.InvokePurgeUPP(java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PurgeProcPtr) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.InvokeQTSModalFilterUPP(QuickTimeLibrary.OpaqueDialogPtr, QuickTimeLibrary.EventRecord, ShortByReference, Pointer, QuickTimeLibrary.QTSModalFilterProcPtr)
          use the safer method QuickTimeLibrary.InvokeQTSModalFilterUPP(org.rococoa.cocoa.quicktime.QuickTimeLibrary.OpaqueDialogPtr, org.rococoa.cocoa.quicktime.QuickTimeLibrary.EventRecord, java.nio.ShortBuffer, com.sun.jna.Pointer, org.rococoa.cocoa.quicktime.QuickTimeLibrary.QTSModalFilterProcPtr) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.InvokeRTPMPDataReleaseUPP(ByteByReference, Pointer, QuickTimeLibrary.RTPMPDataReleaseProcPtr)
          use the safer method QuickTimeLibrary.InvokeRTPMPDataReleaseUPP(java.nio.ByteBuffer, com.sun.jna.Pointer, org.rococoa.cocoa.quicktime.QuickTimeLibrary.RTPMPDataReleaseProcPtr) instead 
org.rococoa.cocoa.speechsynthesis.SpeechSynthesisLibrary.InvokeSpeechTextDoneUPP(SpeechChannelRecord, int, PointerByReference, NativeLongByReference, IntByReference, SpeechSynthesisLibrary.SpeechTextDoneProcPtr)
          use the safer method 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) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOCFUnserialize(ByteByReference, CoreFoundationLibrary.__CFAllocator, NativeLong, HIServicesLibrary.CFStringRef)
          use the safer method IOKitLibrary.IOCFUnserialize(java.lang.String, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, com.sun.jna.NativeLong, org.rococoa.cocoa.hiservices.HIServicesLibrary.CFStringRef) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOHIDDeviceRegisterInputReportCallback(IOKitLibrary.__IOHIDDevice, ByteByReference, NativeLong, IOKitLibrary.IOHIDReportCallback, Pointer)
          use the safer method IOKitLibrary.IOHIDDeviceRegisterInputReportCallback(org.rococoa.cocoa.iokit.IOKitLibrary.__IOHIDDevice, java.nio.ByteBuffer, com.sun.jna.NativeLong, org.rococoa.cocoa.iokit.IOKitLibrary.IOHIDReportCallback, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOHIDValueCreateWithBytes(CoreFoundationLibrary.__CFAllocator, IOKitLibrary.__IOHIDElement, long, ByteByReference, NativeLong)
          use the safer methods IOKitLibrary.IOHIDValueCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.iokit.IOKitLibrary.__IOHIDElement, long, byte[], com.sun.jna.NativeLong) and IOKitLibrary.IOHIDValueCreateWithBytes(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.iokit.IOKitLibrary.__IOHIDElement, long, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOHIDValueCreateWithBytesNoCopy(CoreFoundationLibrary.__CFAllocator, IOKitLibrary.__IOHIDElement, long, ByteByReference, NativeLong)
          use the safer methods IOKitLibrary.IOHIDValueCreateWithBytesNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.iokit.IOKitLibrary.__IOHIDElement, long, byte[], com.sun.jna.NativeLong) and IOKitLibrary.IOHIDValueCreateWithBytesNoCopy(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.iokit.IOKitLibrary.__IOHIDElement, long, java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceMatching(ByteByReference)
          use the safer method IOKitLibrary.IOServiceMatching(java.lang.String) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOServiceNameMatching(ByteByReference)
          use the safer method IOKitLibrary.IOServiceNameMatching(java.lang.String) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOSpinLock(IntByReference)
          use the safer method IOKitLibrary.IOSpinLock(java.nio.IntBuffer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOSpinUnlock(IntByReference)
          use the safer method IOKitLibrary.IOSpinUnlock(java.nio.IntBuffer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOTrySpinLock(IntByReference)
          use the safer method IOKitLibrary.IOTrySpinLock(java.nio.IntBuffer) instead 
org.rococoa.cocoa.iokit.IOKitLibrary.IOURLCreateDataAndPropertiesFromResource(CoreFoundationLibrary.__CFAllocator, AudioUnitLibrary.__CFURL, CoreFoundationLibrary.CFDataRef, PointerByReference, HIServicesLibrary.__CFArray, IntByReference)
          use the safer method IOKitLibrary.IOURLCreateDataAndPropertiesFromResource(org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.__CFAllocator, org.rococoa.cocoa.audiounit.AudioUnitLibrary.__CFURL, org.rococoa.cocoa.corefoundation.CoreFoundationLibrary.CFDataRef, com.sun.jna.ptr.PointerByReference, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray, java.nio.IntBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.IsAntiAliasedTextEnabled(ShortByReference)
          use the safer method QDLibrary.IsAntiAliasedTextEnabled(java.nio.ShortBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IsHandleValid(ByteByReference)
          use the safer method CarbonCoreLibrary.IsHandleValid(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.categories.WebScripting._static_.isKeyExcludedFromWebScript(ByteByReference)
          use the safer method WebScripting._static_.isKeyExcludedFromWebScript(java.lang.String) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.IsPointerValid(ByteByReference)
          use the safer method CarbonCoreLibrary.IsPointerValid(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(NSRect, FloatByReference)
          use the safer method NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(org.rococoa.cocoa.foundation.NSRect, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.appkit.NSSimpleHorizontalTypesetter.layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex(NSLayoutManager, int, int, IntByReference)
          use the safer method NSSimpleHorizontalTypesetter.layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex(org.rococoa.cocoa.appkit.NSLayoutManager, int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.NSTypesetter.layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex(NSLayoutManager, int, int, IntByReference)
          use the safer method NSTypesetter.layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex(org.rococoa.cocoa.appkit.NSLayoutManager, int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ldtox80(DoubleByReference, Float80)
          use the safer methods CarbonCoreLibrary.ldtox80(double[], org.rococoa.cocoa.carboncore.Float80) and CarbonCoreLibrary.ldtox80(java.nio.DoubleBuffer, org.rococoa.cocoa.carboncore.Float80) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetBufPtr(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetBufPtr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetCurApName(ByteByReference)
          use the safer methods CarbonCoreLibrary.LMSetCurApName(byte[]) and CarbonCoreLibrary.LMSetCurApName(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetCurStackBase(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetCurStackBase(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetDiskFormatingHFSDefaults(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetDiskFormatingHFSDefaults(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetFinderName(ByteByReference)
          use the safer methods CarbonCoreLibrary.LMSetFinderName(byte[]) and CarbonCoreLibrary.LMSetFinderName(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetGZMoveHnd(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetGZMoveHnd(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetGZRootHnd(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetGZRootHnd(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetHeapEnd(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetHeapEnd(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetHighHeapMark(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetHighHeapMark(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetIntlSpec(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetIntlSpec(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetLastFOND(ByteByReference)
          use the safer method QDLibrary.LMSetLastFOND(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetMemTop(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetMemTop(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetQDColors(ByteByReference)
          use the safer method QDLibrary.LMSetQDColors(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetSoundBase(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetSoundBase(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetSoundPtr(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetSoundPtr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetStackLowPoint(ByteByReference)
          use the safer method CarbonCoreLibrary.LMSetStackLowPoint(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LMSetSysResName(ByteByReference)
          use the safer methods CarbonCoreLibrary.LMSetSysResName(byte[]) and CarbonCoreLibrary.LMSetSysResName(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetWidthListHand(ByteByReference)
          use the safer method QDLibrary.LMSetWidthListHand(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetWidthPtr(ByteByReference)
          use the safer method QDLibrary.LMSetWidthPtr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.LMSetWidthTabHandle(ByteByReference)
          use the safer method QDLibrary.LMSetWidthTabHandle(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LoadResource(ByteByReference)
          use the safer method CarbonCoreLibrary.LoadResource(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LongDateString(LongByReference, byte, ByteByReference, ByteByReference)
          use the safer method CarbonCoreLibrary.LongDateString(java.nio.LongBuffer, byte, java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LongDateToSeconds(LongDateRec, LongByReference)
          use the safer method CarbonCoreLibrary.LongDateToSeconds(org.rococoa.cocoa.carboncore.LongDateRec, java.nio.LongBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LongSecondsToDate(LongByReference, LongDateRec)
          use the safer method CarbonCoreLibrary.LongSecondsToDate(java.nio.LongBuffer, org.rococoa.cocoa.carboncore.LongDateRec) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LongTimeString(LongByReference, boolean, ByteByReference, ByteByReference)
          use the safer method CarbonCoreLibrary.LongTimeString(java.nio.LongBuffer, boolean, java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.LowercaseText(ByteByReference, short, short)
          use the safer method CarbonCoreLibrary.LowercaseText(java.nio.ByteBuffer, short, short) instead 
org.rococoa.cocoa.launchservices.LaunchServicesLibrary.LSSharedFileListCopySnapshot(LaunchServicesLibrary.OpaqueLSSharedFileListRef, IntByReference)
          use the safer method LaunchServicesLibrary.LSSharedFileListCopySnapshot(org.rococoa.cocoa.launchservices.LaunchServicesLibrary.OpaqueLSSharedFileListRef, java.nio.IntBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.MeasureJustified(ByteByReference, NativeLong, int, ByteByReference, short, Point.ByValue, Point.ByValue)
          use the safer method 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) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.MediaDecodeTimeToSampleNum(PointerByReference, long, LongByReference, LongByReference, LongByReference)
          use the safer method QuickTimeLibrary.MediaDecodeTimeToSampleNum(com.sun.jna.ptr.PointerByReference, long, java.nio.LongBuffer, java.nio.LongBuffer, java.nio.LongBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.MediaDisplayTimeToSampleNum(PointerByReference, long, LongByReference, LongByReference, LongByReference)
          use the safer method QuickTimeLibrary.MediaDisplayTimeToSampleNum(com.sun.jna.ptr.PointerByReference, long, java.nio.LongBuffer, java.nio.LongBuffer, java.nio.LongBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.MediaTimeToSampleNum(PointerByReference, int, NativeLongByReference, IntByReference, IntByReference)
          use the safer method QuickTimeLibrary.MediaTimeToSampleNum(com.sun.jna.ptr.PointerByReference, int, com.sun.jna.ptr.NativeLongByReference, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.MoveHHi(ByteByReference)
          use the safer method CarbonCoreLibrary.MoveHHi(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.Munger(ByteByReference, NativeLong, Pointer, NativeLong, Pointer, NativeLong)
          use the safer method CarbonCoreLibrary.Munger(java.nio.ByteBuffer, com.sun.jna.NativeLong, com.sun.jna.Pointer, com.sun.jna.NativeLong, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.qd.QDLibrary.NewGWorldFromPtr(QuickTimeLibrary.CGrafPtr, int, Rect, ColorTable, GDevice, NativeLong, ByteByReference, int)
          use the safer method QDLibrary.NewGWorldFromPtr(org.rococoa.cocoa.quicktime.QuickTimeLibrary.CGrafPtr, int, org.rococoa.cocoa.carboncore.Rect, org.rococoa.cocoa.qd.ColorTable, org.rococoa.cocoa.qd.GDevice, com.sun.jna.NativeLong, java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.NewString(ByteByReference)
          use the safer methods CarbonCoreLibrary.NewString(byte[]) and CarbonCoreLibrary.NewString(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.NewTrackMedia(PointerByReference, int, int, ByteByReference, int)
          use the safer method QuickTimeLibrary.NewTrackMedia(com.sun.jna.ptr.PointerByReference, int, int, java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.webkit.WebKitLibrary.NPN_Enumerate(NPP_t, NPObject, PointerByReference, IntByReference)
          use the safer method WebKitLibrary.NPN_Enumerate(org.rococoa.cocoa.webkit.NPP_t, org.rococoa.cocoa.webkit.NPObject, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.webkit.WebKitLibrary.NPN_SetException(NPObject, ByteByReference)
          use the safer method WebKitLibrary.NPN_SetException(org.rococoa.cocoa.webkit.NPObject, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.webkit.WebKitLibrary.NPN_Status(NPP_t, ByteByReference)
          use the safer method WebKitLibrary.NPN_Status(org.rococoa.cocoa.webkit.NPP_t, java.lang.String) instead 
org.rococoa.cocoa.webkit.WebKitLibrary.NPN_Version(IntByReference, IntByReference, IntByReference, IntByReference)
          use the safer method WebKitLibrary.NPN_Version(java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.webkit.WebKitLibrary.NPP_StreamAsFile(NPP_t, NPStream, ByteByReference)
          use the safer method WebKitLibrary.NPP_StreamAsFile(org.rococoa.cocoa.webkit.NPP_t, org.rococoa.cocoa.webkit.NPStream, java.lang.String) instead 
org.rococoa.cocoa.webkit.WebKitLibrary.NPP_URLNotify(NPP_t, ByteByReference, short, Pointer)
          use the safer method WebKitLibrary.NPP_URLNotify(org.rococoa.cocoa.webkit.NPP_t, java.lang.String, short, com.sun.jna.Pointer) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSConvertGlyphsToPackedGlyphs(IntByReference, int, int, ByteByReference)
          use the safer method AppKitLibrary.NSConvertGlyphsToPackedGlyphs(java.nio.IntBuffer, int, int, java.nio.ByteBuffer) instead
 
org.rococoa.cocoa.appkit.AppKitLibrary.NSCountWindows(IntByReference)
          use the safer method AppKitLibrary.NSCountWindows(java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSCountWindowsForContext(int, IntByReference)
          use the safer method AppKitLibrary.NSCountWindowsForContext(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSDrawBitmap(NSRect.ByValue, int, int, int, int, int, int, boolean, boolean, NSString, PointerByReference)
          use the safer methods AppKitLibrary.NSDrawBitmap(org.rococoa.cocoa.foundation.NSRect.ByValue, int, int, int, int, int, int, boolean, boolean, org.rococoa.cocoa.foundation.NSString, byte[]) and AppKitLibrary.NSDrawBitmap(org.rococoa.cocoa.foundation.NSRect.ByValue, int, int, int, int, int, int, boolean, boolean, org.rococoa.cocoa.foundation.NSString, java.nio.ByteBuffer[]) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSDrawTiledRects(NSRect.ByValue, NSRect.ByValue, int, FloatByReference, int)
          use the safer methods AppKitLibrary.NSDrawTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, int, float[], int) and AppKitLibrary.NSDrawTiledRects(org.rococoa.cocoa.foundation.NSRect.ByValue, org.rococoa.cocoa.foundation.NSRect.ByValue, int, java.nio.FloatBuffer, int) instead
 
org.rococoa.cocoa.foundation.FoundationLibrary.NSGetSizeAndAlignment(ByteByReference, IntByReference, IntByReference)
          use the safer method FoundationLibrary.NSGetSizeAndAlignment(java.lang.String, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSGetWindowServerMemory(int, IntByReference, IntByReference, PointerByReference)
          use the safer method AppKitLibrary.NSGetWindowServerMemory(int, java.nio.IntBuffer, java.nio.IntBuffer, com.sun.jna.ptr.PointerByReference) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLCopyNeighborhood(ByteByReference)
          use the safer method OSServicesLibrary.NSLCopyNeighborhood(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLFreeNeighborhood(ByteByReference)
          use the safer method OSServicesLibrary.NSLFreeNeighborhood(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLGetNameFromNeighborhood(ByteByReference, PointerByReference, NativeLongByReference)
          use the safer method OSServicesLibrary.NSLGetNameFromNeighborhood(java.nio.ByteBuffer, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLGetNeighborhoodLength(ByteByReference)
          use the safer method OSServicesLibrary.NSLGetNeighborhoodLength(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLMakeNewNeighborhood(ByteByReference, ByteByReference)
          use the safer method OSServicesLibrary.NSLMakeNewNeighborhood(java.lang.String, java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLPrepareRequest(OSServicesLibrary.NSLClientNotifyProcPtr, Pointer, int, IntByReference, ByteByReference, NativeLong, PointerByReference)
          use the safer method 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) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLStandardDeregisterURL(ByteByReference, ByteByReference)
          use the safer method OSServicesLibrary.NSLStandardDeregisterURL(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLStandardRegisterURL(ByteByReference, ByteByReference)
          use the safer method OSServicesLibrary.NSLStandardRegisterURL(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLStartNeighborhoodLookup(int, ByteByReference, NSLClientAsyncInfo)
          use the safer method OSServicesLibrary.NSLStartNeighborhoodLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.NSLStartServicesLookup(int, ByteByReference, NSLTypedData, NSLClientAsyncInfo)
          use the safer method OSServicesLibrary.NSLStartServicesLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLTypedData, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSOpenGLGetOption(int, IntByReference)
          use the safer method AppKitLibrary.NSOpenGLGetOption(int, java.nio.IntBuffer) instead
 
org.rococoa.cocoa.appkit.AppKitLibrary.NSOpenGLGetVersion(IntByReference, IntByReference)
          use the safer method AppKitLibrary.NSOpenGLGetVersion(java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSRectFillListWithGrays(NSRect, FloatByReference, int)
          use the safer methods AppKitLibrary.NSRectFillListWithGrays(org.rococoa.cocoa.foundation.NSRect, float[], int) and AppKitLibrary.NSRectFillListWithGrays(org.rococoa.cocoa.foundation.NSRect, java.nio.FloatBuffer, int) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSWindowList(int, IntByReference)
          use the safer method AppKitLibrary.NSWindowList(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.AppKitLibrary.NSWindowListForContext(int, int, IntByReference)
          use the safer method AppKitLibrary.NSWindowListForContext(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.numtostring(NativeLong, ByteByReference)
          use the safer method CarbonCoreLibrary.numtostring(com.sun.jna.NativeLong, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.NumToString(NativeLong, ByteByReference)
          use the safer method CarbonCoreLibrary.NumToString(com.sun.jna.NativeLong, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OpenRFPerm(ByteByReference, short, byte)
          use the safer methods CarbonCoreLibrary.OpenRFPerm(byte[], short, byte) and CarbonCoreLibrary.OpenRFPerm(java.nio.ByteBuffer, short, byte) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTAtomicAdd16(int, ShortByReference)
          use the safer method OSServicesLibrary.OTAtomicAdd16(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTAtomicAdd32(int, IntByReference)
          use the safer method OSServicesLibrary.OTAtomicAdd32(int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTAtomicAdd8(int, ByteByReference)
          use the safer method OSServicesLibrary.OTAtomicAdd8(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTAtomicClearBit(ByteByReference, int)
          use the safer method OSServicesLibrary.OTAtomicClearBit(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTAtomicSetBit(ByteByReference, int)
          use the safer method OSServicesLibrary.OTAtomicSetBit(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTAtomicTestBit(ByteByReference, int)
          use the safer method OSServicesLibrary.OTAtomicTestBit(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTClearBit(ByteByReference, int)
          use the safer method OSServicesLibrary.OTClearBit(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTCompareAndSwap16(int, int, ShortByReference)
          use the safer method OSServicesLibrary.OTCompareAndSwap16(int, int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTCompareAndSwap32(int, int, IntByReference)
          use the safer method OSServicesLibrary.OTCompareAndSwap32(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTCompareAndSwap8(int, int, ByteByReference)
          use the safer method OSServicesLibrary.OTCompareAndSwap8(int, int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTCountDataBytes(OSServicesLibrary.TEndpoint, IntByReference)
          use the safer method OSServicesLibrary.OTCountDataBytes(org.rococoa.cocoa.osservices.OSServicesLibrary.TEndpoint, java.nio.IntBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTCreateConfiguration(ByteByReference)
          use the safer method OSServicesLibrary.OTCreateConfiguration(java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTExtractNBPName(NBPEntity, ByteByReference)
          use the safer method OSServicesLibrary.OTExtractNBPName(org.rococoa.cocoa.osservices.NBPEntity, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTExtractNBPType(NBPEntity, ByteByReference)
          use the safer method OSServicesLibrary.OTExtractNBPType(org.rococoa.cocoa.osservices.NBPEntity, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTExtractNBPZone(NBPEntity, ByteByReference)
          use the safer method OSServicesLibrary.OTExtractNBPZone(org.rococoa.cocoa.osservices.NBPEntity, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTFindOption(ByteByReference, int, int, int)
          use the safer method OSServicesLibrary.OTFindOption(java.nio.ByteBuffer, int, int, int) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTFindPort(OTPortRecord, ByteByReference)
          use the safer method OSServicesLibrary.OTFindPort(org.rococoa.cocoa.osservices.OTPortRecord, java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTGetSlotFromPortRef(int, ShortByReference)
          use the safer method OSServicesLibrary.OTGetSlotFromPortRef(int, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTInetHostToString(int, ByteByReference)
          use the safer method OSServicesLibrary.OTInetHostToString(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTInitDDPNBPAddress(DDPNBPAddress, ByteByReference, short, byte, byte, byte)
          use the safer method OSServicesLibrary.OTInitDDPNBPAddress(org.rococoa.cocoa.osservices.DDPNBPAddress, java.lang.String, short, byte, byte, byte) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTInitDNSAddress(DNSAddress, ByteByReference)
          use the safer method OSServicesLibrary.OTInitDNSAddress(org.rococoa.cocoa.osservices.DNSAddress, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTInitNBPAddress(NBPAddress, ByteByReference)
          use the safer method OSServicesLibrary.OTInitNBPAddress(org.rococoa.cocoa.osservices.NBPAddress, java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTRcv(OSServicesLibrary.TEndpoint, Pointer, int, IntByReference)
          use the safer method OSServicesLibrary.OTRcv(org.rococoa.cocoa.osservices.OSServicesLibrary.TEndpoint, com.sun.jna.Pointer, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTReadBuffer(OTBufferInfo, Pointer, IntByReference)
          use the safer method OSServicesLibrary.OTReadBuffer(org.rococoa.cocoa.osservices.OTBufferInfo, com.sun.jna.Pointer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTSetAddressFromNBPEntity(ByteByReference, NBPEntity)
          use the safer method OSServicesLibrary.OTSetAddressFromNBPEntity(java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NBPEntity) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTSetAddressFromNBPString(ByteByReference, ByteByReference, int)
          use the safer method OSServicesLibrary.OTSetAddressFromNBPString(java.nio.ByteBuffer, java.lang.String, int) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTSetBit(ByteByReference, int)
          use the safer method OSServicesLibrary.OTSetBit(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTSetFirstClearBit(ByteByReference, int, int)
          use the safer method OSServicesLibrary.OTSetFirstClearBit(java.nio.ByteBuffer, int, int) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTSetNBPEntityFromAddress(NBPEntity, ByteByReference, int)
          use the safer methods OSServicesLibrary.OTSetNBPEntityFromAddress(org.rococoa.cocoa.osservices.NBPEntity, byte[], int) and OSServicesLibrary.OTSetNBPEntityFromAddress(org.rococoa.cocoa.osservices.NBPEntity, java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTSetNBPName(NBPEntity, ByteByReference)
          use the safer method OSServicesLibrary.OTSetNBPName(org.rococoa.cocoa.osservices.NBPEntity, java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTSetNBPType(NBPEntity, ByteByReference)
          use the safer method OSServicesLibrary.OTSetNBPType(org.rococoa.cocoa.osservices.NBPEntity, java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTSetNBPZone(NBPEntity, ByteByReference)
          use the safer method OSServicesLibrary.OTSetNBPZone(org.rococoa.cocoa.osservices.NBPEntity, java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTStrCat(ByteByReference, ByteByReference)
          use the safer method OSServicesLibrary.OTStrCat(java.nio.ByteBuffer, java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTStrCopy(ByteByReference, ByteByReference)
          use the safer method OSServicesLibrary.OTStrCopy(java.nio.ByteBuffer, java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTStrEqual(ByteByReference, ByteByReference)
          use the safer method OSServicesLibrary.OTStrEqual(java.lang.String, java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTStrLength(ByteByReference)
          use the safer method OSServicesLibrary.OTStrLength(java.lang.String) instead 
org.rococoa.cocoa.osservices.OSServicesLibrary.OTTestBit(ByteByReference, int)
          use the safer method OSServicesLibrary.OTTestBit(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.foundation.categories.NSOutlineViewDataSource.outlineView_acceptDrop_item_childIndex(NSOutlineView, ID, ID, int)
          use the safer method NSOutlineViewDataSource.outlineView_acceptDrop_item_childIndex(org.rococoa.cocoa.appkit.NSOutlineView, org.rococoa.cocoa.appkit.protocols.NSDraggingInfo, org.rococoa.ID, int) instead 
org.rococoa.cocoa.foundation.categories.NSOutlineViewDataSource.outlineView_validateDrop_proposedItem_proposedChildIndex(NSOutlineView, ID, ID, int)
          use the safer method NSOutlineViewDataSource.outlineView_validateDrop_proposedItem_proposedChildIndex(org.rococoa.cocoa.appkit.NSOutlineView, org.rococoa.cocoa.appkit.protocols.NSDraggingInfo, org.rococoa.ID, int) instead 
org.rococoa.cocoa.foundation.categories.NSOutputStreamExtensions._static_.outputStreamToBuffer_capacity(ByteByReference, int)
          use the safer method NSOutputStreamExtensions._static_.outputStreamToBuffer_capacity(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.p2cstr(ByteByReference)
          use the safer method CarbonCoreLibrary.p2cstr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.P2CStr(ByteByReference)
          use the safer method CarbonCoreLibrary.P2CStr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.p2cstrcpy(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.p2cstrcpy(java.nio.ByteBuffer, byte[]) and CarbonCoreLibrary.p2cstrcpy(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSDraggingDestination.performDragOperation(ID)
          use the safer method NSDraggingDestination.performDragOperation(org.rococoa.cocoa.appkit.protocols.NSDraggingInfo) instead 
org.rococoa.cocoa.appkit.NSWorkspace.performFileOperation_source_destination_files_tag(NSString, NSString, NSString, NSArray, IntByReference)
          use the safer method NSWorkspace.performFileOperation_source_destination_files_tag(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSArray, java.nio.IntBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.PicComment(short, short, ByteByReference)
          use the safer method QDLibrary.PicComment(short, short, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.PixelToChar(ByteByReference, NativeLong, int, int, boolean, IntByReference, short, Point.ByValue, Point.ByValue)
          use the safer method 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) instead 
org.rococoa.cocoa.hiservices.HIServicesLibrary.PlotIcon(Rect, ByteByReference)
          use the safer method HIServicesLibrary.PlotIcon(org.rococoa.cocoa.carboncore.Rect, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLpos(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.PLpos(byte[], byte[]) and CarbonCoreLibrary.PLpos(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrcat(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.PLstrcat(java.nio.ByteBuffer, byte[]) and CarbonCoreLibrary.PLstrcat(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrchr(ByteByReference, short)
          use the safer methods CarbonCoreLibrary.PLstrchr(byte[], short) and CarbonCoreLibrary.PLstrchr(java.nio.ByteBuffer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrcmp(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.PLstrcmp(byte[], byte[]) and CarbonCoreLibrary.PLstrcmp(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrcpy(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.PLstrcpy(java.nio.ByteBuffer, byte[]) and CarbonCoreLibrary.PLstrcpy(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrlen(ByteByReference)
          use the safer methods CarbonCoreLibrary.PLstrlen(byte[]) and CarbonCoreLibrary.PLstrlen(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrncat(ByteByReference, ByteByReference, short)
          use the safer methods CarbonCoreLibrary.PLstrncat(java.nio.ByteBuffer, byte[], short) and CarbonCoreLibrary.PLstrncat(java.nio.ByteBuffer, java.nio.ByteBuffer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrncmp(ByteByReference, ByteByReference, short)
          use the safer methods CarbonCoreLibrary.PLstrncmp(byte[], byte[], short) and CarbonCoreLibrary.PLstrncmp(java.nio.ByteBuffer, java.nio.ByteBuffer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrncpy(ByteByReference, ByteByReference, short)
          use the safer methods CarbonCoreLibrary.PLstrncpy(java.nio.ByteBuffer, byte[], short) and CarbonCoreLibrary.PLstrncpy(java.nio.ByteBuffer, java.nio.ByteBuffer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrpbrk(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.PLstrpbrk(byte[], byte[]) and CarbonCoreLibrary.PLstrpbrk(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrrchr(ByteByReference, short)
          use the safer methods CarbonCoreLibrary.PLstrrchr(byte[], short) and CarbonCoreLibrary.PLstrrchr(java.nio.ByteBuffer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrspn(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.PLstrspn(byte[], byte[]) and CarbonCoreLibrary.PLstrspn(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.PLstrstr(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.PLstrstr(byte[], byte[]) and CarbonCoreLibrary.PLstrstr(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.PortionLine(ByteByReference, NativeLong, short, Point.ByValue, Point.ByValue)
          use the safer method QDLibrary.PortionLine(java.nio.ByteBuffer, com.sun.jna.NativeLong, short, org.rococoa.cocoa.carboncore.Point.ByValue, org.rococoa.cocoa.carboncore.Point.ByValue) instead 
org.rococoa.cocoa.foundation.categories.NSDraggingDestination.prepareForDragOperation(ID)
          use the safer method NSDraggingDestination.prepareForDragOperation(org.rococoa.cocoa.appkit.protocols.NSDraggingInfo) instead 
org.rococoa.cocoa.qd.QDLibrary.PtToAngle(Rect, Point.ByValue, ShortByReference)
          use the safer method QDLibrary.PtToAngle(org.rococoa.cocoa.carboncore.Rect, org.rococoa.cocoa.carboncore.Point.ByValue, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.QDIsNamedPixMapCursorRegistered(ByteByReference)
          use the safer methods QDLibrary.QDIsNamedPixMapCursorRegistered(byte[]) and QDLibrary.QDIsNamedPixMapCursorRegistered(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.QDPictGetResolution(QDLibrary.QDPict, FloatByReference, FloatByReference)
          use the safer method QDLibrary.QDPictGetResolution(org.rococoa.cocoa.qd.QDLibrary.QDPict, java.nio.FloatBuffer, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.qtkit.QTKitLibrary.QTGetTimeInterval(QTTime.ByValue, DoubleByReference)
          use the safer method QTKitLibrary.QTGetTimeInterval(org.rococoa.cocoa.qtkit.QTTime.ByValue, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.QTSGetErrorString(int, int, ByteByReference, int)
          use the safer method QuickTimeLibrary.QTSGetErrorString(int, int, java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.QTSNewHandle(int, int, IntByReference)
          use the safer method QuickTimeLibrary.QTSNewHandle(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.QTSNewPtr(int, int, IntByReference)
          use the safer method QuickTimeLibrary.QTSNewPtr(int, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.QTSStreamBufferDataInfo(QTSStreamBuffer, PointerByReference, IntByReference)
          use the safer method QuickTimeLibrary.QTSStreamBufferDataInfo(org.rococoa.cocoa.quicktime.QTSStreamBuffer, com.sun.jna.ptr.PointerByReference, java.nio.IntBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.QTVRGetVisibleHotSpots(QuickTimeLibrary.OpaqueQTVRInstance, ByteByReference)
          use the safer method QuickTimeLibrary.QTVRGetVisibleHotSpots(org.rococoa.cocoa.quicktime.QuickTimeLibrary.OpaqueQTVRInstance, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.randomx(DoubleByReference)
          use the safer method CarbonCoreLibrary.randomx(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.foundation.NSCalendar.rangeOfUnit_startDate_interval_forDate(int, PointerByReference, DoubleByReference, NSDate)
          use the safer method NSCalendar.rangeOfUnit_startDate_interval_forDate(int, com.sun.jna.ptr.PointerByReference, java.nio.DoubleBuffer, org.rococoa.cocoa.foundation.NSDate) instead
 
org.rococoa.cocoa.foundation.NSInputStream.read_maxLength(ByteByReference, int)
          use the safer method NSInputStream.read_maxLength(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ReadPartialResource(ByteByReference, NativeLong, Pointer, NativeLong)
          use the safer method CarbonCoreLibrary.ReadPartialResource(java.nio.ByteBuffer, com.sun.jna.NativeLong, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ReallocateHandle(ByteByReference, NativeLong)
          use the safer method CarbonCoreLibrary.ReallocateHandle(java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.RecoverHandle(ByteByReference)
          use the safer method CarbonCoreLibrary.RecoverHandle(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.rectArrayForCharacterRange_withinSelectedCharacterRange_inTextContainer_rectCount(NSRange.ByValue, NSRange.ByValue, NSTextContainer, IntByReference)
          use the safer method NSLayoutManager.rectArrayForCharacterRange_withinSelectedCharacterRange_inTextContainer_rectCount(org.rococoa.cocoa.foundation.NSRange.ByValue, org.rococoa.cocoa.foundation.NSRange.ByValue, org.rococoa.cocoa.appkit.NSTextContainer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.appkit.NSLayoutManager.rectArrayForGlyphRange_withinSelectedGlyphRange_inTextContainer_rectCount(NSRange.ByValue, NSRange.ByValue, NSTextContainer, IntByReference)
          use the safer method NSLayoutManager.rectArrayForGlyphRange_withinSelectedGlyphRange_inTextContainer_rectCount(org.rococoa.cocoa.foundation.NSRange.ByValue, org.rococoa.cocoa.foundation.NSRange.ByValue, org.rococoa.cocoa.appkit.NSTextContainer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.RegisterComponent(ComponentDescription, CarbonCoreLibrary.ComponentRoutineProcPtr, short, ByteByReference, ByteByReference, ByteByReference)
          use the safer method CarbonCoreLibrary.RegisterComponent(org.rococoa.cocoa.carboncore.ComponentDescription, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ComponentRoutineProcPtr, short, java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ReleaseResource(ByteByReference)
          use the safer method CarbonCoreLibrary.ReleaseResource(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.relstring(ByteByReference, ByteByReference, boolean, boolean)
          use the safer method CarbonCoreLibrary.relstring(java.lang.String, java.lang.String, boolean, boolean) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.RelString(ByteByReference, ByteByReference, boolean, boolean)
          use the safer methods CarbonCoreLibrary.RelString(byte[], byte[], boolean, boolean) and CarbonCoreLibrary.RelString(java.nio.ByteBuffer, java.nio.ByteBuffer, boolean, boolean) instead 
org.rococoa.cocoa.foundation.NSURLHandle.removeClient(ID)
          use the safer method NSURLHandle.removeClient(org.rococoa.cocoa.foundation.protocols.NSURLHandleClient) instead 
org.rococoa.cocoa.webkit.protocols.DOMEventTarget.removeEventListener_listener_useCapture(NSString, ID, boolean)
          use the safer method DOMEventTarget.removeEventListener_listener_useCapture(org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.webkit.protocols.DOMEventListener, boolean) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedMutableArray.removeObjectsFromIndices_numIndices(IntByReference, int)
          use the safer method NSExtendedMutableArray.removeObjectsFromIndices_numIndices(java.nio.IntBuffer, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.RemoveResource(ByteByReference)
          use the safer method CarbonCoreLibrary.RemoveResource(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ReplaceText(ByteByReference, ByteByReference, ByteByReference)
          use the safer method CarbonCoreLibrary.ReplaceText(java.nio.ByteBuffer, java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.RgnToHandle(HIServicesLibrary.OpaqueRgnHandle, ByteByReference)
          use the safer method QDLibrary.RgnToHandle(org.rococoa.cocoa.hiservices.HIServicesLibrary.OpaqueRgnHandle, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.S64Divide(long, long, LongByReference)
          use the safer method CarbonCoreLibrary.S64Divide(long, long, java.nio.LongBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.SampleNumToMediaDecodeTime(PointerByReference, long, LongByReference, LongByReference)
          use the safer method QuickTimeLibrary.SampleNumToMediaDecodeTime(com.sun.jna.ptr.PointerByReference, long, java.nio.LongBuffer, java.nio.LongBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.SampleNumToMediaDisplayTime(PointerByReference, long, LongByReference, LongByReference)
          use the safer method QuickTimeLibrary.SampleNumToMediaDisplayTime(com.sun.jna.ptr.PointerByReference, long, java.nio.LongBuffer, java.nio.LongBuffer) instead 
org.rococoa.cocoa.quicktime.QuickTimeLibrary.SampleNumToMediaTime(PointerByReference, NativeLong, IntByReference, IntByReference)
          use the safer method QuickTimeLibrary.SampleNumToMediaTime(com.sun.jna.ptr.PointerByReference, com.sun.jna.NativeLong, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanDouble(DoubleByReference)
          use the safer method NSExtendedScanner.scanDouble(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanFloat(FloatByReference)
          use the safer method NSExtendedScanner.scanFloat(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanHexDouble(DoubleByReference)
          use the safer method NSExtendedScanner.scanHexDouble(java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanHexFloat(FloatByReference)
          use the safer method NSExtendedScanner.scanHexFloat(java.nio.FloatBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanHexInt(IntByReference)
          use the safer method NSExtendedScanner.scanHexInt(java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanHexLongLong(LongByReference)
          use the safer method NSExtendedScanner.scanHexLongLong(java.nio.LongBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanInt(IntByReference)
          use the safer method NSExtendedScanner.scanInt(java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanInteger(IntByReference)
          use the safer method NSExtendedScanner.scanInteger(java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSExtendedScanner.scanLongLong(LongByReference)
          use the safer method NSExtendedScanner.scanLongLong(java.nio.LongBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.ScreenRes(ShortByReference, ShortByReference)
          use the safer method QDLibrary.ScreenRes(java.nio.ShortBuffer, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.syncservices.ISyncSession.setClientInfo_forRecordWithIdentifier(ID, NSString)
          use the safer method ISyncSession.setClientInfo_forRecordWithIdentifier(org.rococoa.cocoa.foundation.protocols.NSCoding, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetComponentInstanceStorage(ComponentInstanceRecord, ByteByReference)
          use the safer method CarbonCoreLibrary.SetComponentInstanceStorage(org.rococoa.cocoa.carboncore.ComponentInstanceRecord, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qtkit.QTDataReference.setDataRef(ByteByReference)
          use the safer method QTDataReference.setDataRef(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.NSDecimalNumber.setDefaultBehavior(ID)
          use the safer method NSDecimalNumber.setDefaultBehavior(org.rococoa.cocoa.foundation.protocols.NSDecimalNumberBehaviors) instead 
org.rococoa.cocoa.foundation.NSDecimalNumber._class_.setDefaultBehavior(ID)
          use the safer method NSDecimalNumber._class_.setDefaultBehavior(org.rococoa.cocoa.foundation.protocols.NSDecimalNumberBehaviors) instead 
org.rococoa.cocoa.qd.QDLibrary.SetEntries(short, short, Pointer)
          use the safer method QDLibrary.SetEntries(short, short, org.rococoa.cocoa.qd.ColorSpec[]) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetHandleSize(ByteByReference, NativeLong)
          use the safer method CarbonCoreLibrary.SetHandleSize(java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.appkit.NSBezierPath.setLineDash_count_phase(FloatByReference, int, float)
          use the safer methods NSBezierPath.setLineDash_count_phase(float[], int, float) and NSBezierPath.setLineDash_count_phase(java.nio.FloatBuffer, int, float) instead 
org.rococoa.cocoa.syncservices.ISyncClient.setObject_forKey(ID, NSString)
          use the safer method ISyncClient.setObject_forKey(org.rococoa.cocoa.foundation.protocols.NSCoding, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.appkit.NSActionCell.setObjectValue(ID)
          use the safer method NSActionCell.setObjectValue(org.rococoa.cocoa.foundation.protocols.NSCopying) instead 
org.rococoa.cocoa.appkit.NSCell.setObjectValue(ID)
          use the safer method NSCell.setObjectValue(org.rococoa.cocoa.foundation.protocols.NSCopying) instead 
org.rococoa.cocoa.appkit.NSControl.setObjectValue(ID)
          use the safer method NSControl.setObjectValue(org.rococoa.cocoa.foundation.protocols.NSCopying) instead 
org.rococoa.cocoa.appkit.NSPathCell.setObjectValue(ID)
          use the safer method NSPathCell.setObjectValue(org.rococoa.cocoa.foundation.protocols.NSCopying) instead 
org.rococoa.cocoa.appkit.NSBitmapImageRep.setPixel_atX_y(IntByReference, int, int)
          use the safer method NSBitmapImageRep.setPixel_atX_y(java.nio.IntBuffer, int, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetPtrSize(ByteByReference, NativeLong)
          use the safer method CarbonCoreLibrary.SetPtrSize(java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.appkit.NSRulerMarker.setRepresentedObject(ID)
          use the safer method NSRulerMarker.setRepresentedObject(org.rococoa.cocoa.foundation.protocols.NSCopying) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetResAttrs(ByteByReference, short)
          use the safer method CarbonCoreLibrary.SetResAttrs(java.nio.ByteBuffer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetResInfo(ByteByReference, short, ByteByReference)
          use the safer methods CarbonCoreLibrary.SetResInfo(java.nio.ByteBuffer, short, byte[]) and CarbonCoreLibrary.SetResInfo(java.nio.ByteBuffer, short, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetResourceSize(ByteByReference, NativeLong)
          use the safer method CarbonCoreLibrary.SetResourceSize(java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SetString(ByteByReference, ByteByReference)
          use the safer methods CarbonCoreLibrary.SetString(java.nio.ByteBuffer, byte[]) and CarbonCoreLibrary.SetString(java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.appkit.NSOpenGLContext.setValues_forParameter(IntByReference, int)
          use the safer methods NSOpenGLContext.setValues_forParameter(int[], int) and NSOpenGLContext.setValues_forParameter(java.nio.IntBuffer, int) instead
 
org.rococoa.cocoa.foundation.NSMethodSignature.signatureWithObjCTypes(ByteByReference)
          use the safer method NSMethodSignature.signatureWithObjCTypes(java.lang.String) instead 
org.rococoa.cocoa.foundation.NSMethodSignature._class_.signatureWithObjCTypes(ByteByReference)
          use the safer method NSMethodSignature._class_.signatureWithObjCTypes(java.lang.String) instead 
org.rococoa.cocoa.searchkit.SearchKitLibrary.SKSearchFindMatches(SearchKitLibrary.__SKSearch, NativeLong, NativeLongByReference, FloatByReference, double, NativeLongByReference)
          use the safer method 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) instead 
org.rococoa.cocoa.searchkit.SearchKitLibrary.SKSearchResultsGetInfoInRange(SearchKitLibrary.__SKSearchResults, CFRange.ByValue, Pointer, PointerByReference, FloatByReference)
          use the safer method SearchKitLibrary.SKSearchResultsGetInfoInRange(org.rococoa.cocoa.searchkit.SearchKitLibrary.__SKSearchResults, org.rococoa.cocoa.corefoundation.CFRange.ByValue, com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference, java.nio.FloatBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSSpellServerDelegate.spellServer_findMisspelledWordInString_language_wordCount_countOnly(NSSpellServer, NSString, NSString, IntByReference, boolean)
          use the safer method NSSpellServerDelegate.spellServer_findMisspelledWordInString_language_wordCount_countOnly(org.rococoa.cocoa.foundation.NSSpellServer, org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSString, java.nio.IntBuffer, boolean) instead 
org.rococoa.cocoa.qd.QDLibrary.StdComment(short, short, ByteByReference)
          use the safer method QDLibrary.StdComment(short, short, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.str2dec(ByteByReference, ShortByReference, decimal, ShortByReference)
          use the safer method CarbonCoreLibrary.str2dec(java.lang.String, java.nio.ShortBuffer, org.rococoa.cocoa.carboncore.decimal, java.nio.ShortBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringOrder(ByteByReference, ByteByReference, short, short, short, short)
          use the safer methods CarbonCoreLibrary.StringOrder(byte[], byte[], short, short, short, short) and CarbonCoreLibrary.StringOrder(java.nio.ByteBuffer, java.nio.ByteBuffer, short, short, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToDate(ByteByReference, int, DateCacheRecord, IntByReference, LongDateRec)
          use the safer method CarbonCoreLibrary.StringToDate(java.nio.ByteBuffer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, java.nio.IntBuffer, org.rococoa.cocoa.carboncore.LongDateRec) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToExtended(ByteByReference, 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(java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.NumFormatString, org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.Float80) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToFormatRec(ByteByReference, NumberParts, NumFormatString)
          use the safer methods CarbonCoreLibrary.StringToFormatRec(byte[], org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.NumFormatString) and CarbonCoreLibrary.StringToFormatRec(java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.NumberParts, org.rococoa.cocoa.carboncore.NumFormatString) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToNum(ByteByReference, NativeLongByReference)
          use the safer methods CarbonCoreLibrary.StringToNum(byte[], com.sun.jna.ptr.NativeLongByReference) and CarbonCoreLibrary.StringToNum(java.nio.ByteBuffer, com.sun.jna.ptr.NativeLongByReference) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StringToTime(ByteByReference, int, DateCacheRecord, IntByReference, LongDateRec)
          use the safer method CarbonCoreLibrary.StringToTime(java.nio.ByteBuffer, int, org.rococoa.cocoa.carboncore.DateCacheRecord, java.nio.IntBuffer, org.rococoa.cocoa.carboncore.LongDateRec) instead 
org.rococoa.cocoa.qd.QDLibrary.StringWidth(ByteByReference)
          use the safer methods QDLibrary.StringWidth(byte[]) and QDLibrary.StringWidth(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods._static_.stringWithCharacters_length(char, int)
          use the safer methods NSStringExtensionMethods._static_.stringWithCharacters_length(char[], int) and NSStringExtensionMethods._static_.stringWithCharacters_length(char, int) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods._static_.stringWithCString_encoding(ByteByReference, int)
          use the safer method NSStringExtensionMethods._static_.stringWithCString_encoding(java.lang.String, int) instead
 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated._static_.stringWithCString_length(ByteByReference, int)
          use the safer method NSStringDeprecated._static_.stringWithCString_length(java.lang.String, int) instead 
org.rococoa.cocoa.foundation.categories.NSStringDeprecated._static_.stringWithCString(ByteByReference)
          use the safer method NSStringDeprecated._static_.stringWithCString(java.lang.String) instead 
org.rococoa.cocoa.foundation.NSFileManager.stringWithFileSystemRepresentation_length(ByteByReference, int)
          use the safer method NSFileManager.stringWithFileSystemRepresentation_length(java.lang.String, int) instead 
org.rococoa.cocoa.foundation.categories.NSStringExtensionMethods._static_.stringWithUTF8String(ByteByReference)
          use the safer method NSStringExtensionMethods._static_.stringWithUTF8String(java.lang.String) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.StripDiacritics(ByteByReference, short, short)
          use the safer method CarbonCoreLibrary.StripDiacritics(java.nio.ByteBuffer, short, short) instead 
org.rococoa.cocoa.qd.QDLibrary.StuffHex(Pointer, ByteByReference)
          use the safer methods QDLibrary.StuffHex(com.sun.jna.Pointer, byte[]) and QDLibrary.StuffHex(com.sun.jna.Pointer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.StyledLineBreak(ByteByReference, int, int, int, int, IntByReference, IntByReference)
          use the safer method QDLibrary.StyledLineBreak(java.nio.ByteBuffer, int, int, int, int, java.nio.IntBuffer, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SysBreakFunc(ByteByReference)
          use the safer methods CarbonCoreLibrary.SysBreakFunc(byte[]) and CarbonCoreLibrary.SysBreakFunc(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.SysBreakStr(ByteByReference)
          use the safer methods CarbonCoreLibrary.SysBreakStr(byte[]) and CarbonCoreLibrary.SysBreakStr(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TempDisposeHandle(ByteByReference, CarbonCoreLibrary.OSErr)
          use the safer method CarbonCoreLibrary.TempDisposeHandle(java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TempHLock(ByteByReference, CarbonCoreLibrary.OSErr)
          use the safer method CarbonCoreLibrary.TempHLock(java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TempHUnlock(ByteByReference, CarbonCoreLibrary.OSErr)
          use the safer method CarbonCoreLibrary.TempHUnlock(java.nio.ByteBuffer, org.rococoa.cocoa.carboncore.CarbonCoreLibrary.OSErr) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TestAndClear(int, ByteByReference)
          use the safer method CarbonCoreLibrary.TestAndClear(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TestAndSet(int, ByteByReference)
          use the safer method CarbonCoreLibrary.TestAndSet(int, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSTextViewDelegate.textView_writablePasteboardTypesForCell_atIndex(NSTextView, ID, int)
          use the safer method NSTextViewDelegate.textView_writablePasteboardTypesForCell_atIndex(org.rococoa.cocoa.appkit.NSTextView, org.rococoa.cocoa.appkit.NSTextAttachmentCell, int) instead 
org.rococoa.cocoa.foundation.categories.NSTextViewDelegate.textView_writeCell_atIndex_toPasteboard_type(NSTextView, ID, int, NSPasteboard, NSString)
          use the safer method NSTextViewDelegate.textView_writeCell_atIndex_toPasteboard_type(org.rococoa.cocoa.appkit.NSTextView, org.rococoa.cocoa.appkit.NSTextAttachmentCell, int, org.rococoa.cocoa.appkit.NSPasteboard, org.rococoa.cocoa.foundation.NSString) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.TimeString(int, boolean, ByteByReference, ByteByReference)
          use the safer method CarbonCoreLibrary.TimeString(int, boolean, java.nio.ByteBuffer, java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ToggleDate(LongByReference, byte, byte, short, TogglePB)
          use the safer method CarbonCoreLibrary.ToggleDate(java.nio.LongBuffer, byte, byte, short, org.rococoa.cocoa.carboncore.TogglePB) instead 
org.rococoa.cocoa.foundation.categories.NSTokenFieldDelegate.tokenField_completionsForSubstring_indexOfToken_indexOfSelectedItem(NSTokenField, NSString, int, IntByReference)
          use the safer method NSTokenFieldDelegate.tokenField_completionsForSubstring_indexOfToken_indexOfSelectedItem(org.rococoa.cocoa.appkit.NSTokenField, org.rococoa.cocoa.foundation.NSString, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSTokenFieldCellDelegate.tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem(NSTokenFieldCell, NSString, int, IntByReference)
          use the safer method NSTokenFieldCellDelegate.tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem(org.rococoa.cocoa.appkit.NSTokenFieldCell, org.rococoa.cocoa.foundation.NSString, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.qd.QDLibrary.TruncString(short, ByteByReference, short)
          use the safer method QDLibrary.TruncString(short, java.nio.ByteBuffer, short) instead 
org.rococoa.cocoa.qd.QDLibrary.TruncText(short, ByteByReference, ShortByReference, short)
          use the safer method QDLibrary.TruncText(short, java.nio.ByteBuffer, java.nio.ShortBuffer, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.U64Divide(long, long, LongByReference)
          use the safer method CarbonCoreLibrary.U64Divide(long, long, java.nio.LongBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.UppercaseStripDiacritics(ByteByReference, short, short)
          use the safer method CarbonCoreLibrary.UppercaseStripDiacritics(java.nio.ByteBuffer, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.UppercaseText(ByteByReference, short, short)
          use the safer method CarbonCoreLibrary.UppercaseText(java.nio.ByteBuffer, short, short) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.upperstring(ByteByReference, boolean)
          use the safer method CarbonCoreLibrary.upperstring(java.nio.ByteBuffer, boolean) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.UpperString(ByteByReference, boolean)
          use the safer method CarbonCoreLibrary.UpperString(java.nio.ByteBuffer, boolean) instead 
org.rococoa.cocoa.appkit.NSDocument.validateUserInterfaceItem(ID)
          use the safer method NSDocument.validateUserInterfaceItem(org.rococoa.cocoa.appkit.protocols.NSValidatedUserInterfaceItem) instead 
org.rococoa.cocoa.appkit.NSDocumentController.validateUserInterfaceItem(ID)
          use the safer method NSDocumentController.validateUserInterfaceItem(org.rococoa.cocoa.appkit.protocols.NSValidatedUserInterfaceItem) instead 
org.rococoa.cocoa.appkit.NSObjectController.validateUserInterfaceItem(ID)
          use the safer method NSObjectController.validateUserInterfaceItem(org.rococoa.cocoa.appkit.protocols.NSValidatedUserInterfaceItem) instead 
org.rococoa.cocoa.appkit.protocols.NSUserInterfaceValidations.validateUserInterfaceItem(ID)
          use the safer method NSUserInterfaceValidations.validateUserInterfaceItem(org.rococoa.cocoa.appkit.protocols.NSValidatedUserInterfaceItem) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.ValidDate(LongDateRec, NativeLong, LongByReference)
          use the safer method CarbonCoreLibrary.ValidDate(org.rococoa.cocoa.carboncore.LongDateRec, com.sun.jna.NativeLong, java.nio.LongBuffer) instead 
org.rococoa.cocoa.foundation.categories.NSValueCreation._static_.value_withObjCType(Pointer, ByteByReference)
          use the safer method NSValueCreation._static_.value_withObjCType(com.sun.jna.Pointer, java.lang.String) instead 
org.rococoa.cocoa.foundation.categories.NSValueCreation._static_.valueWithBytes_objCType(Pointer, ByteByReference)
          use the safer method NSValueCreation._static_.valueWithBytes_objCType(com.sun.jna.Pointer, java.lang.String) instead 
org.rococoa.cocoa.quartzcore.CIVector.vectorWithValues_count(FloatByReference, NativeLong)
          use the safer methods CIVector.vectorWithValues_count(float[], com.sun.jna.NativeLong) and CIVector.vectorWithValues_count(java.nio.FloatBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.quartzcore.CIVector._class_.vectorWithValues_count(FloatByReference, NativeLong)
          use the safer methods CIVector._class_.vectorWithValues_count(float[], com.sun.jna.NativeLong) and CIVector._class_.vectorWithValues_count(java.nio.FloatBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.qd.QDLibrary.VisibleLength(ByteByReference, NativeLong)
          use the safer method QDLibrary.VisibleLength(java.nio.ByteBuffer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.foundation.categories.WebScripting._static_.webScriptNameForKey(ByteByReference)
          use the safer method WebScripting._static_.webScriptNameForKey(java.lang.String) instead 
org.rococoa.cocoa.foundation.categories.WebPolicyDelegate.webView_decidePolicyForMIMEType_request_frame_decisionListener(WebView, NSString, NSURLRequest, WebFrame, ID)
          use the safer method WebPolicyDelegate.webView_decidePolicyForMIMEType_request_frame_decisionListener(org.rococoa.cocoa.webkit.WebView, org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSURLRequest, org.rococoa.cocoa.webkit.WebFrame, org.rococoa.cocoa.webkit.protocols.WebPolicyDecisionListener) instead 
org.rococoa.cocoa.foundation.categories.WebPolicyDelegate.webView_decidePolicyForNavigationAction_request_frame_decisionListener(WebView, NSDictionary, NSURLRequest, WebFrame, ID)
          use the safer method WebPolicyDelegate.webView_decidePolicyForNavigationAction_request_frame_decisionListener(org.rococoa.cocoa.webkit.WebView, org.rococoa.cocoa.foundation.NSDictionary, org.rococoa.cocoa.foundation.NSURLRequest, org.rococoa.cocoa.webkit.WebFrame, org.rococoa.cocoa.webkit.protocols.WebPolicyDecisionListener) instead 
org.rococoa.cocoa.foundation.categories.WebPolicyDelegate.webView_decidePolicyForNewWindowAction_request_newFrameName_decisionListener(WebView, NSDictionary, NSURLRequest, NSString, ID)
          use the safer method WebPolicyDelegate.webView_decidePolicyForNewWindowAction_request_newFrameName_decisionListener(org.rococoa.cocoa.webkit.WebView, org.rococoa.cocoa.foundation.NSDictionary, org.rococoa.cocoa.foundation.NSURLRequest, org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.webkit.protocols.WebPolicyDecisionListener) instead 
org.rococoa.cocoa.foundation.categories.WebUIDelegate.webView_dragDestinationActionMaskForDraggingInfo(WebView, ID)
          use the safer method WebUIDelegate.webView_dragDestinationActionMaskForDraggingInfo(org.rococoa.cocoa.webkit.WebView, org.rococoa.cocoa.appkit.protocols.NSDraggingInfo) instead 
org.rococoa.cocoa.foundation.categories.WebUIDelegate.webView_runOpenPanelForFileButtonWithResultListener(WebView, ID)
          use the safer method WebUIDelegate.webView_runOpenPanelForFileButtonWithResultListener(org.rococoa.cocoa.webkit.WebView, org.rococoa.cocoa.webkit.protocols.WebOpenPanelResultListener) instead 
org.rococoa.cocoa.foundation.categories.WebUIDelegate.webView_validateUserInterfaceItem_defaultValidation(WebView, ID, boolean)
          use the safer method WebUIDelegate.webView_validateUserInterfaceItem_defaultValidation(org.rococoa.cocoa.webkit.WebView, org.rococoa.cocoa.appkit.protocols.NSValidatedUserInterfaceItem, boolean) instead 
org.rococoa.cocoa.foundation.categories.WebUIDelegate.webView_willPerformDragDestinationAction_forDraggingInfo(WebView, int, ID)
          use the safer method WebUIDelegate.webView_willPerformDragDestinationAction_forDraggingInfo(org.rococoa.cocoa.webkit.WebView, int, org.rococoa.cocoa.appkit.protocols.NSDraggingInfo) instead
 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.WideDivide(wide, int, IntByReference)
          use the safer method CarbonCoreLibrary.WideDivide(org.rococoa.cocoa.carboncore.wide, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.WideWideDivide(wide, int, IntByReference)
          use the safer method CarbonCoreLibrary.WideWideDivide(org.rococoa.cocoa.carboncore.wide, int, java.nio.IntBuffer) instead 
org.rococoa.cocoa.foundation.NSOutputStream.write_maxLength(ByteByReference, int)
          use the safer methods NSOutputStream.write_maxLength(byte[], int) and NSOutputStream.write_maxLength(java.nio.ByteBuffer, int) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.WritePartialResource(ByteByReference, NativeLong, Pointer, NativeLong)
          use the safer method CarbonCoreLibrary.WritePartialResource(java.nio.ByteBuffer, com.sun.jna.NativeLong, com.sun.jna.Pointer, com.sun.jna.NativeLong) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.WriteResource(ByteByReference)
          use the safer method CarbonCoreLibrary.WriteResource(java.nio.ByteBuffer) instead 
org.rococoa.cocoa.carboncore.CarbonCoreLibrary.x80told(Float80, DoubleByReference)
          use the safer method CarbonCoreLibrary.x80told(org.rococoa.cocoa.carboncore.Float80, java.nio.DoubleBuffer) instead 
org.rococoa.cocoa.foundation.NSCalendarDate.years_months_days_hours_minutes_seconds_sinceDate(IntByReference, IntByReference, IntByReference, IntByReference, IntByReference, IntByReference, NSCalendarDate)
          use the safer method NSCalendarDate.years_months_days_hours_minutes_seconds_sinceDate(java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSCalendarDate) instead