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/foundation/NSScriptKeyValueCoding.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc') diff --git a/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc b/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc index 6c12e1cd45..49ba722241 100644 --- a/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc +++ b/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptKeyValueCoding.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Tue Sep 8 15:31:00 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.2 - Thu Sep 17 14:52:46 ICT 2009 } {$ifdef TYPES} -- cgit v1.2.1