org.rococoa.cocoa.foundation.categories
Interface NSDeprecated

All Superinterfaces:
ObjCObject

public interface NSDeprecated
extends ObjCObject

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSDeprecated._static_
           
 
Method Summary
 void getObjects(ObjCObject objects)
          This method is unsafe because it could potentially cause buffer overruns.
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

getObjects

void getObjects(ObjCObject objects)
This method is unsafe because it could potentially cause buffer overruns. You should use -getObjects:range: instead.
Original signature : -(void)getObjects:(id*)
from NSDeprecated native declaration : NSArray.h:107



Copyright © 2009. All Rights Reserved.