Remove fake typedef for NSAppleEventDescriptor since now we have a stub in Foundation

This commit is contained in:
Riccardo Mottola 2019-11-03 23:40:09 +01:00
parent 8977cd7a76
commit a44a865415
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2019-11-03 Riccardo Mottola <rm@gnu.org>
* Headers/AppKit/NSWorkspace.h
Remove fake typedef for NSAppleEventDescriptor since now we have a
stub in Foundation.
2019-07-28 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSSliderCell.m: Fix encoding/decoding as the types don't match.

View file

@ -34,6 +34,10 @@
#import <Foundation/NSGeometry.h>
#import <AppKit/AppKitDefines.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
#import <Foundation/NSAppleEventDescriptor.h>
#endif
@class NSString;
@class NSNumber;
@class NSArray;
@ -165,8 +169,6 @@ typedef NSUInteger NSWorkspaceIconCreationOptions;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3, GS_API_LATEST)
- (NSString *) absolutePathForAppBundleWithIdentifier: (NSString *)bundleIdentifier;
// TODO: implement NSAppleEventDescriptor in gnustep-base
typedef void NSAppleEventDescriptor;
- (BOOL) launchAppWithBundleIdentifier: (NSString *)bundleIdentifier
options: (NSWorkspaceLaunchOptions)options