From a16df387aa1a6250886cd00605e36adebd08e778 Mon Sep 17 00:00:00 2001 From: josef Date: Tue, 22 Sep 2009 01:03:50 +0000 Subject: + Parser support for UIKit has been added and iPhoneAll.pas * Pass by reference arguments are translated as pointers instead of var * Variable length arguments are parsed with the varargs keyword instead of array of const + Added IVarSize.pas which prints the size of ivar's in all AppKit/Foundation classes. + There are now "null" defined macros for IBOutlet and IBAction like in Cocoa. Use these instead of comments and they may become useful in the future for InterfaceBuilder support. + Foundation.pas is included which can be used for command line tools without AppKit. git-svn-id: http://svn.freepascal.org/svn/fpc/branches/objc@13754 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/cocoaint/src/appkit/NSUserDefaultsController.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cocoaint/src/appkit/NSUserDefaultsController.inc') diff --git a/packages/cocoaint/src/appkit/NSUserDefaultsController.inc b/packages/cocoaint/src/appkit/NSUserDefaultsController.inc index 0953ba2488..db4da7070b 100644 --- a/packages/cocoaint/src/appkit/NSUserDefaultsController.inc +++ b/packages/cocoaint/src/appkit/NSUserDefaultsController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSUserDefaultsController.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Tue Sep 8 15:31:02 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:48 ICT 2009 } {$ifdef HEADER} {$ifndef NSUSERDEFAULTSCONTROLLER_PAS_H} -- cgit v1.2.1