mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add documentation for -[NSArray objectsAtIndexes:]. Quick fix.
This commit is contained in:
parent
be38c72d44
commit
37b5491826
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ GS_EXPORT_CLASS
|
||||||
- (GS_GENERIC_TYPE(ElementT)) objectAtIndex: (NSUInteger)index;
|
- (GS_GENERIC_TYPE(ElementT)) objectAtIndex: (NSUInteger)index;
|
||||||
|
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
|
||||||
|
/**
|
||||||
|
* Returns array of objects at the indexes contained in NSIndexSet.
|
||||||
|
*/
|
||||||
- (GS_GENERIC_CLASS(NSArray, ElementT) *) objectsAtIndexes:
|
- (GS_GENERIC_CLASS(NSArray, ElementT) *) objectsAtIndexes:
|
||||||
(NSIndexSet *)indexes;
|
(NSIndexSet *)indexes;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue