mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
description tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6297 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e1b32b96e9
commit
df92ce66a7
14 changed files with 526 additions and 190 deletions
|
@ -595,7 +595,9 @@ static IMP msInitImp; /* designated initialiser for mutable */
|
|||
return [self initWithCStringNoCopy: buf length: length fromZone: z];
|
||||
}
|
||||
|
||||
- (void) descriptionTo: (id<GNUDescriptionDestination>)output
|
||||
- (void) descriptionWithLocale: (NSDictionary*)aLocale
|
||||
indent: (unsigned) level
|
||||
to: (id<GNUDescriptionDestination>)output
|
||||
{
|
||||
if (output == nil)
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue