mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Clean compilation with GSIArray backing concrete class
This commit is contained in:
parent
52e87bce81
commit
c4345dc19a
3 changed files with 81 additions and 126 deletions
|
@ -177,7 +177,7 @@ extern "C" {
|
|||
- (void)setObject:(GS_GENERIC_TYPE(ElementT))object atIndexedSubscript:(NSUInteger)index;
|
||||
- (void)insertObjects:(GS_GENERIC_CLASS(NSArray, ElementT)*)array atIndexes:(NSIndexSet *)indexes;
|
||||
- (void)removeObject:(GS_GENERIC_TYPE(ElementT))object;
|
||||
- (void)removeObjectAtIndex:(NSUInteger)integer;
|
||||
- (void)removeObjectAtIndex:(NSUInteger)index;
|
||||
- (void)removeObjectsAtIndexes:(NSIndexSet *)indexes;
|
||||
- (void)removeObjectsInArray:(GS_GENERIC_CLASS(NSArray, ElementT)*)otherArray;
|
||||
- (void)removeObjectsInRange:(NSRange)range;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue