Merge branch 'master' of ssh://github.com/gnustep/libs-base

This commit is contained in:
Richard Frith-Macdonald 2020-08-08 19:30:54 +01:00
commit 3020662094
3 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2020-08-02 Gregory John Casamento <greg.casamento@gmail.com>
* Headers/Foundation/NSNotification.h: Add NSNotificatioName typedef
2020-07-13 Frederik Seiffert <frederik@algoriddim.com>
* Headers/Foundation/NSURLRequest.h:

View file

@ -133,6 +133,8 @@ extern "C" {
@end //NSMutableAttributedString
typedef NSString* NSAttributedStringKey;
#endif /* GS_API_MACOSX */
#if defined(__cplusplus)

View file

@ -43,6 +43,8 @@ extern "C" {
@class NSLock;
@class NSOperationQueue;
typedef NSString* NSNotificationName;
@interface NSNotification : NSObject <NSCopying, NSCoding>
/* Creating a Notification Object */