gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSSavePanel fragile ABI - do we care?


From: Luboš Doležel
Subject: NSSavePanel fragile ABI - do we care?
Date: Sat, 10 Aug 2013 15:55:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

Hi,

I'm adding two methods using blocks:

- (void) beginSheetModalForWindow:(NSWindow *)window
                completionHandler:(GSSavePanelCompletionHandler)handler;
- (void) beginWithCompletionHandler (GSSavePanelCompletionHandler)handler;

into NSSavePanel. For the latter, I need to add two ivars

GSSavePanelCompletionHandler _completionHandler;
NSWindowController *_modelessWindowController;

since its modeless and returns immediately.

Should I add indirection not to break fragile ABI derived classes, or do
you think it's not needed for this class?

-- 
Luboš Doležel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]