Farious fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29513 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2010-02-08 17:52:36 +00:00
parent afbeacef8b
commit baf489409c
6 changed files with 150 additions and 25 deletions

View file

@ -72,6 +72,11 @@ extern "C" {
//Retrieving character information
- (NSUInteger) length;
/** Returns the string content of the receiver.<br />
* NB. this is actually a proxy to the internal content (which may change)
* so if you need an immutable instance yu should copy the returned value,
* not jhust retain it.
*/
- (NSString*) string; //Primitive method!
//Retrieving attribute information