Doc updates and minor fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2004-07-15 03:28:25 +00:00
parent 5c5d7bb400
commit 783f69bbd6
9 changed files with 100 additions and 82 deletions

View file

@ -879,13 +879,13 @@ selectCellWithString: (NSString*)title
_allowsOtherFileTypes = flag;
}
- (NSArray *) allowedFileTypes;
- (NSArray *) allowedFileTypes
{
// FIXME
return nil;
}
- (BOOL) allowsOtherFileTypes;
- (BOOL) allowsOtherFileTypes
{
return _allowsOtherFileTypes;
}