mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-04 10:30:47 +00:00
improve comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40179 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
641dfec989
commit
6c388830da
1 changed files with 3 additions and 2 deletions
|
@ -404,8 +404,9 @@ DEFINE_BLOCK_TYPE(GSPredicateBlock, BOOL, GS_GENERIC_TYPE(ElementT),
|
||||||
usingComparator: (NSComparator)comparator;
|
usingComparator: (NSComparator)comparator;
|
||||||
#endif
|
#endif
|
||||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST)
|
#if OS_API_VERSION(MAC_OS_X_VERSION_10_8, GS_API_LATEST)
|
||||||
/**
|
/** Set method called by the compiler with array subscripting.<br />
|
||||||
* Set method called by the compiler with array subscripting.
|
* Replaces the object at anIndex or, if anIndex is the length of the array,
|
||||||
|
* this method appends abObject to the array.
|
||||||
*/
|
*/
|
||||||
- (void) setObject: (GS_GENERIC_TYPE(ElementT))anObject
|
- (void) setObject: (GS_GENERIC_TYPE(ElementT))anObject
|
||||||
atIndexedSubscript: (NSUInteger)anIndex;
|
atIndexedSubscript: (NSUInteger)anIndex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue