gnustep-dev
[Top][All Lists]
Advanced

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

Re: NSSavePanel fragile ABI - do we care?


From: Gregory Casamento
Subject: Re: NSSavePanel fragile ABI - do we care?
Date: Sat, 10 Aug 2013 20:17:28 -0400

I would defer to Fred on this one.   He's currently on holiday, but should be back soon.

GC


On Sat, Aug 10, 2013 at 9:55 AM, Luboš Doležel <address@hidden> wrote:
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

_______________________________________________
Gnustep-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/gnustep-dev



--
Gregory Casamento
Open Logic Corporation, Principal Consultant
yahoo/skype: greg_casamento, aol: gjcasa
(240)274-9630 (Cell)
http://www.gnustep.org
http://heronsperch.blogspot.com

reply via email to

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