Updates for 1.19.2 release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@28540 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-08-25 11:13:00 +00:00
parent e7db98165f
commit ae54787ec6
12 changed files with 108 additions and 14 deletions

View file

@ -105,10 +105,11 @@ extern "C" {
/**
* Sets the path to which the file is downloaded.<br />
* May be called (once only) after initialisation of the receiver or when the
* delegate receives a -decideDestinationWithSuggestedFilename: message.<br />
* delegate receives a -download:decideDestinationWithSuggestedFilename:
* message.<br />
* Appends a number to the filename if allowOverwrite is NO and a file
* already exists at path.<br />
* See -didCreateDestination: also.
* See -download:didCreateDestination: also.
*/
- (void) setDestination: (NSString *)path allowOverwrite: (BOOL)allowOverwrite;