mirror of
https://github.com/quelsolaar/MergeSource
synced 2025-02-08 11:08:41 -05:00
1188 lines
57 KiB
C
1188 lines
57 KiB
C
/*
|
|
This file has been automatically generated by the shimmer industries c-ocoa API generator
|
|
Thus, manual changes to this file will be lost if the file is re-generated.
|
|
*/
|
|
|
|
#ifndef SHIMMER_C_OCOA_NSARRAY_HEADER
|
|
#define SHIMMER_C_OCOA_NSARRAY_HEADER
|
|
|
|
typedef void* nsarray_t;
|
|
#include "c_ocoa_types.h"
|
|
|
|
// Signature from Objective-C Runtime: @ debugDescription @ :
|
|
nsobject_t nsarray_debugDescription( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ initWithContentsOfFile: @ : @
|
|
nsobject_t nsarray_initWithContentsOfFile( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ initWithContentsOfURL: @ : @
|
|
nsobject_t nsarray_initWithContentsOfURL( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: # classForCoder @ :
|
|
nsclass_t nsarray_classForCoder( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v encodeWithCoder: @ : @
|
|
void nsarray_encodeWithCoder( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ initWithCoder: @ : @
|
|
nsobject_t nsarray_initWithCoder( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setValue:forKey: @ : @ @
|
|
void nsarray_setValue( nsarray_t object, nsobject_t arg0, nsobject_t arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ replacementObjectForPortCoder: @ : @
|
|
nsobject_t nsarray_replacementObjectForPortCoder( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B writeToFile:atomically: @ : @ B
|
|
bool nsarray_writeToFile( nsarray_t object, nsobject_t arg0, bool arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ sortedArrayHint @ :
|
|
nsobject_t nsarray_sortedArrayHint( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ sortedArrayUsingSelector:hint: @ : : @
|
|
nsobject_t nsarray_sortedArrayUsingSelector( nsarray_t object, nsselector_t arg0, nsobject_t arg1 );
|
|
|
|
// Signature from Objective-C Runtime: B writeToURL:atomically: @ : @ B
|
|
bool nsarray_writeToURL( nsarray_t object, nsobject_t arg0, bool arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ valueForKey: @ : @
|
|
nsobject_t nsarray_valueForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ differenceFromArray:withOptions:usingEquivalenceTest: @ : @ Q @?
|
|
nsobject_t nsarray_differenceFromArray( nsarray_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ valueForKeyPath: @ : @
|
|
nsobject_t nsarray_valueForKeyPath( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v addObserver:forKeyPath:options:context: @ : @ @ Q ^v
|
|
void nsarray_addObserver( nsarray_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2, void* arg3 );
|
|
|
|
// Signature from Objective-C Runtime: v removeObserver:forKeyPath:context: @ : @ @ ^v
|
|
void nsarray_removeObserver( nsarray_t object, nsobject_t arg0, nsobject_t arg1, void* arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayByApplyingDifference: @ : @
|
|
nsobject_t nsarray_arrayByApplyingDifference( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ pathsMatchingExtensions: @ : @
|
|
nsobject_t nsarray_pathsMatchingExtensions( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ stringsByAppendingPathComponent: @ : @
|
|
nsobject_t nsarray_stringsByAppendingPathComponent( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ filteredArrayUsingPredicate: @ : @
|
|
nsobject_t nsarray_filteredArrayUsingPredicate( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ sortedArrayUsingDescriptors: @ : @
|
|
nsobject_t nsarray_sortedArrayUsingDescriptors( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_filter: @ : @?
|
|
nsobject_t nsarray_fp_filter( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_map: @ : @?
|
|
nsobject_t nsarray_fp_map( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_itemIDs @ :
|
|
nsobject_t nsarray_fp_itemIDs( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_shortDescriptionExpandingAtMost: @ : Q
|
|
nsobject_t nsarray_fp_shortDescriptionExpandingAtMost( nsarray_t object, unsigned long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_mapWithIndex: @ : @?
|
|
nsobject_t nsarray_fp_mapWithIndex( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_removingObjectsNotKindOfClasses: @ : @
|
|
nsobject_t nsarray_fp_removingObjectsNotKindOfClasses( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_categorize: @ : @?
|
|
nsobject_t nsarray_fp_categorize( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_pickItemsFromArray:correspondingToIndexesOfItemsInArray: @ : @ @
|
|
nsobject_t nsarray_fp_pickItemsFromArray( nsarray_t object, nsobject_t arg0, nsobject_t arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_itemIdentifiers @ :
|
|
nsobject_t nsarray_fp_itemIdentifiers( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @? fp_comparator @ :
|
|
nsobject_t* nsarray_fp_comparator( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: q fp_compareItem:toItem: @ : @ @
|
|
long long nsarray_fp_compareItem( nsarray_t object, nsobject_t arg0, nsobject_t arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ ui_arrayByRemovingLastObjectEqualTo: @ : @
|
|
nsobject_t nsarray_ui_arrayByRemovingLastObjectEqualTo( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ sh_allClassNames @ :
|
|
nsobject_t nsarray_sh_allClassNames( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ resourceStack @ :
|
|
nsobject_t nsarray_resourceStack( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ CA_interpolateValue:byFraction: @ : @ f
|
|
nsobject_t nsarray_CA_interpolateValue( nsarray_t object, nsobject_t arg0, float arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ CA_addValue:multipliedBy: @ : @ i
|
|
nsobject_t nsarray_CA_addValue( nsarray_t object, nsobject_t arg0, int arg1 );
|
|
|
|
// Signature from Objective-C Runtime: v encodeWithCAMLWriter: @ : @
|
|
void nsarray_encodeWithCAMLWriter( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ CA_interpolateValues:::interpolator: @ : @ @ @ r^{ValueInterpolator=ddddddddddddddB}
|
|
nsobject_t nsarray_CA_interpolateValues( nsarray_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, ValueInterpolator* arg3 );
|
|
|
|
// Signature from Objective-C Runtime: @ CAMLType @ :
|
|
nsobject_t nsarray_CAMLType( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v sqliteBind:index: @ : ^{sqlite3_stmt=} i
|
|
void nsarray_sqliteBind( nsarray_t object, sqlite3_stmt* arg0, int arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ doc_computeNewRankForIndex: @ : q
|
|
nsobject_t nsarray_doc_computeNewRankForIndex( nsarray_t object, long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ doc_ranksForInsertingBelowRank:count: @ : @ Q
|
|
nsobject_t nsarray_doc_ranksForInsertingBelowRank( nsarray_t object, nsobject_t arg0, unsigned long long arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ doc_ranksForInsertingBetweenHigherRank:lowerRank:count: @ : @ @ Q
|
|
nsobject_t nsarray_doc_ranksForInsertingBetweenHigherRank( nsarray_t object, nsobject_t arg0, nsobject_t arg1, unsigned long long arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ encodedDataAndReturnError: @ : ^@
|
|
nsobject_t nsarray_encodedDataAndReturnError( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: r* encodedBytesAndReturnLength:error: @ : ^Q ^@
|
|
char* nsarray_encodedBytesAndReturnLength( nsarray_t object, unsigned long long* arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ cuFilteredArrayUsingBlock: @ : @?
|
|
nsobject_t nsarray_cuFilteredArrayUsingBlock( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ un_nonEmptyCopy @ :
|
|
nsobject_t nsarray_un_nonEmptyCopy( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ un_safeArrayContainingClass: @ : #
|
|
nsobject_t nsarray_un_safeArrayContainingClass( nsarray_t object, nsclass_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ un_filter: @ : @?
|
|
nsobject_t nsarray_un_filter( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ un_map: @ : @?
|
|
nsobject_t nsarray_un_map( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v un_each: @ : @?
|
|
void nsarray_un_each( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ un_safeArrayContainingClasses: @ : @
|
|
nsobject_t nsarray_un_safeArrayContainingClasses( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v bs_each: @ : @?
|
|
void nsarray_bs_each( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_filter: @ : @?
|
|
nsobject_t nsarray_bs_filter( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_firstObjectPassingTest: @ : @?
|
|
nsobject_t nsarray_bs_firstObjectPassingTest( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B bs_containsObjectPassingTest: @ : @?
|
|
bool nsarray_bs_containsObjectPassingTest( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_map: @ : @?
|
|
nsobject_t nsarray_bs_map( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_compactMap: @ : @?
|
|
nsobject_t nsarray_bs_compactMap( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_reduce:block: @ : @ @?
|
|
nsobject_t nsarray_bs_reduce( nsarray_t object, nsobject_t arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_dictionaryByPartitioning: @ : @?
|
|
nsobject_t nsarray_bs_dictionaryByPartitioning( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_firstObjectOfClass: @ : #
|
|
nsobject_t nsarray_bs_firstObjectOfClass( nsarray_t object, nsclass_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_flatten @ :
|
|
nsobject_t nsarray_bs_flatten( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_differenceWithArray: @ : @
|
|
nsobject_t nsarray_bs_differenceWithArray( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v bs_enumerateObjectsOfClass:usingBlock: @ : # @?
|
|
void nsarray_bs_enumerateObjectsOfClass( nsarray_t object, nsclass_t arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_first: @ : Q
|
|
nsobject_t nsarray_bs_first( nsarray_t object, unsigned long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_firstObjectOfClassNamed: @ : @
|
|
nsobject_t nsarray_bs_firstObjectOfClassNamed( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_objectsOfClass: @ : #
|
|
nsobject_t nsarray_bs_objectsOfClass( nsarray_t object, nsclass_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_reverse @ :
|
|
nsobject_t nsarray_bs_reverse( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_mapNoNulls: @ : @?
|
|
nsobject_t nsarray_bs_mapNoNulls( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_flattenedDifferenceWithArray: @ : @
|
|
nsobject_t nsarray_bs_flattenedDifferenceWithArray( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ ax_filteredArrayUsingBlock: @ : @?
|
|
nsobject_t nsarray_ax_filteredArrayUsingBlock( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B ax_containsObjectUsingBlock: @ : @?
|
|
bool nsarray_ax_containsObjectUsingBlock( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ ax_mappedArrayUsingBlock: @ : @?
|
|
nsobject_t nsarray_ax_mappedArrayUsingBlock( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ ax_flatMappedArrayUsingBlock: @ : @?
|
|
nsobject_t nsarray_ax_flatMappedArrayUsingBlock( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ ax_arrayByRemovingDuplicates @ :
|
|
nsobject_t nsarray_ax_arrayByRemovingDuplicates( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ cutFirstObject @ :
|
|
nsobject_t nsarray_cutFirstObject( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ ac_filter: @ : @?
|
|
nsobject_t nsarray_ac_filter( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ ac_firstObjectPassingTest: @ : @?
|
|
nsobject_t nsarray_ac_firstObjectPassingTest( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ ac_map: @ : @?
|
|
nsobject_t nsarray_ac_map( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ ac_mapNullable: @ : @?
|
|
nsobject_t nsarray_ac_mapNullable( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ cat_map: @ : @?
|
|
nsobject_t nsarray_cat_map( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v cat_forEach: @ : @?
|
|
void nsarray_cat_forEach( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ cat_flatMapUsingBlock: @ : @?
|
|
nsobject_t nsarray_cat_flatMapUsingBlock( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B isEqual: @ : @
|
|
bool nsarray_isEqual( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: Q hash @ :
|
|
unsigned long long nsarray_hash( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ description @ :
|
|
nsobject_t nsarray_description( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ copyWithZone: @ : ^{_NSZone=}
|
|
nsobject_t nsarray_copyWithZone( nsarray_t object, _NSZone* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ mutableCopyWithZone: @ : ^{_NSZone=}
|
|
nsobject_t nsarray_mutableCopyWithZone( nsarray_t object, _NSZone* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: Q count @ :
|
|
unsigned long long nsarray_count( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ objectAtIndex: @ : Q
|
|
nsobject_t nsarray_objectAtIndex( nsarray_t object, unsigned long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ objectEnumerator @ :
|
|
nsobject_t nsarray_objectEnumerator( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v getObjects:range: @ : ^@ {_NSRange=QQ}
|
|
void nsarray_getObjects( nsarray_t object, nsobject_t* arg0, _NSRange arg1 );
|
|
|
|
// Signature from Objective-C Runtime: Q indexOfObject: @ : @
|
|
unsigned long long nsarray_indexOfObject( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v enumerateObjectsWithOptions:usingBlock: @ : Q @?
|
|
void nsarray_enumerateObjectsWithOptions( nsarray_t object, unsigned long long arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ allObjects @ :
|
|
nsobject_t nsarray_allObjects( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: Q countForObject: @ : @
|
|
unsigned long long nsarray_countForObject( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ initWithObjects:count: @ : r^@ Q
|
|
nsobject_t nsarray_initWithObjects( nsarray_t object, nsobject_t* arg0, unsigned long long arg1 );
|
|
|
|
// Signature from Objective-C Runtime: Q indexOfObjectIdenticalTo: @ : @
|
|
unsigned long long nsarray_indexOfObjectIdenticalTo( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ objectAtIndexedSubscript: @ : Q
|
|
nsobject_t nsarray_objectAtIndexedSubscript( nsarray_t object, unsigned long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ initWithArray:range:copyItems: @ : @ {_NSRange=QQ} B
|
|
nsobject_t nsarray_initWithArray( nsarray_t object, nsobject_t arg0, _NSRange arg1, bool arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ objectsAtIndexes: @ : @
|
|
nsobject_t nsarray_objectsAtIndexes( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ sortedArrayFromRange:options:usingComparator: @ : {_NSRange=QQ} Q @?
|
|
nsobject_t nsarray_sortedArrayFromRange( nsarray_t object, _NSRange arg0, unsigned long long arg1, nsobject_t* arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ initWithObject: @ : @
|
|
nsobject_t nsarray_initWithObject( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B containsObject: @ : @
|
|
bool nsarray_containsObject( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ initWithSet:copyItems: @ : @ B
|
|
nsobject_t nsarray_initWithSet( nsarray_t object, nsobject_t arg0, bool arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ descriptionWithLocale: @ : @
|
|
nsobject_t nsarray_descriptionWithLocale( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: Q indexOfObjectPassingTest: @ : @?
|
|
unsigned long long nsarray_indexOfObjectPassingTest( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ initWithOrderedSet: @ : @
|
|
nsobject_t nsarray_initWithOrderedSet( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v enumerateObjectsUsingBlock: @ : @?
|
|
void nsarray_enumerateObjectsUsingBlock( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ indexesOfObjectsAtIndexes:options:passingTest: @ : @ Q @?
|
|
nsobject_t nsarray_indexesOfObjectsAtIndexes( nsarray_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ indexesOfObjectsWithOptions:passingTest: @ : Q @?
|
|
nsobject_t nsarray_indexesOfObjectsWithOptions( nsarray_t object, unsigned long long arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: Q indexOfObjectWithOptions:passingTest: @ : Q @?
|
|
unsigned long long nsarray_indexOfObjectWithOptions( nsarray_t object, unsigned long long arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: B isEqualToArray: @ : @
|
|
bool nsarray_isEqualToArray( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: Q indexOfObjectAtIndexes:options:passingTest: @ : @ Q @?
|
|
unsigned long long nsarray_indexOfObjectAtIndexes( nsarray_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ objectWithOptions:passingTest: @ : Q @?
|
|
nsobject_t nsarray_objectWithOptions( nsarray_t object, unsigned long long arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ objectsWithOptions:passingTest: @ : Q @?
|
|
nsobject_t nsarray_objectsWithOptions( nsarray_t object, unsigned long long arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ sortedArrayWithOptions:usingComparator: @ : Q @?
|
|
nsobject_t nsarray_sortedArrayWithOptions( nsarray_t object, unsigned long long arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: B isNSArray__ @ :
|
|
bool nsarray_isNSArray__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ componentsJoinedByString: @ : @
|
|
nsobject_t nsarray_componentsJoinedByString( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B containsObjectIdenticalTo:inRange: @ : @ {_NSRange=QQ}
|
|
bool nsarray_containsObjectIdenticalTo( nsarray_t object, nsobject_t arg0, _NSRange arg1 );
|
|
|
|
// Signature from Objective-C Runtime: v enumerateObjectsAtIndexes:options:usingBlock: @ : @ Q @?
|
|
void nsarray_enumerateObjectsAtIndexes( nsarray_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ firstObject @ :
|
|
nsobject_t nsarray_firstObject( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ firstObjectCommonWithArray: @ : @
|
|
nsobject_t nsarray_firstObjectCommonWithArray( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ indexesOfObject:inRange: @ : @ {_NSRange=QQ}
|
|
nsobject_t nsarray_indexesOfObject( nsarray_t object, nsobject_t arg0, _NSRange arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ indexesOfObjectIdenticalTo:inRange: @ : @ {_NSRange=QQ}
|
|
nsobject_t nsarray_indexesOfObjectIdenticalTo( nsarray_t object, nsobject_t arg0, _NSRange arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ indexesOfObjectsPassingTest: @ : @?
|
|
nsobject_t nsarray_indexesOfObjectsPassingTest( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ lastObject @ :
|
|
nsobject_t nsarray_lastObject( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v makeObjectsPerformSelector: @ : :
|
|
void nsarray_makeObjectsPerformSelector( nsarray_t object, nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ objectAtIndexes:options:passingTest: @ : @ Q @?
|
|
nsobject_t nsarray_objectAtIndexes( nsarray_t object, nsobject_t arg0, unsigned long long arg1, nsobject_t* arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ objectPassingTest: @ : @?
|
|
nsobject_t nsarray_objectPassingTest( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ objectsPassingTest: @ : @?
|
|
nsobject_t nsarray_objectsPassingTest( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ reverseObjectEnumerator @ :
|
|
nsobject_t nsarray_reverseObjectEnumerator( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ reversedArray @ :
|
|
nsobject_t nsarray_reversedArray( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ sortedArrayUsingComparator: @ : @?
|
|
nsobject_t nsarray_sortedArrayUsingComparator( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ subarrayWithRange: @ : {_NSRange=QQ}
|
|
nsobject_t nsarray_subarrayWithRange( nsarray_t object, _NSRange arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayByAddingObject: @ : @
|
|
nsobject_t nsarray_arrayByAddingObject( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayByAddingObjectsFromArray: @ : @
|
|
nsobject_t nsarray_arrayByAddingObjectsFromArray( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayByApplyingSelector: @ : :
|
|
nsobject_t nsarray_arrayByApplyingSelector( nsarray_t object, nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayByExcludingObjectsInArray: @ : @
|
|
nsobject_t nsarray_arrayByExcludingObjectsInArray( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayByExcludingToObjectsInArray: @ : @
|
|
nsobject_t nsarray_arrayByExcludingToObjectsInArray( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ replacementObjectForCoder: @ : @
|
|
nsobject_t nsarray_replacementObjectForCoder( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ awakeAfterUsingCoder: @ : @
|
|
nsobject_t nsarray_awakeAfterUsingCoder( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B implementsSelector: @ : :
|
|
bool nsarray_implementsSelector( nsarray_t object, nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setObservationInfo: @ : ^v
|
|
void nsarray_setObservationInfo( nsarray_t object, void* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v willChangeValueForKey: @ : @
|
|
void nsarray_willChangeValueForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v didChangeValueForKey: @ : @
|
|
void nsarray_didChangeValueForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ replacementObjectForArchiver: @ : @
|
|
nsobject_t nsarray_replacementObjectForArchiver( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: # classForArchiver @ :
|
|
nsclass_t nsarray_classForArchiver( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: # classForKeyedArchiver @ :
|
|
nsclass_t nsarray_classForKeyedArchiver( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ replacementObjectForKeyedArchiver: @ : @
|
|
nsobject_t nsarray_replacementObjectForKeyedArchiver( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: ^{objc_method_description=:*} methodDescriptionForSelector: @ : :
|
|
objc_method_description* nsarray_methodDescriptionForSelector( nsarray_t object, nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ mutableArrayValueForKeyPath: @ : @
|
|
nsobject_t nsarray_mutableArrayValueForKeyPath( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ mutableOrderedSetValueForKeyPath: @ : @
|
|
nsobject_t nsarray_mutableOrderedSetValueForKeyPath( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ mutableSetValueForKeyPath: @ : @
|
|
nsobject_t nsarray_mutableSetValueForKeyPath( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v removeObservation: @ : @
|
|
void nsarray_removeObservation( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v receiveObservedValue: @ : @
|
|
void nsarray_receiveObservedValue( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v receiveObservedError: @ : @
|
|
void nsarray_receiveObservedError( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v finishObserving @ :
|
|
void nsarray_finishObserving( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v setObservation:forObservingKeyPath: @ : @ @
|
|
void nsarray_setObservation( nsarray_t object, nsobject_t arg0, nsobject_t arg1 );
|
|
|
|
// Signature from Objective-C Runtime: v observeValueForKeyPath:ofObject:change:context: @ : @ @ @ ^v
|
|
void nsarray_observeValueForKeyPath( nsarray_t object, nsobject_t arg0, nsobject_t arg1, nsobject_t arg2, void* arg3 );
|
|
|
|
// Signature from Objective-C Runtime: @ addChainedObservers: @ : @
|
|
nsobject_t nsarray_addChainedObservers( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ addObserverBlock: @ : @?
|
|
nsobject_t nsarray_addObserverBlock( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ addObservationTransformer: @ : @?
|
|
nsobject_t nsarray_addObservationTransformer( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ valueForUndefinedKey: @ : @
|
|
nsobject_t nsarray_valueForUndefinedKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setNilValueForKey: @ : @
|
|
void nsarray_setNilValueForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ mutableArrayValueForKey: @ : @
|
|
nsobject_t nsarray_mutableArrayValueForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ mutableOrderedSetValueForKey: @ : @
|
|
nsobject_t nsarray_mutableOrderedSetValueForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ mutableSetValueForKey: @ : @
|
|
nsobject_t nsarray_mutableSetValueForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ dictionaryWithValuesForKeys: @ : @
|
|
nsobject_t nsarray_dictionaryWithValuesForKeys( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setValuesForKeysWithDictionary: @ : @
|
|
void nsarray_setValuesForKeysWithDictionary( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v willChange:valuesAtIndexes:forKey: @ : Q @ @
|
|
void nsarray_willChange( nsarray_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 );
|
|
|
|
// Signature from Objective-C Runtime: v didChange:valuesAtIndexes:forKey: @ : Q @ @
|
|
void nsarray_didChange( nsarray_t object, unsigned long long arg0, nsobject_t arg1, nsobject_t arg2 );
|
|
|
|
// Signature from Objective-C Runtime: ^v observationInfo @ :
|
|
void* nsarray_observationInfo( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ autoContentAccessingProxy @ :
|
|
nsobject_t nsarray_autoContentAccessingProxy( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: # classForPortCoder @ :
|
|
nsclass_t nsarray_classForPortCoder( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v performSelector:withObject:afterDelay:inModes: @ : : @ d @
|
|
void nsarray_performSelector( nsarray_t object, nsselector_t arg0, nsobject_t arg1, double arg2, nsobject_t arg3 );
|
|
|
|
// Signature from Objective-C Runtime: v performSelectorOnMainThread:withObject:waitUntilDone:modes: @ : : @ B @
|
|
void nsarray_performSelectorOnMainThread( nsarray_t object, nsselector_t arg0, nsobject_t arg1, bool arg2, nsobject_t arg3 );
|
|
|
|
// Signature from Objective-C Runtime: v performSelectorInBackground:withObject: @ : : @
|
|
void nsarray_performSelectorInBackground( nsarray_t object, nsselector_t arg0, nsobject_t arg1 );
|
|
|
|
// Signature from Objective-C Runtime: B isNSDate__ @ :
|
|
bool nsarray_isNSDate__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSString__ @ :
|
|
bool nsarray_isNSString__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSCFConstantString__ @ :
|
|
bool nsarray_isNSCFConstantString__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSNumber__ @ :
|
|
bool nsarray_isNSNumber__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSDictionary__ @ :
|
|
bool nsarray_isNSDictionary__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSData__ @ :
|
|
bool nsarray_isNSData__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSObject__ @ :
|
|
bool nsarray_isNSObject__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSOrderedSet__ @ :
|
|
bool nsarray_isNSOrderedSet__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSSet__ @ :
|
|
bool nsarray_isNSSet__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSTimeZone__ @ :
|
|
bool nsarray_isNSTimeZone__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isNSValue__ @ :
|
|
bool nsarray_isNSValue__( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v doesNotRecognizeSelector: @ : :
|
|
void nsarray_doesNotRecognizeSelector( nsarray_t object, nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ methodSignatureForSelector: @ : :
|
|
nsobject_t nsarray_methodSignatureForSelector( nsarray_t object, nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ className @ :
|
|
nsobject_t nsarray_className( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityLabel @ :
|
|
nsobject_t nsarray_accessibilityLabel( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityLabel: @ : @
|
|
void nsarray_setAccessibilityLabel( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityIdentifier: @ : @
|
|
void nsarray_setAccessibilityIdentifier( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: {CGRect={CGPoint=dd}{CGSize=dd}} accessibilityFrame @ :
|
|
CGRect nsarray_accessibilityFrame( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedAccessibilityViewIsModal @ :
|
|
nsobject_t nsarray_storedAccessibilityViewIsModal( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedAccessibilityElementsHidden @ :
|
|
nsobject_t nsarray_storedAccessibilityElementsHidden( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedShouldGroupAccessibilityChildren @ :
|
|
nsobject_t nsarray_storedShouldGroupAccessibilityChildren( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedAccessibilityNavigationStyle @ :
|
|
nsobject_t nsarray_storedAccessibilityNavigationStyle( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedAccessibilityRespondsToUserInteraction @ :
|
|
nsobject_t nsarray_storedAccessibilityRespondsToUserInteraction( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityAttributedLabel @ :
|
|
nsobject_t nsarray_accessibilityAttributedLabel( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityValue @ :
|
|
nsobject_t nsarray_accessibilityValue( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityAttributedValue @ :
|
|
nsobject_t nsarray_accessibilityAttributedValue( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityHint @ :
|
|
nsobject_t nsarray_accessibilityHint( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityAttributedHint @ :
|
|
nsobject_t nsarray_accessibilityAttributedHint( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: {CGPoint=dd} accessibilityActivationPoint @ :
|
|
CGPoint nsarray_accessibilityActivationPoint( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: Q accessibilityTraits @ :
|
|
unsigned long long nsarray_accessibilityTraits( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isAccessibilityElement @ :
|
|
bool nsarray_isAccessibilityElement( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityContainer @ :
|
|
nsobject_t nsarray_accessibilityContainer( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityLanguage @ :
|
|
nsobject_t nsarray_accessibilityLanguage( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityPath @ :
|
|
nsobject_t nsarray_accessibilityPath( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B accessibilityViewIsModal @ :
|
|
bool nsarray_accessibilityViewIsModal( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B accessibilityElementsHidden @ :
|
|
bool nsarray_accessibilityElementsHidden( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B shouldGroupAccessibilityChildren @ :
|
|
bool nsarray_shouldGroupAccessibilityChildren( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: q accessibilityNavigationStyle @ :
|
|
long long nsarray_accessibilityNavigationStyle( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B accessibilityRespondsToUserInteraction @ :
|
|
bool nsarray_accessibilityRespondsToUserInteraction( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityUserInputLabels @ :
|
|
nsobject_t nsarray_accessibilityUserInputLabels( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityAttributedUserInputLabels @ :
|
|
nsobject_t nsarray_accessibilityAttributedUserInputLabels( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedAccessibilityIdentifier @ :
|
|
nsobject_t nsarray_storedAccessibilityIdentifier( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedAccessibilityTraits @ :
|
|
nsobject_t nsarray_storedAccessibilityTraits( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedIsAccessibilityElement @ :
|
|
nsobject_t nsarray_storedIsAccessibilityElement( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedAccessibilityFrame @ :
|
|
nsobject_t nsarray_storedAccessibilityFrame( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedAccessibilityActivationPoint @ :
|
|
nsobject_t nsarray_storedAccessibilityActivationPoint( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityHeaderElements @ :
|
|
nsobject_t nsarray_accessibilityHeaderElements( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityElementsHidden: @ : B
|
|
void nsarray_setAccessibilityElementsHidden( nsarray_t object, bool arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityViewIsModal: @ : B
|
|
void nsarray_setAccessibilityViewIsModal( nsarray_t object, bool arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityAttributedLabel: @ : @
|
|
void nsarray_setAccessibilityAttributedLabel( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityValue: @ : @
|
|
void nsarray_setAccessibilityValue( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityAttributedValue: @ : @
|
|
void nsarray_setAccessibilityAttributedValue( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityHint: @ : @
|
|
void nsarray_setAccessibilityHint( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityAttributedHint: @ : @
|
|
void nsarray_setAccessibilityAttributedHint( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityFrame: @ : {CGRect={CGPoint=dd}{CGSize=dd}}
|
|
void nsarray_setAccessibilityFrame( nsarray_t object, CGRect arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityPath: @ : @
|
|
void nsarray_setAccessibilityPath( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityActivationPoint: @ : {CGPoint=dd}
|
|
void nsarray_setAccessibilityActivationPoint( nsarray_t object, CGPoint arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityTraits: @ : Q
|
|
void nsarray_setAccessibilityTraits( nsarray_t object, unsigned long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setIsAccessibilityElement: @ : B
|
|
void nsarray_setIsAccessibilityElement( nsarray_t object, bool arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityContainer: @ : @
|
|
void nsarray_setAccessibilityContainer( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityLanguage: @ : @
|
|
void nsarray_setAccessibilityLanguage( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setShouldGroupAccessibilityChildren: @ : B
|
|
void nsarray_setShouldGroupAccessibilityChildren( nsarray_t object, bool arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityNavigationStyle: @ : q
|
|
void nsarray_setAccessibilityNavigationStyle( nsarray_t object, long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityRespondsToUserInteraction: @ : B
|
|
void nsarray_setAccessibilityRespondsToUserInteraction( nsarray_t object, bool arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityUserInputLabels: @ : @
|
|
void nsarray_setAccessibilityUserInputLabels( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityAttributedUserInputLabels: @ : @
|
|
void nsarray_setAccessibilityAttributedUserInputLabels( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityTextualContext @ :
|
|
nsobject_t nsarray_accessibilityTextualContext( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityTextualContext: @ : @
|
|
void nsarray_setAccessibilityTextualContext( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityHeaderElements: @ : @
|
|
void nsarray_setAccessibilityHeaderElements( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v accessibilityElementDidBecomeFocused @ :
|
|
void nsarray_accessibilityElementDidBecomeFocused( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v accessibilityElementDidLoseFocus @ :
|
|
void nsarray_accessibilityElementDidLoseFocus( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B accessibilityElementIsFocused @ :
|
|
bool nsarray_accessibilityElementIsFocused( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityAssistiveTechnologyFocusedIdentifiers @ :
|
|
nsobject_t nsarray_accessibilityAssistiveTechnologyFocusedIdentifiers( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v accessibilityIncrement @ :
|
|
void nsarray_accessibilityIncrement( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v accessibilityDecrement @ :
|
|
void nsarray_accessibilityDecrement( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B accessibilityScroll: @ : q
|
|
bool nsarray_accessibilityScroll( nsarray_t object, long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B accessibilityPerformEscape @ :
|
|
bool nsarray_accessibilityPerformEscape( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B accessibilityPerformMagicTap @ :
|
|
bool nsarray_accessibilityPerformMagicTap( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B accessibilityActivate @ :
|
|
bool nsarray_accessibilityActivate( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityCustomActions: @ : @
|
|
void nsarray_setAccessibilityCustomActions( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityCustomActions @ :
|
|
nsobject_t nsarray_accessibilityCustomActions( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityIdentification @ :
|
|
nsobject_t nsarray_accessibilityIdentification( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v accessibilitySetIdentification: @ : @
|
|
void nsarray_accessibilitySetIdentification( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityIdentifier @ :
|
|
nsobject_t nsarray_accessibilityIdentifier( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: Q defaultAccessibilityTraits @ :
|
|
unsigned long long nsarray_defaultAccessibilityTraits( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isAccessibilityElementByDefault @ :
|
|
bool nsarray_isAccessibilityElementByDefault( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isElementAccessibilityExposedToInterfaceBuilder @ :
|
|
bool nsarray_isElementAccessibilityExposedToInterfaceBuilder( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityLocalizedStringKey @ :
|
|
nsobject_t nsarray_accessibilityLocalizedStringKey( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityDragSourceDescriptors: @ : @
|
|
void nsarray_setAccessibilityDragSourceDescriptors( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityDragSourceDescriptors @ :
|
|
nsobject_t nsarray_accessibilityDragSourceDescriptors( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityDropPointDescriptors: @ : @
|
|
void nsarray_setAccessibilityDropPointDescriptors( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityDropPointDescriptors @ :
|
|
nsobject_t nsarray_accessibilityDropPointDescriptors( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ storedAccessibilityContainerType @ :
|
|
nsobject_t nsarray_storedAccessibilityContainerType( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: q accessibilityElementCount @ :
|
|
long long nsarray_accessibilityElementCount( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityElementAtIndex: @ : q
|
|
nsobject_t nsarray_accessibilityElementAtIndex( nsarray_t object, long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: q indexOfAccessibilityElement: @ : @
|
|
long long nsarray_indexOfAccessibilityElement( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityElements @ :
|
|
nsobject_t nsarray_accessibilityElements( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityElements: @ : @
|
|
void nsarray_setAccessibilityElements( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: q accessibilityContainerType @ :
|
|
long long nsarray_accessibilityContainerType( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityContainerType: @ : q
|
|
void nsarray_setAccessibilityContainerType( nsarray_t object, long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setAccessibilityCustomRotors: @ : @
|
|
void nsarray_setAccessibilityCustomRotors( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ accessibilityCustomRotors @ :
|
|
nsobject_t nsarray_accessibilityCustomRotors( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ uiPresentationManager @ :
|
|
nsobject_t nsarray_uiPresentationManager( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v awakeFromNib @ :
|
|
void nsarray_awakeFromNib( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B conformsToProtocolCached: @ : @
|
|
bool nsarray_conformsToProtocolCached( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v prepareForInterfaceBuilder @ :
|
|
void nsarray_prepareForInterfaceBuilder( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: d CA_distanceToValue: @ : @
|
|
double nsarray_CA_distanceToValue( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: ^{Object=^^?{Atomic={?=i}}I} CA_copyRenderValueWithColorspace: @ : ^{CGColorSpace=}
|
|
Object* nsarray_CA_copyRenderValueWithColorspace( nsarray_t object, CGColorSpace* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: ^{Object=^^?{Atomic={?=i}}I} CA_copyRenderValue @ :
|
|
Object* nsarray_CA_copyRenderValue( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B CAMLTypeSupportedForKey: @ : @
|
|
bool nsarray_CAMLTypeSupportedForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ CAMLTypeForKey: @ : @
|
|
nsobject_t nsarray_CAMLTypeForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B CA_validateValue:forKey: @ : @ @
|
|
bool nsarray_CA_validateValue( nsarray_t object, nsobject_t arg0, nsobject_t arg1 );
|
|
|
|
// Signature from Objective-C Runtime: v CA_prepareRenderValue @ :
|
|
void nsarray_CA_prepareRenderValue( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ CA_archivingValueForKey: @ : @
|
|
nsobject_t nsarray_CA_archivingValueForKey( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ CA_roundToIntegerFromValue: @ : @
|
|
nsobject_t nsarray_CA_roundToIntegerFromValue( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ initFromPQLResultSet:error: @ : @ ^@
|
|
nsobject_t nsarray_initFromPQLResultSet( nsarray_t object, nsobject_t arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: B supportsRBSXPCSecureCoding @ :
|
|
bool nsarray_supportsRBSXPCSecureCoding( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B RBSIsXPCObject @ :
|
|
bool nsarray_RBSIsXPCObject( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ NSRepresentation @ :
|
|
nsobject_t nsarray_NSRepresentation( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ pep_onMainThread @ :
|
|
nsobject_t nsarray_pep_onMainThread( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ pep_onThread: @ : @
|
|
nsobject_t nsarray_pep_onThread( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ pep_onOperationQueue:priority: @ : @ q
|
|
nsobject_t nsarray_pep_onOperationQueue( nsarray_t object, nsobject_t arg0, long long arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ pep_onMainThreadIfNecessary @ :
|
|
nsobject_t nsarray_pep_onMainThreadIfNecessary( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ pep_afterDelay: @ : d
|
|
nsobject_t nsarray_pep_afterDelay( nsarray_t object, double arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ pep_getInvocation: @ : ^@
|
|
nsobject_t nsarray_pep_getInvocation( nsarray_t object, nsobject_t* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ stringValueSafe: @ : ^i
|
|
nsobject_t nsarray_stringValueSafe( nsarray_t object, int* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: r* utf8ValueSafe: @ : ^i
|
|
char* nsarray_utf8ValueSafe( nsarray_t object, int* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B boolValueSafe @ :
|
|
bool nsarray_boolValueSafe( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: q int64ValueSafe @ :
|
|
long long nsarray_int64ValueSafe( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: d doubleValueSafe @ :
|
|
double nsarray_doubleValueSafe( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B un_safeBoolValue @ :
|
|
bool nsarray_un_safeBoolValue( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B supportsBSXPCSecureCoding @ :
|
|
bool nsarray_supportsBSXPCSecureCoding( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B bs_isPlistableType @ :
|
|
bool nsarray_bs_isPlistableType( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_secureEncoded @ :
|
|
nsobject_t nsarray_bs_secureEncoded( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_encoded @ :
|
|
nsobject_t nsarray_bs_encoded( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v releaseOnMainThread @ :
|
|
void nsarray_releaseOnMainThread( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isProxy @ :
|
|
bool nsarray_isProxy( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: Q retainCount @ :
|
|
unsigned long long nsarray_retainCount( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v dealloc @ :
|
|
void nsarray_dealloc( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: # class @ :
|
|
nsclass_t nsarray_class( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ self @ :
|
|
nsobject_t nsarray_self( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isKindOfClass: @ : #
|
|
bool nsarray_isKindOfClass( nsarray_t object, nsclass_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B isMemberOfClass: @ : #
|
|
bool nsarray_isMemberOfClass( nsarray_t object, nsclass_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B conformsToProtocol: @ : @
|
|
bool nsarray_conformsToProtocol( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B respondsToSelector: @ : :
|
|
bool nsarray_respondsToSelector( nsarray_t object, nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ retain @ :
|
|
nsobject_t nsarray_retain( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ autorelease @ :
|
|
nsobject_t nsarray_autorelease( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: ^{_NSZone=} zone @ :
|
|
_NSZone* nsarray_zone( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: # superclass @ :
|
|
nsclass_t nsarray_superclass( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ init @ :
|
|
nsobject_t nsarray_init( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B retainWeakReference @ :
|
|
bool nsarray_retainWeakReference( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B allowsWeakReference @ :
|
|
bool nsarray_allowsWeakReference( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ copy @ :
|
|
nsobject_t nsarray_copy( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v finalize @ :
|
|
void nsarray_finalize( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: B isFault @ :
|
|
bool nsarray_isFault( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: v forwardInvocation: @ : @
|
|
void nsarray_forwardInvocation( nsarray_t object, nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ forwardingTargetForSelector: @ : :
|
|
nsobject_t nsarray_forwardingTargetForSelector( nsarray_t object, nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ mutableCopy @ :
|
|
nsobject_t nsarray_mutableCopy( nsarray_t object );
|
|
|
|
// Signature from Objective-C Runtime: @ newWithContentsOf:immutable: @ : @ B
|
|
nsobject_t nsarray_newWithContentsOf( nsobject_t arg0, bool arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayWithContentsOfFile: @ : @
|
|
nsobject_t nsarray_arrayWithContentsOfFile( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayWithContentsOfURL: @ : @
|
|
nsobject_t nsarray_arrayWithContentsOfURL( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_sortDescriptorByDisplayName @ :
|
|
nsobject_t nsarray_fp_sortDescriptorByDisplayName( );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_sortDescriptorByModifiedDateDescending @ :
|
|
nsobject_t nsarray_fp_sortDescriptorByModifiedDateDescending( );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_sortDescriptorByLastUsedDate @ :
|
|
nsobject_t nsarray_fp_sortDescriptorByLastUsedDate( );
|
|
|
|
// Signature from Objective-C Runtime: @ fp_sortDescriptorByDocumentSize @ :
|
|
nsobject_t nsarray_fp_sortDescriptorByDocumentSize( );
|
|
|
|
// Signature from Objective-C Runtime: @ ui_arrayByCompactingArray: @ : @
|
|
nsobject_t nsarray_ui_arrayByCompactingArray( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayByFilteringLaunchProhibitedAppsFrom: @ : @
|
|
nsobject_t nsarray_arrayByFilteringLaunchProhibitedAppsFrom( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ createWithBytesNoCopy:length:error: @ : ^v Q ^@
|
|
nsobject_t nsarray_createWithBytesNoCopy( void* arg0, unsigned long long arg1, nsobject_t* arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ cat_arrayFromIndexSet: @ : @
|
|
nsobject_t nsarray_cat_arrayFromIndexSet( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayWithValues:inBlock: @ : @ @?
|
|
nsobject_t nsarray_arrayWithValues( nsobject_t arg0, nsobject_t* arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ allocWithZone: @ : ^{_NSZone=}
|
|
nsobject_t nsarray_allocWithZone( _NSZone* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B supportsSecureCoding @ :
|
|
bool nsarray_supportsSecureCoding( );
|
|
|
|
// Signature from Objective-C Runtime: @ array @ :
|
|
nsobject_t nsarray_array( );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayWithObjects:count: @ : r^@ Q
|
|
nsobject_t nsarray_arrayWithObjects( nsobject_t* arg0, unsigned long long arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayWithObject: @ : @
|
|
nsobject_t nsarray_arrayWithObject( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ newArrayWithObjects:count: @ : r^@ Q
|
|
nsobject_t nsarray_newArrayWithObjects( nsobject_t* arg0, unsigned long long arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayWithArray:range:copyItems: @ : @ {_NSRange=QQ} B
|
|
nsobject_t nsarray_arrayWithArray( nsobject_t arg0, _NSRange arg1, bool arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayWithOrderedSet:range:copyItems: @ : @ {_NSRange=QQ} B
|
|
nsobject_t nsarray_arrayWithOrderedSet( nsobject_t arg0, _NSRange arg1, bool arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ arrayWithSet:copyItems: @ : @ B
|
|
nsobject_t nsarray_arrayWithSet( nsobject_t arg0, bool arg1 );
|
|
|
|
// Signature from Objective-C Runtime: v load @ :
|
|
void nsarray_load( );
|
|
|
|
// Signature from Objective-C Runtime: q version @ :
|
|
long long nsarray_version( );
|
|
|
|
// Signature from Objective-C Runtime: B instancesImplementSelector: @ : :
|
|
bool nsarray_instancesImplementSelector( nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setVersion: @ : q
|
|
void nsarray_setVersion( long long arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B automaticallyNotifiesObserversForKey: @ : @
|
|
bool nsarray_automaticallyNotifiesObserversForKey( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: ^{objc_method_description=:*} instanceMethodDescriptionForSelector: @ : :
|
|
objc_method_description* nsarray_instanceMethodDescriptionForSelector( nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B accessInstanceVariablesDirectly @ :
|
|
bool nsarray_accessInstanceVariablesDirectly( );
|
|
|
|
// Signature from Objective-C Runtime: @ keyPathsForValuesAffectingValueForKey: @ : @
|
|
nsobject_t nsarray_keyPathsForValuesAffectingValueForKey( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v setKeys:triggerChangeNotificationsForDependentKey: @ : @ @
|
|
void nsarray_setKeys( nsobject_t arg0, nsobject_t arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ classFallbacksForKeyedArchiver @ :
|
|
nsobject_t nsarray_classFallbacksForKeyedArchiver( );
|
|
|
|
// Signature from Objective-C Runtime: # classForKeyedUnarchiver @ :
|
|
nsclass_t nsarray_classForKeyedUnarchiver( );
|
|
|
|
// Signature from Objective-C Runtime: v cancelPreviousPerformRequestsWithTarget:selector:object: @ : @ : @
|
|
void nsarray_cancelPreviousPerformRequestsWithTarget( nsobject_t arg0, nsselector_t arg1, nsobject_t arg2 );
|
|
|
|
// Signature from Objective-C Runtime: @ instanceMethodSignatureForSelector: @ : :
|
|
nsobject_t nsarray_instanceMethodSignatureForSelector( nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ SFSQLiteClassName @ :
|
|
nsobject_t nsarray_SFSQLiteClassName( );
|
|
|
|
// Signature from Objective-C Runtime: B CA_automaticallyNotifiesObservers: @ : #
|
|
bool nsarray_CA_automaticallyNotifiesObservers( nsclass_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B CA_encodesPropertyConditionally:type: @ : I i
|
|
bool nsarray_CA_encodesPropertyConditionally( unsigned int arg0, int arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ CA_CAMLPropertyForKey: @ : @
|
|
nsobject_t nsarray_CA_CAMLPropertyForKey( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B isSelectorExcludedFromWebScript: @ : :
|
|
bool nsarray_isSelectorExcludedFromWebScript( nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B isKeyExcludedFromWebScript: @ : r*
|
|
bool nsarray_isKeyExcludedFromWebScript( char* arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_secureDecodedFromData: @ : @
|
|
nsobject_t nsarray_bs_secureDecodedFromData( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_secureDataFromObject: @ : @
|
|
nsobject_t nsarray_bs_secureDataFromObject( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_secureObjectFromData:ofClass: @ : @ #
|
|
nsobject_t nsarray_bs_secureObjectFromData( nsobject_t arg0, nsclass_t arg1 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_dataFromObject: @ : @
|
|
nsobject_t nsarray_bs_dataFromObject( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_objectFromData: @ : @
|
|
nsobject_t nsarray_bs_objectFromData( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ bs_decodedFromData: @ : @
|
|
nsobject_t nsarray_bs_decodedFromData( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: v initialize @ :
|
|
void nsarray_initialize( );
|
|
|
|
// Signature from Objective-C Runtime: @ new @ :
|
|
nsobject_t nsarray_new( );
|
|
|
|
// Signature from Objective-C Runtime: B resolveInstanceMethod: @ : :
|
|
bool nsarray_resolveInstanceMethod( nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B resolveClassMethod: @ : :
|
|
bool nsarray_resolveClassMethod( nsselector_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: @ alloc @ :
|
|
nsarray_t nsarray_alloc( );
|
|
|
|
// Signature from Objective-C Runtime: B isSubclassOfClass: @ : #
|
|
bool nsarray_isSubclassOfClass( nsclass_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B isAncestorOfObject: @ : @
|
|
bool nsarray_isAncestorOfObject( nsobject_t arg0 );
|
|
|
|
// Signature from Objective-C Runtime: B instancesRespondToSelector: @ : :
|
|
bool nsarray_instancesRespondToSelector( nsselector_t arg0 );
|
|
|
|
#endif |