mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Implement (and document) a MacOS-X compatibility behavior
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19909 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2ef86a582f
commit
0d8ec1ee0f
3 changed files with 13 additions and 2 deletions
|
@ -94,6 +94,8 @@
|
|||
* Only copies index values present in aRange and copies them in order.<br />
|
||||
* Returns the number of index values placed in aVuffer.<br />
|
||||
* Modifies aRange to start after the last index value copied.<br />
|
||||
* If aRange is a null pointer, this method attempts to get <em>all</em>
|
||||
* index values from the set (and of course no range can be returned in it).
|
||||
*/
|
||||
- (unsigned int) getIndexes: (unsigned int*)aBuffer
|
||||
maxCount: (unsigned int)aCount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue