mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +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
|
@ -86,25 +86,25 @@ GS_EXPORT NSString* const NSURLFileScheme;
|
|||
|
||||
@interface NSObject (NSURLClient)
|
||||
|
||||
/**
|
||||
/** <override-dummy />
|
||||
* Some data has become available. Note that this does not mean that all data
|
||||
* has become available, only that a chunk of data has arrived.
|
||||
*/
|
||||
- (void) URL: (NSURL*)sender
|
||||
resourceDataDidBecomeAvailable: (NSData*)newBytes;
|
||||
|
||||
/**
|
||||
/** <override-dummy />
|
||||
* Loading of resource data is complete.
|
||||
*/
|
||||
- (void) URLResourceDidFinishLoading: (NSURL*)sender;
|
||||
|
||||
/**
|
||||
/** <override-dummy />
|
||||
* Loading of resource data was cancelled by programmatic request
|
||||
* (not an error).
|
||||
*/
|
||||
- (void) URLResourceDidCancelLoading: (NSURL*)sender;
|
||||
|
||||
/**
|
||||
/** <override-dummy />
|
||||
* Loading of resource data has failed, for given human-readable reason.
|
||||
*/
|
||||
- (void) URL: (NSURL*)sender
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue