summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMCSSRuleList.inc
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-12-08 11:27:05 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-12-08 11:27:05 +0000
commit204a8a0498841164fc1defea74f68855ecc94475 (patch)
tree27b1a539cae0476e34e7f3073f6ea01adf59347f /packages/cocoaint/src/webkit/DOMCSSRuleList.inc
parent7e8b3db3efa4674219771097d5b3a0ef2dfb4d67 (diff)
downloadfpc-204a8a0498841164fc1defea74f68855ecc94475.tar.gz
* updated to Mac OS X 10.6 SDK
* generated with version 2.1.2 of the conversion script, with many improvements (script and instructions to regenerate headers will be committed separately) o QuartzCore framework translation o categories are no longer merged into classes, but separate o corrected several C->Pascal type definitions o handle pointer types for parameters, return types and property types o handle struct/class fields that are arrays or pointers o handle pointers to id o handle external functions that return "void *" (they were parsed as procedures) o handle anonymous classes (@class NSAnonType, such as CIImage) using the "NSAnonType = objcclass; external;" syntax o corrected handling of opaque structs o fixed parsing of function pointer types o instance-bitfields that do not appear in a struct are now recognised o bitpacked structs are now translated into bitpacked records (but only if they only contain bitpacked fields) o C macros indicating deprecation are now translated into "deprecated" modifiers for methods/variables/functions/properties o no longer ignore deprecated categories, because some categories are deprecated in Mac OS X 10.5/10.6, and we want to support writing code for older systems too o several fixes to property and enum parsing git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16521 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/cocoaint/src/webkit/DOMCSSRuleList.inc')
-rw-r--r--packages/cocoaint/src/webkit/DOMCSSRuleList.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/cocoaint/src/webkit/DOMCSSRuleList.inc b/packages/cocoaint/src/webkit/DOMCSSRuleList.inc
index 91253a9ca0..2ebd6bce58 100644
--- a/packages/cocoaint/src/webkit/DOMCSSRuleList.inc
+++ b/packages/cocoaint/src/webkit/DOMCSSRuleList.inc
@@ -1,5 +1,5 @@
{ Parsed from Webkit.framework DOMCSSRuleList.h }
-{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Sat Oct 10 8:18:59 ICT 2009 }
+{ Version: 2.1.2 - Wed Dec 8 10:06:27 CET 2010 }
{$ifdef TYPES}
@@ -33,6 +33,7 @@
{$ifdef FORWARD}
DOMCSSRuleList = objcclass;
DOMCSSRuleListPointer = ^DOMCSSRuleList;
+ DOMCSSRuleListPtr = DOMCSSRuleListPointer;
{$endif}