mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Add some 10.6 URL errors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38994 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8877afdd82
commit
4759a9616a
2 changed files with 19 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-09-18 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSError.h
|
||||
Add some 10.6 URL errors
|
||||
|
||||
2015-09-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* configure.ac: fix check for pthread setname to work with older
|
||||
|
|
|
@ -86,6 +86,20 @@ GS_EXPORT NSString* const NSLocalizedRecoverySuggestionErrorKey;
|
|||
GS_EXPORT NSString* const NSRecoveryAttempterErrorKey;
|
||||
#endif
|
||||
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6,GS_API_LATEST)
|
||||
/**
|
||||
* NSURL to indicate the URL which did not load, in the NSURLErrorDomain.
|
||||
*/
|
||||
GS_EXPORT NSString* const NSURLErrorFailingURLErrorKey;
|
||||
|
||||
/**
|
||||
* NSString in the NSURLDomain to indicate the object for the URL that did not load.
|
||||
* This supersedes NSErrorFailingURLStringKey
|
||||
*/
|
||||
GS_EXPORT NSString* const NSURLErrorFailingURLStringErrorKey;
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Domain for system errors (on MACH).
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue