mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22112 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
db6991f52b
commit
fa19407f5a
32 changed files with 307 additions and 216 deletions
|
@ -3470,7 +3470,7 @@ handle_printf_atsign (FILE *stream,
|
|||
static NSFileManager *fm = nil;
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
- (const unichar*) fileSystemRepresentation
|
||||
- (const GSNativeChar*) fileSystemRepresentation
|
||||
{
|
||||
if (fm == nil)
|
||||
{
|
||||
|
@ -3479,7 +3479,7 @@ static NSFileManager *fm = nil;
|
|||
return [fm fileSystemRepresentationWithPath: self];
|
||||
}
|
||||
|
||||
- (BOOL) getFileSystemRepresentation: (unichar*)buffer
|
||||
- (BOOL) getFileSystemRepresentation: (GSNativeChar*)buffer
|
||||
maxLength: (unsigned int)size
|
||||
{
|
||||
const unichar *ptr;
|
||||
|
@ -3511,7 +3511,7 @@ static NSFileManager *fm = nil;
|
|||
return YES;
|
||||
}
|
||||
#else
|
||||
- (const char*) fileSystemRepresentation
|
||||
- (const GSNativeChar*) fileSystemRepresentation
|
||||
{
|
||||
if (fm == nil)
|
||||
{
|
||||
|
@ -3520,7 +3520,7 @@ static NSFileManager *fm = nil;
|
|||
return [fm fileSystemRepresentationWithPath: self];
|
||||
}
|
||||
|
||||
- (BOOL) getFileSystemRepresentation: (char*)buffer
|
||||
- (BOOL) getFileSystemRepresentation: (GSNativeChar*)buffer
|
||||
maxLength: (unsigned int)size
|
||||
{
|
||||
const char* ptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue