mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Minor URL modifications
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7912 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0289b26003
commit
7341fc3d79
5 changed files with 73 additions and 18 deletions
|
@ -51,6 +51,22 @@
|
|||
<sel>usingCache:</sel>
|
||||
<arg type="BOOL">shouldUseCache</arg>
|
||||
<desc>
|
||||
Loads the resource data for the specified URL.
|
||||
<p>
|
||||
If <em>shouldUseCache</em> is <code>YES</code> then an attempt
|
||||
will be made to locate a cached NSURLHandle to provide the
|
||||
resource data, otherwise a new handle will be created and
|
||||
cached.
|
||||
</p>
|
||||
<p>
|
||||
If the handle does not have the data available, it will be
|
||||
asked to load the data in the background by calling its
|
||||
loadInBackground method.
|
||||
</p>
|
||||
<p>
|
||||
The specified client (if non-nil) will be set up to recieve
|
||||
notifications of the progress fo the background load process.
|
||||
</p>
|
||||
</desc>
|
||||
</method>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue