mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
afbeacef8b
commit
baf489409c
6 changed files with 150 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue