mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
warn if gnustep-config was not found.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27877 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fd763be6a6
commit
17136fe4d0
4 changed files with 37 additions and 13 deletions
|
@ -76,7 +76,12 @@ extern "C" {
|
|||
- (void) addPointer: (void*)pointer;
|
||||
|
||||
/** Inserts an item at the specified index causing all higher indexed
|
||||
* items to be adjusted upwards.
|
||||
* items to be adjusted upwards.<br />
|
||||
* WARNING ... the Apple documented (and implemented in MacOS-X 10.5)
|
||||
* behavior is to raise an exception if index is the same as the count of
|
||||
* items in the array. This is insane ... for arrays, data and strings you
|
||||
* can insert at the end of an object to append to it, so the behavior of
|
||||
* this class in MacOS is inconsistent and must be considered buggy.
|
||||
*/
|
||||
- (void) insertPointer: (void*)pointer atIndex: (NSUInteger)index;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue