summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/appkit/NSUserDefaultsController.inc
diff options
context:
space:
mode:
authorjosef <josef@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-09-22 01:03:50 +0000
committerjosef <josef@3ad0048d-3df7-0310-abae-a5850022a9f2>2009-09-22 01:03:50 +0000
commita16df387aa1a6250886cd00605e36adebd08e778 (patch)
treef8fa68c14c7ca592b4dbac7fd62badf337810d4e /packages/cocoaint/src/appkit/NSUserDefaultsController.inc
parent795fe067b7fea940e75e26d2d2a32dada4be0488 (diff)
downloadfpc-a16df387aa1a6250886cd00605e36adebd08e778.tar.gz
+ 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
Diffstat (limited to 'packages/cocoaint/src/appkit/NSUserDefaultsController.inc')
-rw-r--r--packages/cocoaint/src/appkit/NSUserDefaultsController.inc2
1 files changed, 1 insertions, 1 deletions
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}