cocoa.runtime: remove bindings to obsolete objc runtime functions
parent
5ce32b35a7
commit
9b23085c95
|
@ -62,10 +62,6 @@ FUNCTION: char class_addProtocol ( Class class, Protocol protocol ) ;
|
||||||
|
|
||||||
FUNCTION: uint method_getNumberOfArguments ( Method method ) ;
|
FUNCTION: uint method_getNumberOfArguments ( Method method ) ;
|
||||||
|
|
||||||
FUNCTION: uint method_getSizeOfArguments ( Method method ) ;
|
|
||||||
|
|
||||||
FUNCTION: uint method_getArgumentInfo ( Method method, int argIndex, c-string* type, int* offset ) ;
|
|
||||||
|
|
||||||
FUNCTION: void* method_copyReturnType ( Method method ) ;
|
FUNCTION: void* method_copyReturnType ( Method method ) ;
|
||||||
|
|
||||||
FUNCTION: void* method_copyArgumentType ( Method method, uint index ) ;
|
FUNCTION: void* method_copyArgumentType ( Method method, uint index ) ;
|
||||||
|
|
Loading…
Reference in New Issue