mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
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:
parent
e7db98165f
commit
ae54787ec6
12 changed files with 108 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue