From d6e7023038c98681b150e22351283ef8122b51a1 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Fri, 11 Feb 2011 21:26:24 +0000 Subject: [PATCH] * automatically comment out methods that take blocks as parameters or return them * handle inline protocol definitions in parameter lists (replace id with protocol, and class with class), and made some fixes to this support for fields (many "id" fields/parameters are now protocols) * fix from Phil Hess for parsing some read-only properties * also translate ..._BUT_DEPRECATED macros (without any "_IN_VERSION..." coming after it) into "deprecated" modifiers * several fixes for handling deprecation macros (in several cases, half the macro was mangled into the name of the symbol itself) * default now to parsing the iOS 4.2 SDK headers, and fixed passing an alternate SDK on the command line to make-ios-headers.sh * updated Cocoa headers as parsed by the new parser, and with the headers from Mac OS X 10.6.5/Safari 5.0.2 (contains some WebKit updates) git-svn-id: trunk@16908 - --- .gitattributes | 3 +- .../src/AnonClassDefinitionsWebkit.pas | 1 + .../cocoaint/src/appkit/NSATSTypesetter.inc | 2 +- .../cocoaint/src/appkit/NSAccessibility.inc | 8 +- packages/cocoaint/src/appkit/NSActionCell.inc | 2 +- .../cocoaint/src/appkit/NSAffineTransform.inc | 2 +- packages/cocoaint/src/appkit/NSAlert.inc | 6 +- packages/cocoaint/src/appkit/NSAnimation.inc | 6 +- .../src/appkit/NSAnimationContext.inc | 2 +- .../src/appkit/NSAppleScriptExtensions.inc | 2 +- .../cocoaint/src/appkit/NSApplication.inc | 12 +-- .../src/appkit/NSApplicationScripting.inc | 2 +- .../cocoaint/src/appkit/NSArrayController.inc | 2 +- .../src/appkit/NSAttributedString.inc | 10 +-- packages/cocoaint/src/appkit/NSBezierPath.inc | 2 +- .../cocoaint/src/appkit/NSBitmapImageRep.inc | 2 +- packages/cocoaint/src/appkit/NSBox.inc | 2 +- packages/cocoaint/src/appkit/NSBrowser.inc | 12 +-- .../cocoaint/src/appkit/NSBrowserCell.inc | 2 +- packages/cocoaint/src/appkit/NSButton.inc | 4 +- packages/cocoaint/src/appkit/NSButtonCell.inc | 2 +- packages/cocoaint/src/appkit/NSCIImageRep.inc | 2 +- .../cocoaint/src/appkit/NSCachedImageRep.inc | 10 +-- packages/cocoaint/src/appkit/NSCell.inc | 4 +- packages/cocoaint/src/appkit/NSClipView.inc | 2 +- .../cocoaint/src/appkit/NSCollectionView.inc | 10 +-- packages/cocoaint/src/appkit/NSColor.inc | 2 +- packages/cocoaint/src/appkit/NSColorList.inc | 2 +- packages/cocoaint/src/appkit/NSColorPanel.inc | 2 +- .../cocoaint/src/appkit/NSColorPicker.inc | 2 +- .../cocoaint/src/appkit/NSColorPicking.inc | 2 +- packages/cocoaint/src/appkit/NSColorSpace.inc | 4 +- packages/cocoaint/src/appkit/NSColorWell.inc | 2 +- packages/cocoaint/src/appkit/NSComboBox.inc | 10 +-- .../cocoaint/src/appkit/NSComboBoxCell.inc | 2 +- packages/cocoaint/src/appkit/NSControl.inc | 4 +- packages/cocoaint/src/appkit/NSController.inc | 2 +- packages/cocoaint/src/appkit/NSCursor.inc | 2 +- .../cocoaint/src/appkit/NSCustomImageRep.inc | 2 +- packages/cocoaint/src/appkit/NSDatePicker.inc | 6 +- .../cocoaint/src/appkit/NSDatePickerCell.inc | 6 +- .../src/appkit/NSDictionaryController.inc | 2 +- packages/cocoaint/src/appkit/NSDockTile.inc | 2 +- packages/cocoaint/src/appkit/NSDocument.inc | 6 +- .../src/appkit/NSDocumentController.inc | 6 +- .../src/appkit/NSDocumentScripting.inc | 2 +- packages/cocoaint/src/appkit/NSDragging.inc | 16 ++-- packages/cocoaint/src/appkit/NSDrawer.inc | 6 +- .../cocoaint/src/appkit/NSEPSImageRep.inc | 2 +- packages/cocoaint/src/appkit/NSErrors.inc | 2 +- packages/cocoaint/src/appkit/NSEvent.inc | 2 +- .../cocoaint/src/appkit/NSFileWrapper.inc | 2 +- packages/cocoaint/src/appkit/NSFont.inc | 36 ++++----- .../cocoaint/src/appkit/NSFontDescriptor.inc | 4 +- .../cocoaint/src/appkit/NSFontManager.inc | 2 +- packages/cocoaint/src/appkit/NSFontPanel.inc | 2 +- packages/cocoaint/src/appkit/NSForm.inc | 2 +- packages/cocoaint/src/appkit/NSFormCell.inc | 2 +- .../cocoaint/src/appkit/NSGlyphGenerator.inc | 4 +- packages/cocoaint/src/appkit/NSGlyphInfo.inc | 2 +- packages/cocoaint/src/appkit/NSGradient.inc | 2 +- packages/cocoaint/src/appkit/NSGraphics.inc | 6 +- .../cocoaint/src/appkit/NSGraphicsContext.inc | 2 +- .../cocoaint/src/appkit/NSHelpManager.inc | 2 +- packages/cocoaint/src/appkit/NSImage.inc | 8 +- packages/cocoaint/src/appkit/NSImageCell.inc | 2 +- packages/cocoaint/src/appkit/NSImageRep.inc | 2 +- packages/cocoaint/src/appkit/NSImageView.inc | 2 +- .../cocoaint/src/appkit/NSInputManager.inc | 2 +- .../cocoaint/src/appkit/NSInputServer.inc | 2 +- .../cocoaint/src/appkit/NSInterfaceStyle.inc | 2 +- .../cocoaint/src/appkit/NSKeyValueBinding.inc | 2 +- .../cocoaint/src/appkit/NSLayoutManager.inc | 6 +- .../cocoaint/src/appkit/NSLevelIndicator.inc | 2 +- .../src/appkit/NSLevelIndicatorCell.inc | 2 +- packages/cocoaint/src/appkit/NSMatrix.inc | 8 +- packages/cocoaint/src/appkit/NSMenu.inc | 8 +- packages/cocoaint/src/appkit/NSMenuItem.inc | 2 +- .../cocoaint/src/appkit/NSMenuItemCell.inc | 2 +- packages/cocoaint/src/appkit/NSMenuView.inc | 2 +- packages/cocoaint/src/appkit/NSMovie.inc | 4 +- packages/cocoaint/src/appkit/NSMovieView.inc | 12 +-- packages/cocoaint/src/appkit/NSNib.inc | 2 +- packages/cocoaint/src/appkit/NSNibLoading.inc | 2 +- .../src/appkit/NSObjectController.inc | 4 +- packages/cocoaint/src/appkit/NSOpenGL.inc | 2 +- packages/cocoaint/src/appkit/NSOpenGLView.inc | 2 +- packages/cocoaint/src/appkit/NSOpenPanel.inc | 2 +- .../cocoaint/src/appkit/NSOutlineView.inc | 14 ++-- .../cocoaint/src/appkit/NSPDFImageRep.inc | 2 +- .../cocoaint/src/appkit/NSPICTImageRep.inc | 2 +- packages/cocoaint/src/appkit/NSPageLayout.inc | 2 +- packages/cocoaint/src/appkit/NSPanel.inc | 2 +- .../cocoaint/src/appkit/NSParagraphStyle.inc | 2 +- packages/cocoaint/src/appkit/NSPasteboard.inc | 2 +- .../cocoaint/src/appkit/NSPasteboardItem.inc | 4 +- packages/cocoaint/src/appkit/NSPathCell.inc | 8 +- .../src/appkit/NSPathComponentCell.inc | 2 +- .../cocoaint/src/appkit/NSPathControl.inc | 10 +-- .../src/appkit/NSPersistentDocument.inc | 4 +- .../cocoaint/src/appkit/NSPopUpButton.inc | 2 +- .../cocoaint/src/appkit/NSPopUpButtonCell.inc | 2 +- .../cocoaint/src/appkit/NSPredicateEditor.inc | 2 +- .../appkit/NSPredicateEditorRowTemplate.inc | 2 +- packages/cocoaint/src/appkit/NSPrintInfo.inc | 4 +- .../cocoaint/src/appkit/NSPrintOperation.inc | 6 +- packages/cocoaint/src/appkit/NSPrintPanel.inc | 4 +- packages/cocoaint/src/appkit/NSPrinter.inc | 4 +- .../src/appkit/NSProgressIndicator.inc | 8 +- .../cocoaint/src/appkit/NSQuickDrawView.inc | 2 +- packages/cocoaint/src/appkit/NSResponder.inc | 2 +- packages/cocoaint/src/appkit/NSRuleEditor.inc | 6 +- .../cocoaint/src/appkit/NSRulerMarker.inc | 6 +- packages/cocoaint/src/appkit/NSRulerView.inc | 2 +- .../src/appkit/NSRunningApplication.inc | 10 +-- packages/cocoaint/src/appkit/NSSavePanel.inc | 6 +- packages/cocoaint/src/appkit/NSScreen.inc | 2 +- packages/cocoaint/src/appkit/NSScrollView.inc | 2 +- packages/cocoaint/src/appkit/NSScroller.inc | 2 +- .../cocoaint/src/appkit/NSSearchField.inc | 2 +- .../cocoaint/src/appkit/NSSearchFieldCell.inc | 2 +- .../cocoaint/src/appkit/NSSecureTextField.inc | 2 +- .../src/appkit/NSSegmentedControl.inc | 2 +- packages/cocoaint/src/appkit/NSShadow.inc | 2 +- packages/cocoaint/src/appkit/NSSlider.inc | 2 +- packages/cocoaint/src/appkit/NSSliderCell.inc | 2 +- packages/cocoaint/src/appkit/NSSound.inc | 6 +- .../src/appkit/NSSpeechRecognizer.inc | 6 +- .../src/appkit/NSSpeechSynthesizer.inc | 6 +- .../cocoaint/src/appkit/NSSpellChecker.inc | 2 +- .../cocoaint/src/appkit/NSSpellProtocol.inc | 2 +- packages/cocoaint/src/appkit/NSSplitView.inc | 6 +- packages/cocoaint/src/appkit/NSStatusBar.inc | 2 +- packages/cocoaint/src/appkit/NSStatusItem.inc | 2 +- packages/cocoaint/src/appkit/NSStepper.inc | 2 +- .../cocoaint/src/appkit/NSStepperCell.inc | 2 +- .../cocoaint/src/appkit/NSStringDrawing.inc | 2 +- packages/cocoaint/src/appkit/NSTabView.inc | 6 +- .../cocoaint/src/appkit/NSTabViewItem.inc | 2 +- .../cocoaint/src/appkit/NSTableColumn.inc | 4 +- .../cocoaint/src/appkit/NSTableHeaderCell.inc | 2 +- .../cocoaint/src/appkit/NSTableHeaderView.inc | 2 +- packages/cocoaint/src/appkit/NSTableView.inc | 32 ++++---- packages/cocoaint/src/appkit/NSText.inc | 6 +- .../cocoaint/src/appkit/NSTextAttachment.inc | 6 +- .../cocoaint/src/appkit/NSTextContainer.inc | 2 +- packages/cocoaint/src/appkit/NSTextField.inc | 8 +- .../cocoaint/src/appkit/NSTextFieldCell.inc | 2 +- .../cocoaint/src/appkit/NSTextInputClient.inc | 2 +- .../src/appkit/NSTextInputContext.inc | 4 +- packages/cocoaint/src/appkit/NSTextList.inc | 2 +- .../cocoaint/src/appkit/NSTextStorage.inc | 6 +- .../src/appkit/NSTextStorageScripting.inc | 2 +- packages/cocoaint/src/appkit/NSTextTable.inc | 2 +- packages/cocoaint/src/appkit/NSTextView.inc | 24 +++--- packages/cocoaint/src/appkit/NSTokenField.inc | 6 +- .../cocoaint/src/appkit/NSTokenFieldCell.inc | 6 +- packages/cocoaint/src/appkit/NSToolbar.inc | 6 +- .../cocoaint/src/appkit/NSToolbarItem.inc | 2 +- .../src/appkit/NSToolbarItemGroup.inc | 2 +- packages/cocoaint/src/appkit/NSTouch.inc | 2 +- .../cocoaint/src/appkit/NSTrackingArea.inc | 2 +- .../cocoaint/src/appkit/NSTreeController.inc | 2 +- packages/cocoaint/src/appkit/NSTreeNode.inc | 2 +- packages/cocoaint/src/appkit/NSTypesetter.inc | 4 +- .../src/appkit/NSUserDefaultsController.inc | 2 +- .../appkit/NSUserInterfaceItemSearching.inc | 6 +- .../src/appkit/NSUserInterfaceValidation.inc | 4 +- packages/cocoaint/src/appkit/NSView.inc | 2 +- .../cocoaint/src/appkit/NSViewController.inc | 2 +- packages/cocoaint/src/appkit/NSWindow.inc | 11 +-- .../src/appkit/NSWindowController.inc | 2 +- .../cocoaint/src/appkit/NSWindowScripting.inc | 2 +- packages/cocoaint/src/appkit/NSWorkspace.inc | 2 +- .../cocoaint/src/coredata/CoreDataDefines.inc | 2 +- .../cocoaint/src/coredata/CoreDataErrors.inc | 2 +- .../cocoaint/src/coredata/NSAtomicStore.inc | 2 +- .../src/coredata/NSAtomicStoreCacheNode.inc | 2 +- .../src/coredata/NSAttributeDescription.inc | 2 +- .../src/coredata/NSEntityDescription.inc | 2 +- .../cocoaint/src/coredata/NSEntityMapping.inc | 2 +- .../src/coredata/NSEntityMigrationPolicy.inc | 2 +- .../src/coredata/NSExpressionDescription.inc | 2 +- .../cocoaint/src/coredata/NSFetchRequest.inc | 2 +- .../src/coredata/NSFetchRequestExpression.inc | 2 +- .../coredata/NSFetchedPropertyDescription.inc | 2 +- .../cocoaint/src/coredata/NSManagedObject.inc | 2 +- .../src/coredata/NSManagedObjectContext.inc | 2 +- .../src/coredata/NSManagedObjectID.inc | 2 +- .../src/coredata/NSManagedObjectModel.inc | 2 +- .../cocoaint/src/coredata/NSMappingModel.inc | 2 +- .../src/coredata/NSMigrationManager.inc | 2 +- .../src/coredata/NSPersistentStore.inc | 2 +- .../coredata/NSPersistentStoreCoordinator.inc | 2 +- .../src/coredata/NSPropertyDescription.inc | 2 +- .../src/coredata/NSPropertyMapping.inc | 2 +- .../coredata/NSRelationshipDescription.inc | 2 +- .../src/foundation/NSAppleEventDescriptor.inc | 2 +- .../src/foundation/NSAppleEventManager.inc | 2 +- .../cocoaint/src/foundation/NSAppleScript.inc | 2 +- .../cocoaint/src/foundation/NSArchiver.inc | 2 +- packages/cocoaint/src/foundation/NSArray.inc | 2 +- .../src/foundation/NSAutoreleasePool.inc | 2 +- packages/cocoaint/src/foundation/NSBundle.inc | 2 +- packages/cocoaint/src/foundation/NSCache.inc | 2 +- .../cocoaint/src/foundation/NSCalendar.inc | 2 +- .../src/foundation/NSCalendarDate.inc | 2 +- .../src/foundation/NSCharacterSet.inc | 2 +- .../src/foundation/NSClassDescription.inc | 2 +- packages/cocoaint/src/foundation/NSCoder.inc | 2 +- .../src/foundation/NSComparisonPredicate.inc | 2 +- .../src/foundation/NSCompoundPredicate.inc | 2 +- .../cocoaint/src/foundation/NSConnection.inc | 6 +- packages/cocoaint/src/foundation/NSData.inc | 2 +- packages/cocoaint/src/foundation/NSDate.inc | 2 +- .../src/foundation/NSDateFormatter.inc | 4 +- .../cocoaint/src/foundation/NSDecimal.inc | 2 +- .../src/foundation/NSDecimalNumber.inc | 20 ++--- .../cocoaint/src/foundation/NSDictionary.inc | 2 +- .../src/foundation/NSDistantObject.inc | 2 +- .../src/foundation/NSDistributedLock.inc | 2 +- .../NSDistributedNotificationCenter.inc | 2 +- .../cocoaint/src/foundation/NSEnumerator.inc | 2 +- packages/cocoaint/src/foundation/NSError.inc | 2 +- .../cocoaint/src/foundation/NSException.inc | 2 +- .../cocoaint/src/foundation/NSExpression.inc | 2 +- .../cocoaint/src/foundation/NSFileHandle.inc | 2 +- .../cocoaint/src/foundation/NSFileManager.inc | 2 +- .../cocoaint/src/foundation/NSFormatter.inc | 2 +- .../src/foundation/NSGarbageCollector.inc | 2 +- .../cocoaint/src/foundation/NSGeometry.inc | 2 +- .../src/foundation/NSHFSFileTypes.inc | 2 +- .../cocoaint/src/foundation/NSHTTPCookie.inc | 2 +- .../src/foundation/NSHTTPCookieStorage.inc | 2 +- .../cocoaint/src/foundation/NSHashTable.inc | 2 +- packages/cocoaint/src/foundation/NSHost.inc | 2 +- .../cocoaint/src/foundation/NSIndexPath.inc | 2 +- .../cocoaint/src/foundation/NSIndexSet.inc | 2 +- .../cocoaint/src/foundation/NSInvocation.inc | 2 +- .../src/foundation/NSKeyValueCoding.inc | 2 +- .../src/foundation/NSKeyValueObserving.inc | 2 +- .../src/foundation/NSKeyedArchiver.inc | 10 +-- packages/cocoaint/src/foundation/NSLocale.inc | 2 +- packages/cocoaint/src/foundation/NSLock.inc | 2 +- .../cocoaint/src/foundation/NSMapTable.inc | 2 +- .../cocoaint/src/foundation/NSMetadata.inc | 6 +- .../src/foundation/NSMethodSignature.inc | 2 +- .../cocoaint/src/foundation/NSNetServices.inc | 10 +-- .../src/foundation/NSNotification.inc | 2 +- .../src/foundation/NSNotificationQueue.inc | 2 +- packages/cocoaint/src/foundation/NSNull.inc | 2 +- .../src/foundation/NSNumberFormatter.inc | 2 +- .../cocoaint/src/foundation/NSObjCRuntime.inc | 11 ++- packages/cocoaint/src/foundation/NSObject.inc | 2 +- .../src/foundation/NSObjectScripting.inc | 2 +- .../cocoaint/src/foundation/NSOperation.inc | 2 +- .../cocoaint/src/foundation/NSOrthography.inc | 2 +- .../src/foundation/NSPathUtilities.inc | 2 +- .../src/foundation/NSPointerArray.inc | 2 +- .../src/foundation/NSPointerFunctions.inc | 2 +- packages/cocoaint/src/foundation/NSPort.inc | 10 +-- .../cocoaint/src/foundation/NSPortCoder.inc | 2 +- .../cocoaint/src/foundation/NSPortMessage.inc | 2 +- .../src/foundation/NSPortNameServer.inc | 2 +- .../cocoaint/src/foundation/NSPredicate.inc | 2 +- .../cocoaint/src/foundation/NSProcessInfo.inc | 2 +- .../src/foundation/NSPropertyList.inc | 2 +- .../src/foundation/NSProtocolChecker.inc | 2 +- packages/cocoaint/src/foundation/NSProxy.inc | 2 +- packages/cocoaint/src/foundation/NSRange.inc | 2 +- .../cocoaint/src/foundation/NSRunLoop.inc | 2 +- .../cocoaint/src/foundation/NSScanner.inc | 2 +- .../foundation/NSScriptClassDescription.inc | 2 +- .../foundation/NSScriptCoercionHandler.inc | 2 +- .../src/foundation/NSScriptCommand.inc | 2 +- .../foundation/NSScriptCommandDescription.inc | 2 +- .../foundation/NSScriptExecutionContext.inc | 2 +- .../src/foundation/NSScriptKeyValueCoding.inc | 2 +- .../foundation/NSScriptObjectSpecifiers.inc | 2 +- .../NSScriptStandardSuiteCommands.inc | 2 +- .../src/foundation/NSScriptSuiteRegistry.inc | 2 +- .../src/foundation/NSScriptWhoseTests.inc | 2 +- packages/cocoaint/src/foundation/NSSet.inc | 2 +- .../src/foundation/NSSortDescriptor.inc | 2 +- .../cocoaint/src/foundation/NSSpellServer.inc | 6 +- packages/cocoaint/src/foundation/NSStream.inc | 6 +- packages/cocoaint/src/foundation/NSString.inc | 4 +- packages/cocoaint/src/foundation/NSTask.inc | 2 +- .../src/foundation/NSTextCheckingResult.inc | 2 +- packages/cocoaint/src/foundation/NSThread.inc | 2 +- .../cocoaint/src/foundation/NSTimeZone.inc | 2 +- packages/cocoaint/src/foundation/NSTimer.inc | 2 +- packages/cocoaint/src/foundation/NSURL.inc | 2 +- .../NSURLAuthenticationChallenge.inc | 8 +- .../cocoaint/src/foundation/NSURLCache.inc | 2 +- .../src/foundation/NSURLConnection.inc | 2 +- .../src/foundation/NSURLCredential.inc | 2 +- .../src/foundation/NSURLCredentialStorage.inc | 2 +- .../cocoaint/src/foundation/NSURLDownload.inc | 2 +- .../cocoaint/src/foundation/NSURLError.inc | 2 +- .../cocoaint/src/foundation/NSURLHandle.inc | 6 +- .../src/foundation/NSURLProtectionSpace.inc | 2 +- .../cocoaint/src/foundation/NSURLProtocol.inc | 6 +- .../cocoaint/src/foundation/NSURLRequest.inc | 2 +- .../cocoaint/src/foundation/NSURLResponse.inc | 2 +- .../cocoaint/src/foundation/NSUndoManager.inc | 2 +- .../src/foundation/NSUserDefaults.inc | 2 +- packages/cocoaint/src/foundation/NSValue.inc | 2 +- .../src/foundation/NSValueTransformer.inc | 2 +- packages/cocoaint/src/foundation/NSXMLDTD.inc | 2 +- .../cocoaint/src/foundation/NSXMLDTDNode.inc | 2 +- .../cocoaint/src/foundation/NSXMLDocument.inc | 2 +- .../cocoaint/src/foundation/NSXMLElement.inc | 2 +- .../cocoaint/src/foundation/NSXMLNode.inc | 2 +- .../src/foundation/NSXMLNodeOptions.inc | 2 +- .../cocoaint/src/foundation/NSXMLParser.inc | 6 +- .../cocoaint/src/quartzcore/CAAnimation.inc | 2 +- packages/cocoaint/src/quartzcore/CABase.inc | 2 +- .../src/quartzcore/CACIFilterAdditions.inc | 2 +- .../quartzcore/CAConstraintLayoutManager.inc | 2 +- .../cocoaint/src/quartzcore/CAEmitterCell.inc | 2 +- .../src/quartzcore/CAEmitterLayer.inc | 2 +- .../src/quartzcore/CAGradientLayer.inc | 2 +- packages/cocoaint/src/quartzcore/CALayer.inc | 8 +- .../cocoaint/src/quartzcore/CAMediaTiming.inc | 2 +- .../src/quartzcore/CAMediaTimingFunction.inc | 2 +- .../cocoaint/src/quartzcore/CAOpenGLLayer.inc | 2 +- .../cocoaint/src/quartzcore/CARenderer.inc | 2 +- .../src/quartzcore/CAReplicatorLayer.inc | 2 +- .../cocoaint/src/quartzcore/CAScrollLayer.inc | 2 +- .../cocoaint/src/quartzcore/CAShapeLayer.inc | 2 +- .../cocoaint/src/quartzcore/CATextLayer.inc | 2 +- .../cocoaint/src/quartzcore/CATiledLayer.inc | 2 +- .../cocoaint/src/quartzcore/CATransaction.inc | 2 +- .../cocoaint/src/quartzcore/CATransform3D.inc | 2 +- .../src/quartzcore/CATransformLayer.inc | 2 +- .../src/quartzcore/CAValueFunction.inc | 2 +- packages/cocoaint/src/quartzcore/CIColor.inc | 2 +- .../cocoaint/src/quartzcore/CIContext.inc | 4 +- packages/cocoaint/src/quartzcore/CIFilter.inc | 2 +- .../src/quartzcore/CIFilterGenerator.inc | 2 +- .../cocoaint/src/quartzcore/CIFilterShape.inc | 2 +- packages/cocoaint/src/quartzcore/CIImage.inc | 2 +- .../src/quartzcore/CIImageAccumulator.inc | 2 +- .../src/quartzcore/CIImageProvider.inc | 2 +- packages/cocoaint/src/quartzcore/CIKernel.inc | 2 +- packages/cocoaint/src/quartzcore/CIPlugIn.inc | 2 +- .../src/quartzcore/CIPlugInInterface.inc | 2 +- .../cocoaint/src/quartzcore/CIRAWFilter.inc | 2 +- .../cocoaint/src/quartzcore/CISampler.inc | 2 +- packages/cocoaint/src/quartzcore/CIVector.inc | 2 +- packages/cocoaint/src/quartzcore/CVBase.inc | 2 +- packages/cocoaint/src/quartzcore/CVBuffer.inc | 2 +- .../cocoaint/src/quartzcore/CVDisplayLink.inc | 2 +- .../cocoaint/src/quartzcore/CVHostTime.inc | 2 +- .../cocoaint/src/quartzcore/CVImageBuffer.inc | 2 +- .../src/quartzcore/CVOpenGLBuffer.inc | 2 +- .../src/quartzcore/CVOpenGLBufferPool.inc | 2 +- .../src/quartzcore/CVOpenGLTexture.inc | 2 +- .../src/quartzcore/CVOpenGLTextureCache.inc | 2 +- .../cocoaint/src/quartzcore/CVPixelBuffer.inc | 2 +- .../src/quartzcore/CVPixelBufferPool.inc | 2 +- .../quartzcore/CVPixelFormatDescription.inc | 2 +- packages/cocoaint/src/quartzcore/CVReturn.inc | 2 +- packages/cocoaint/src/webkit/CarbonUtils.inc | 2 +- packages/cocoaint/src/webkit/DOM.inc | 2 +- .../cocoaint/src/webkit/DOMAbstractView.inc | 2 +- packages/cocoaint/src/webkit/DOMAttr.inc | 2 +- .../cocoaint/src/webkit/DOMCDATASection.inc | 2 +- packages/cocoaint/src/webkit/DOMCSS.inc | 2 +- .../cocoaint/src/webkit/DOMCSSCharsetRule.inc | 2 +- .../src/webkit/DOMCSSFontFaceRule.inc | 2 +- .../cocoaint/src/webkit/DOMCSSImportRule.inc | 2 +- .../cocoaint/src/webkit/DOMCSSMediaRule.inc | 4 +- .../cocoaint/src/webkit/DOMCSSPageRule.inc | 2 +- .../src/webkit/DOMCSSPrimitiveValue.inc | 6 +- packages/cocoaint/src/webkit/DOMCSSRule.inc | 2 +- .../cocoaint/src/webkit/DOMCSSRuleList.inc | 2 +- .../src/webkit/DOMCSSStyleDeclaration.inc | 4 +- .../cocoaint/src/webkit/DOMCSSStyleRule.inc | 2 +- .../cocoaint/src/webkit/DOMCSSStyleSheet.inc | 4 +- .../cocoaint/src/webkit/DOMCSSUnknownRule.inc | 2 +- packages/cocoaint/src/webkit/DOMCSSValue.inc | 2 +- .../cocoaint/src/webkit/DOMCSSValueList.inc | 2 +- .../cocoaint/src/webkit/DOMCharacterData.inc | 10 +-- packages/cocoaint/src/webkit/DOMComment.inc | 2 +- packages/cocoaint/src/webkit/DOMCore.inc | 2 +- packages/cocoaint/src/webkit/DOMCounter.inc | 2 +- packages/cocoaint/src/webkit/DOMDocument.inc | 34 ++++----- .../src/webkit/DOMDocumentFragment.inc | 2 +- .../cocoaint/src/webkit/DOMDocumentType.inc | 2 +- packages/cocoaint/src/webkit/DOMElement.inc | 16 ++-- packages/cocoaint/src/webkit/DOMEntity.inc | 2 +- .../src/webkit/DOMEntityReference.inc | 2 +- packages/cocoaint/src/webkit/DOMEvent.inc | 4 +- .../cocoaint/src/webkit/DOMEventException.inc | 2 +- .../cocoaint/src/webkit/DOMEventListener.inc | 2 +- .../cocoaint/src/webkit/DOMEventTarget.inc | 10 +-- packages/cocoaint/src/webkit/DOMEvents.inc | 2 +- packages/cocoaint/src/webkit/DOMException.inc | 2 +- .../cocoaint/src/webkit/DOMExtensions.inc | 5 +- packages/cocoaint/src/webkit/DOMFile.inc | 5 +- packages/cocoaint/src/webkit/DOMFileList.inc | 2 +- packages/cocoaint/src/webkit/DOMHTML.inc | 2 +- .../src/webkit/DOMHTMLAnchorElement.inc | 2 +- .../src/webkit/DOMHTMLAppletElement.inc | 2 +- .../src/webkit/DOMHTMLAreaElement.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLBRElement.inc | 2 +- .../src/webkit/DOMHTMLBaseElement.inc | 2 +- .../src/webkit/DOMHTMLBaseFontElement.inc | 2 +- .../src/webkit/DOMHTMLBodyElement.inc | 2 +- .../src/webkit/DOMHTMLButtonElement.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLCollection.inc | 2 +- .../src/webkit/DOMHTMLDListElement.inc | 2 +- .../src/webkit/DOMHTMLDirectoryElement.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLDivElement.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLDocument.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLElement.inc | 2 +- .../src/webkit/DOMHTMLEmbedElement.inc | 2 +- .../src/webkit/DOMHTMLFieldSetElement.inc | 2 +- .../src/webkit/DOMHTMLFontElement.inc | 2 +- .../src/webkit/DOMHTMLFormElement.inc | 2 +- .../src/webkit/DOMHTMLFrameElement.inc | 2 +- .../src/webkit/DOMHTMLFrameSetElement.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLHRElement.inc | 2 +- .../src/webkit/DOMHTMLHeadElement.inc | 2 +- .../src/webkit/DOMHTMLHeadingElement.inc | 2 +- .../src/webkit/DOMHTMLHtmlElement.inc | 2 +- .../src/webkit/DOMHTMLIFrameElement.inc | 2 +- .../src/webkit/DOMHTMLImageElement.inc | 2 +- .../src/webkit/DOMHTMLInputElement.inc | 2 +- .../src/webkit/DOMHTMLIsIndexElement.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLLIElement.inc | 2 +- .../src/webkit/DOMHTMLLabelElement.inc | 2 +- .../src/webkit/DOMHTMLLegendElement.inc | 2 +- .../src/webkit/DOMHTMLLinkElement.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLMapElement.inc | 2 +- .../src/webkit/DOMHTMLMarqueeElement.inc | 2 +- .../src/webkit/DOMHTMLMenuElement.inc | 2 +- .../src/webkit/DOMHTMLMetaElement.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLModElement.inc | 2 +- .../src/webkit/DOMHTMLOListElement.inc | 2 +- .../src/webkit/DOMHTMLObjectElement.inc | 2 +- .../src/webkit/DOMHTMLOptGroupElement.inc | 2 +- .../src/webkit/DOMHTMLOptionElement.inc | 2 +- .../src/webkit/DOMHTMLOptionsCollection.inc | 2 +- .../src/webkit/DOMHTMLParagraphElement.inc | 2 +- .../src/webkit/DOMHTMLParamElement.inc | 2 +- .../cocoaint/src/webkit/DOMHTMLPreElement.inc | 2 +- .../src/webkit/DOMHTMLQuoteElement.inc | 2 +- .../src/webkit/DOMHTMLScriptElement.inc | 2 +- .../src/webkit/DOMHTMLSelectElement.inc | 4 +- .../src/webkit/DOMHTMLStyleElement.inc | 2 +- .../src/webkit/DOMHTMLTableCaptionElement.inc | 2 +- .../src/webkit/DOMHTMLTableCellElement.inc | 2 +- .../src/webkit/DOMHTMLTableColElement.inc | 2 +- .../src/webkit/DOMHTMLTableElement.inc | 2 +- .../src/webkit/DOMHTMLTableRowElement.inc | 2 +- .../src/webkit/DOMHTMLTableSectionElement.inc | 2 +- .../src/webkit/DOMHTMLTextAreaElement.inc | 2 +- .../src/webkit/DOMHTMLTitleElement.inc | 2 +- .../src/webkit/DOMHTMLUListElement.inc | 2 +- .../cocoaint/src/webkit/DOMImplementation.inc | 10 +-- .../cocoaint/src/webkit/DOMKeyboardEvent.inc | 2 +- packages/cocoaint/src/webkit/DOMMediaList.inc | 2 +- .../cocoaint/src/webkit/DOMMouseEvent.inc | 6 +- .../cocoaint/src/webkit/DOMMutationEvent.inc | 4 +- .../cocoaint/src/webkit/DOMNamedNodeMap.inc | 6 +- packages/cocoaint/src/webkit/DOMNode.inc | 16 ++-- .../cocoaint/src/webkit/DOMNodeFilter.inc | 2 +- .../cocoaint/src/webkit/DOMNodeIterator.inc | 2 +- packages/cocoaint/src/webkit/DOMNodeList.inc | 2 +- packages/cocoaint/src/webkit/DOMNotation.inc | 2 +- packages/cocoaint/src/webkit/DOMObject.inc | 2 +- .../cocoaint/src/webkit/DOMOverflowEvent.inc | 2 +- .../src/webkit/DOMProcessingInstruction.inc | 2 +- .../cocoaint/src/webkit/DOMProgressEvent.inc | 2 +- packages/cocoaint/src/webkit/DOMRGBColor.inc | 2 +- packages/cocoaint/src/webkit/DOMRange.inc | 8 +- .../cocoaint/src/webkit/DOMRangeException.inc | 2 +- packages/cocoaint/src/webkit/DOMRanges.inc | 2 +- packages/cocoaint/src/webkit/DOMRect.inc | 2 +- .../cocoaint/src/webkit/DOMStyleSheet.inc | 2 +- .../cocoaint/src/webkit/DOMStyleSheetList.inc | 2 +- .../cocoaint/src/webkit/DOMStylesheets.inc | 2 +- packages/cocoaint/src/webkit/DOMText.inc | 2 +- packages/cocoaint/src/webkit/DOMTraversal.inc | 2 +- .../cocoaint/src/webkit/DOMTreeWalker.inc | 2 +- packages/cocoaint/src/webkit/DOMUIEvent.inc | 4 +- packages/cocoaint/src/webkit/DOMViews.inc | 2 +- .../cocoaint/src/webkit/DOMWheelEvent.inc | 2 +- packages/cocoaint/src/webkit/DOMXPath.inc | 2 +- .../cocoaint/src/webkit/DOMXPathException.inc | 2 +- .../src/webkit/DOMXPathExpression.inc | 4 +- .../src/webkit/DOMXPathNSResolver.inc | 2 +- .../cocoaint/src/webkit/DOMXPathResult.inc | 2 +- packages/cocoaint/src/webkit/HIWebView.inc | 2 +- packages/cocoaint/src/webkit/WebArchive.inc | 2 +- .../src/webkit/WebBackForwardList.inc | 2 +- .../cocoaint/src/webkit/WebDOMOperations.inc | 2 +- .../cocoaint/src/webkit/WebDataSource.inc | 4 +- packages/cocoaint/src/webkit/WebDocument.inc | 2 +- packages/cocoaint/src/webkit/WebDownload.inc | 2 +- .../src/webkit/WebEditingDelegate.inc | 2 +- packages/cocoaint/src/webkit/WebFrame.inc | 2 +- .../src/webkit/WebFrameLoadDelegate.inc | 4 +- packages/cocoaint/src/webkit/WebFrameView.inc | 2 +- packages/cocoaint/src/webkit/WebHistory.inc | 2 +- .../cocoaint/src/webkit/WebHistoryItem.inc | 2 +- packages/cocoaint/src/webkit/WebKit.inc | 1 + packages/cocoaint/src/webkit/WebKitErrors.inc | 2 +- packages/cocoaint/src/webkit/WebPlugin.inc | 3 +- .../src/webkit/WebPluginContainer.inc | 2 +- .../src/webkit/WebPluginViewFactory.inc | 2 +- .../cocoaint/src/webkit/WebPolicyDelegate.inc | 8 +- .../cocoaint/src/webkit/WebPreferences.inc | 2 +- packages/cocoaint/src/webkit/WebResource.inc | 2 +- .../src/webkit/WebResourceLoadDelegate.inc | 2 +- .../cocoaint/src/webkit/WebScriptObject.inc | 3 +- .../cocoaint/src/webkit/WebUIDelegate.inc | 22 +++--- packages/cocoaint/src/webkit/WebView.inc | 2 +- packages/cocoaint/utils/make-cocoa-headers.sh | 2 +- packages/cocoaint/utils/make-ios-headers.sh | 11 +-- packages/cocoaint/utils/parser.php | 2 +- .../patches/{uikit.patch => uikit-3.2.patch} | 0 .../cocoaint/utils/patches/uikit-4.2.patch | 60 +++++++++++++++ packages/cocoaint/utils/source/objp.php | 76 ++++++++++--------- packages/cocoaint/utils/source/objp_base.php | 32 ++++---- packages/cocoaint/utils/source/utilities.php | 6 +- .../utils/uikit-skel/src/UndefinedTypes.inc | 4 +- .../utils/uikit-skel/src/iPhoneAll.pas | 4 +- .../utils/uikit-skel/src/uikit/UIKit.inc | 5 ++ 532 files changed, 987 insertions(+), 884 deletions(-) rename packages/cocoaint/utils/patches/{uikit.patch => uikit-3.2.patch} (100%) create mode 100644 packages/cocoaint/utils/patches/uikit-4.2.patch diff --git a/.gitattributes b/.gitattributes index 8fdc4fe3df..71fa025e68 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1579,7 +1579,8 @@ packages/cocoaint/utils/make-cocoa-headers.sh svneol=native#text/plain packages/cocoaint/utils/make-ios-headers.sh svneol=native#text/plain packages/cocoaint/utils/parser.php svneol=native#text/plain packages/cocoaint/utils/patches/cocoa-coredata-webkit.patch svneol=native#text/plain -packages/cocoaint/utils/patches/uikit.patch svneol=native#text/plain +packages/cocoaint/utils/patches/uikit-3.2.patch svneol=native#text/plain +packages/cocoaint/utils/patches/uikit-4.2.patch svneol=native#text/plain packages/cocoaint/utils/source/objp.php svneol=native#text/plain packages/cocoaint/utils/source/objp_base.php svneol=native#text/plain packages/cocoaint/utils/source/utilities.php svneol=native#text/plain diff --git a/packages/cocoaint/src/AnonClassDefinitionsWebkit.pas b/packages/cocoaint/src/AnonClassDefinitionsWebkit.pas index 56aa1a3218..ed5464f7e6 100644 --- a/packages/cocoaint/src/AnonClassDefinitionsWebkit.pas +++ b/packages/cocoaint/src/AnonClassDefinitionsWebkit.pas @@ -204,6 +204,7 @@ type DOMCSSStyleDeclaration = objcclass external; DOMElement = objcclass external; DOMAttr = objcclass external; + DOMBlob = objcclass external; DOMCDATASection = objcclass external; DOMCharacterData = objcclass external; DOMComment = objcclass external; diff --git a/packages/cocoaint/src/appkit/NSATSTypesetter.inc b/packages/cocoaint/src/appkit/NSATSTypesetter.inc index 1867c5e154..1c3417f951 100644 --- a/packages/cocoaint/src/appkit/NSATSTypesetter.inc +++ b/packages/cocoaint/src/appkit/NSATSTypesetter.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSATSTypesetter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSAccessibility.inc b/packages/cocoaint/src/appkit/NSAccessibility.inc index 576016ff62..3ab56f475f 100644 --- a/packages/cocoaint/src/appkit/NSAccessibility.inc +++ b/packages/cocoaint/src/appkit/NSAccessibility.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAccessibility.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -321,9 +321,9 @@ var NSAccessibilityRatingIndicatorSubrole: NSString; cvar; external; NSAccessibilityContentListSubrole: NSString; cvar; external; NSAccessibilityDefinitionListSubrole: NSString; cvar; external; - NSAccessibilitySortButtonRole: NSString; cvar; external; - NSAccessibilityHorizontialUnitsAttribute_BUT_DEPRECATED: NSString; cvar; external; - NSAccessibilityHorizontialUnitDescriptionAttribute_BUT_DEPRECATED: NSString; cvar; external; + NSAccessibilitySortButtonRole: NSString deprecated 'in Mac OS X 10.6 and later'; cvar; external; + NSAccessibilityHorizontialUnitsAttribute: NSString deprecated 'in Mac OS X 10.6 and later'; cvar; external; + NSAccessibilityHorizontialUnitDescriptionAttribute: NSString deprecated 'in Mac OS X 10.6 and later'; cvar; external; {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSActionCell.inc b/packages/cocoaint/src/appkit/NSActionCell.inc index 9902212684..0841f1de9d 100644 --- a/packages/cocoaint/src/appkit/NSActionCell.inc +++ b/packages/cocoaint/src/appkit/NSActionCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSActionCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSAffineTransform.inc b/packages/cocoaint/src/appkit/NSAffineTransform.inc index 2c9c5ef1f2..e47d23574c 100644 --- a/packages/cocoaint/src/appkit/NSAffineTransform.inc +++ b/packages/cocoaint/src/appkit/NSAffineTransform.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAffineTransform.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSAlert.inc b/packages/cocoaint/src/appkit/NSAlert.inc index bf64ee39c2..23c9256f76 100644 --- a/packages/cocoaint/src/appkit/NSAlert.inc +++ b/packages/cocoaint/src/appkit/NSAlert.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAlert.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -110,8 +110,8 @@ type function helpAnchor: NSString; message 'helpAnchor'; procedure setAlertStyle(style: NSAlertStyle); message 'setAlertStyle:'; function alertStyle: NSAlertStyle; message 'alertStyle'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(delegate_: NSAlertDelegateProtocol); message 'setDelegate:'; + function delegate: NSAlertDelegateProtocol; message 'delegate'; procedure setShowsSuppressionButton(flag: Boolean); message 'setShowsSuppressionButton:'; function showsSuppressionButton: Boolean; message 'showsSuppressionButton'; function suppressionButton: NSButton; message 'suppressionButton'; diff --git a/packages/cocoaint/src/appkit/NSAnimation.inc b/packages/cocoaint/src/appkit/NSAnimation.inc index e4c49f5470..9f2327f364 100644 --- a/packages/cocoaint/src/appkit/NSAnimation.inc +++ b/packages/cocoaint/src/appkit/NSAnimation.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAnimation.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -138,8 +138,8 @@ var procedure setAnimationCurve(curve: NSAnimationCurve); message 'setAnimationCurve:'; function animationCurve: NSAnimationCurve; message 'animationCurve'; function currentValue: single; message 'currentValue'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(delegate_: NSAnimationDelegateProtocol); message 'setDelegate:'; + function delegate: NSAnimationDelegateProtocol; message 'delegate'; function progressMarks: NSArray; message 'progressMarks'; procedure setProgressMarks(progressMarks_: NSArray); message 'setProgressMarks:'; procedure addProgressMark(progressMark: NSAnimationProgress); message 'addProgressMark:'; diff --git a/packages/cocoaint/src/appkit/NSAnimationContext.inc b/packages/cocoaint/src/appkit/NSAnimationContext.inc index 15333cfc6a..c316cfcf81 100644 --- a/packages/cocoaint/src/appkit/NSAnimationContext.inc +++ b/packages/cocoaint/src/appkit/NSAnimationContext.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAnimationContext.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc b/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc index b3a55aeed7..31c346a06b 100644 --- a/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc +++ b/packages/cocoaint/src/appkit/NSAppleScriptExtensions.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAppleScriptExtensions.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSApplication.inc b/packages/cocoaint/src/appkit/NSApplication.inc index a42fda8ecd..402ff97aea 100644 --- a/packages/cocoaint/src/appkit/NSApplication.inc +++ b/packages/cocoaint/src/appkit/NSApplication.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSApplication.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -221,8 +221,8 @@ var public class function sharedApplication: NSApplication; message 'sharedApplication'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSApplicationDelegateProtocol); message 'setDelegate:'; + function delegate: NSApplicationDelegateProtocol; message 'delegate'; function context: NSGraphicsContext; message 'context'; procedure hide(sender: id); message 'hide:'; procedure unhide(sender: id); message 'unhide:'; @@ -266,7 +266,7 @@ var procedure updateWindows; message 'updateWindows'; procedure setMainMenu(aMenu: NSMenu); message 'setMainMenu:'; function mainMenu: NSMenu; message 'mainMenu'; - procedure setHelpMenu(helpMenu: NSMenu); message 'setHelpMenu:'; + procedure setHelpMenu(helpMenu_: NSMenu); message 'setHelpMenu:'; function helpMenu: NSMenu; message 'helpMenu'; procedure setApplicationIconImage(image: NSImage); message 'setApplicationIconImage:'; function applicationIconImage: NSImage; message 'applicationIconImage'; @@ -288,7 +288,7 @@ var function currentSystemPresentationOptions: NSApplicationPresentationOptions; message 'currentSystemPresentationOptions'; { Adopted Protocols } - function validateUserInterfaceItem(anItem: id): Boolean; + function validateUserInterfaceItem(anItem: NSValidatedUserInterfaceItemProtocol): Boolean; end; { NSWindowsMenuCategory } @@ -342,7 +342,7 @@ var NSDeprecated_NSApplicationCategory = objccategory external name 'NSDeprecated' (NSApplication) function runModalForWindow_relativeToWindow(theWindow: NSWindow; docWindow: NSWindow): NSInteger; message 'runModalForWindow:relativeToWindow:'; deprecated 'in Mac OS X 10 and later'; function beginModalSessionForWindow_relativeToWindow(theWindow: NSWindow; docWindow: NSWindow): NSModalSession; message 'beginModalSessionForWindow:relativeToWindow:'; deprecated 'in Mac OS X 10 and later'; - procedure application_printFiles(sender: NSApplication; filenames: NSArray); message 'application:printFiles:'; + procedure application_printFiles(sender: NSApplication; filenames: NSArray); message 'application:printFiles:'; deprecated 'in Mac OS X 10.4 and later'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSApplicationScripting.inc b/packages/cocoaint/src/appkit/NSApplicationScripting.inc index 33ae99aa41..6b316ddb58 100644 --- a/packages/cocoaint/src/appkit/NSApplicationScripting.inc +++ b/packages/cocoaint/src/appkit/NSApplicationScripting.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSApplicationScripting.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSArrayController.inc b/packages/cocoaint/src/appkit/NSArrayController.inc index e337c9ae85..30173038d5 100644 --- a/packages/cocoaint/src/appkit/NSArrayController.inc +++ b/packages/cocoaint/src/appkit/NSArrayController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSArrayController.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSAttributedString.inc b/packages/cocoaint/src/appkit/NSAttributedString.inc index 68d0665922..6cfbf67724 100644 --- a/packages/cocoaint/src/appkit/NSAttributedString.inc +++ b/packages/cocoaint/src/appkit/NSAttributedString.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSAttributedString.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -240,10 +240,10 @@ var { NSDeprecatedKitAdditionsCategory } NSDeprecatedKitAdditionsCategory = objccategory external (NSAttributedString) - class function textFileTypes: NSArray; message 'textFileTypes'; - class function textPasteboardTypes: NSArray; message 'textPasteboardTypes'; - class function textUnfilteredFileTypes: NSArray; message 'textUnfilteredFileTypes'; - class function textUnfilteredPasteboardTypes: NSArray; message 'textUnfilteredPasteboardTypes'; + class function textFileTypes: NSArray; message 'textFileTypes'; deprecated 'in Mac OS X 10.5 and later'; + class function textPasteboardTypes: NSArray; message 'textPasteboardTypes'; deprecated 'in Mac OS X 10.5 and later'; + class function textUnfilteredFileTypes: NSArray; message 'textUnfilteredFileTypes'; deprecated 'in Mac OS X 10.5 and later'; + class function textUnfilteredPasteboardTypes: NSArray; message 'textUnfilteredPasteboardTypes'; deprecated 'in Mac OS X 10.5 and later'; end; { NSMutableAttributedStringKitAdditionsCategory } diff --git a/packages/cocoaint/src/appkit/NSBezierPath.inc b/packages/cocoaint/src/appkit/NSBezierPath.inc index add29bb7ba..48182cf2d2 100644 --- a/packages/cocoaint/src/appkit/NSBezierPath.inc +++ b/packages/cocoaint/src/appkit/NSBezierPath.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBezierPath.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSBitmapImageRep.inc b/packages/cocoaint/src/appkit/NSBitmapImageRep.inc index 7014ce8e10..0837991f3b 100644 --- a/packages/cocoaint/src/appkit/NSBitmapImageRep.inc +++ b/packages/cocoaint/src/appkit/NSBitmapImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBitmapImageRep.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSBox.inc b/packages/cocoaint/src/appkit/NSBox.inc index 43d26d3d60..4e8924b584 100644 --- a/packages/cocoaint/src/appkit/NSBox.inc +++ b/packages/cocoaint/src/appkit/NSBox.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBox.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSBrowser.inc b/packages/cocoaint/src/appkit/NSBrowser.inc index 7af815df49..55ffe907b6 100644 --- a/packages/cocoaint/src/appkit/NSBrowser.inc +++ b/packages/cocoaint/src/appkit/NSBrowser.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBrowser.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -167,8 +167,8 @@ var procedure setCellClass(factoryId: Pobjc_class); message 'setCellClass:'; procedure setCellPrototype(aCell: NSCell); message 'setCellPrototype:'; function cellPrototype: id; message 'cellPrototype'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSBrowserDelegateProtocol); message 'setDelegate:'; + function delegate: NSBrowserDelegateProtocol; message 'delegate'; procedure setReusesColumns(flag: Boolean); message 'setReusesColumns:'; function reusesColumns: Boolean; message 'reusesColumns'; procedure setHasHorizontalScroller(flag: Boolean); message 'setHasHorizontalScroller:'; @@ -249,7 +249,7 @@ var function getRow_column_forPoint(row: NSIntegerPtr; column: NSIntegerPtr; point: NSPoint): Boolean; message 'getRow:column:forPoint:'; function columnWidthForColumnContentWidth(columnContentWidth: CGFloat): CGFloat; message 'columnWidthForColumnContentWidth:'; function columnContentWidthForColumnWidth(columnWidth: CGFloat): CGFloat; message 'columnContentWidthForColumnWidth:'; - procedure setColumnResizingType(columnResizingType: NSBrowserColumnResizingType); message 'setColumnResizingType:'; + procedure setColumnResizingType(columnResizingType_: NSBrowserColumnResizingType); message 'setColumnResizingType:'; function columnResizingType: NSBrowserColumnResizingType; message 'columnResizingType'; procedure setPrefersAllColumnUserResizing(prefersAllColumnResizing: Boolean); message 'setPrefersAllColumnUserResizing:'; function prefersAllColumnUserResizing: Boolean; message 'prefersAllColumnUserResizing'; @@ -316,8 +316,8 @@ var function browser_namesOfPromisedFilesDroppedAtDestination_forDraggedRowsWithIndexes_inColumn(browser: NSBrowser; dropDestination: NSURL; rowIndexes: NSIndexSet; column: NSInteger): NSArray; message 'browser:namesOfPromisedFilesDroppedAtDestination:forDraggedRowsWithIndexes:inColumn:'; function browser_canDragRowsWithIndexes_inColumn_withEvent(browser: NSBrowser; rowIndexes: NSIndexSet; column: NSInteger; event: NSEvent): Boolean; message 'browser:canDragRowsWithIndexes:inColumn:withEvent:'; function browser_draggingImageForRowsWithIndexes_inColumn_withEvent_offset(browser: NSBrowser; rowIndexes: NSIndexSet; column: NSInteger; event: NSEvent; dragImageOffset: NSPointPointer): NSImage; message 'browser:draggingImageForRowsWithIndexes:inColumn:withEvent:offset:'; - function browser_validateDrop_proposedRow_column_dropOperation(browser: NSBrowser; info: id; row: NSIntegerPtr; column: NSIntegerPtr; dropOperation: NSBrowserDropOperationPtr): NSDragOperation; message 'browser:validateDrop:proposedRow:column:dropOperation:'; - function browser_acceptDrop_atRow_column_dropOperation(browser: NSBrowser; info: id; row: NSInteger; column: NSInteger; dropOperation: NSBrowserDropOperation): Boolean; message 'browser:acceptDrop:atRow:column:dropOperation:'; + function browser_validateDrop_proposedRow_column_dropOperation(browser: NSBrowser; info: NSDraggingInfoProtocol; row: NSIntegerPtr; column: NSIntegerPtr; dropOperation: NSBrowserDropOperationPtr): NSDragOperation; message 'browser:validateDrop:proposedRow:column:dropOperation:'; + function browser_acceptDrop_atRow_column_dropOperation(browser: NSBrowser; info: NSDraggingInfoProtocol; row: NSInteger; column: NSInteger; dropOperation: NSBrowserDropOperation): Boolean; message 'browser:acceptDrop:atRow:column:dropOperation:'; function browser_typeSelectStringForRow_inColumn(browser: NSBrowser; row: NSInteger; column: NSInteger): NSString; message 'browser:typeSelectStringForRow:inColumn:'; function browser_shouldTypeSelectForEvent_withCurrentSearchString(browser: NSBrowser; event: NSEvent; searchString: NSString): Boolean; message 'browser:shouldTypeSelectForEvent:withCurrentSearchString:'; function browser_nextTypeSelectMatchFromRow_toRow_inColumn_forString(browser: NSBrowser; startRow: NSInteger; endRow: NSInteger; column: NSInteger; searchString: NSString): NSInteger; message 'browser:nextTypeSelectMatchFromRow:toRow:inColumn:forString:'; diff --git a/packages/cocoaint/src/appkit/NSBrowserCell.inc b/packages/cocoaint/src/appkit/NSBrowserCell.inc index a6bc8b703c..c26e95f47b 100644 --- a/packages/cocoaint/src/appkit/NSBrowserCell.inc +++ b/packages/cocoaint/src/appkit/NSBrowserCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSBrowserCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSButton.inc b/packages/cocoaint/src/appkit/NSButton.inc index 8958498013..2b07f01891 100644 --- a/packages/cocoaint/src/appkit/NSButton.inc +++ b/packages/cocoaint/src/appkit/NSButton.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSButton.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -72,7 +72,7 @@ function performKeyEquivalent(key: NSEvent): Boolean; message 'performKeyEquivalent:'; { Adopted Protocols } - function validateUserInterfaceItem(anItem: id): Boolean; + function validateUserInterfaceItem(anItem: NSValidatedUserInterfaceItemProtocol): Boolean; end; { NSKeyboardUI_NSButtonCategory } diff --git a/packages/cocoaint/src/appkit/NSButtonCell.inc b/packages/cocoaint/src/appkit/NSButtonCell.inc index 9f75a3141f..269b6f817c 100644 --- a/packages/cocoaint/src/appkit/NSButtonCell.inc +++ b/packages/cocoaint/src/appkit/NSButtonCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSButtonCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSCIImageRep.inc b/packages/cocoaint/src/appkit/NSCIImageRep.inc index b278d05f17..e8c5254b09 100644 --- a/packages/cocoaint/src/appkit/NSCIImageRep.inc +++ b/packages/cocoaint/src/appkit/NSCIImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCIImageRep.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSCachedImageRep.inc b/packages/cocoaint/src/appkit/NSCachedImageRep.inc index eabb4e331e..968e82ee1d 100644 --- a/packages/cocoaint/src/appkit/NSCachedImageRep.inc +++ b/packages/cocoaint/src/appkit/NSCachedImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCachedImageRep.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -49,10 +49,10 @@ _cache: Pointer; {garbage collector: __strong } public - function initWithWindow_rect(win: NSWindow; rect: NSRect): id; message 'initWithWindow:rect:'; - function initWithSize_depth_separate_alpha(size_: NSSize; depth: NSWindowDepth; flag: Boolean; alpha: Boolean): id; message 'initWithSize:depth:separate:alpha:'; - function window: NSWindow; message 'window'; - function rect: NSRect; message 'rect'; + function initWithWindow_rect(win: NSWindow; rect_: NSRect): id; message 'initWithWindow:rect:'; deprecated 'in Mac OS X 10.6 and later'; + function initWithSize_depth_separate_alpha(size_: NSSize; depth: NSWindowDepth; flag: Boolean; alpha: Boolean): id; message 'initWithSize:depth:separate:alpha:'; deprecated 'in Mac OS X 10.6 and later'; + function window: NSWindow; message 'window'; deprecated 'in Mac OS X 10.6 and later'; + function rect: NSRect; message 'rect'; deprecated 'in Mac OS X 10.6 and later'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSCell.inc b/packages/cocoaint/src/appkit/NSCell.inc index 0032a79d64..0c6418a484 100644 --- a/packages/cocoaint/src/appkit/NSCell.inc +++ b/packages/cocoaint/src/appkit/NSCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -273,7 +273,7 @@ var procedure setFormatter(newFormatter: NSFormatter); message 'setFormatter:'; function formatter: id; message 'formatter'; function objectValue: id; message 'objectValue'; - procedure setObjectValue(obj: id); message 'setObjectValue:'; + procedure setObjectValue(obj: NSCopyingProtocol); message 'setObjectValue:'; function hasValidObjectValue: Boolean; message 'hasValidObjectValue'; function stringValue: NSString; message 'stringValue'; procedure setStringValue(aString: NSString); message 'setStringValue:'; diff --git a/packages/cocoaint/src/appkit/NSClipView.inc b/packages/cocoaint/src/appkit/NSClipView.inc index f62ed8e968..613bce9fce 100644 --- a/packages/cocoaint/src/appkit/NSClipView.inc +++ b/packages/cocoaint/src/appkit/NSClipView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSClipView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSCollectionView.inc b/packages/cocoaint/src/appkit/NSCollectionView.inc index 80466f2a1d..003a978ec8 100644 --- a/packages/cocoaint/src/appkit/NSCollectionView.inc +++ b/packages/cocoaint/src/appkit/NSCollectionView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCollectionView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -135,8 +135,8 @@ const _reserved: array[0..15] of Pointer; public - procedure setDelegate(aDelegate: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(aDelegate: NSCollectionViewDelegateProtocol); message 'setDelegate:'; + function delegate: NSCollectionViewDelegateProtocol; message 'delegate'; function isFirstResponder: Boolean; message 'isFirstResponder'; procedure setContent(content_: NSArray); message 'setContent:'; function content: NSArray; message 'content'; @@ -177,8 +177,8 @@ const function collectionView_writeItemsAtIndexes_toPasteboard(collectionView: NSCollectionView; indexes: NSIndexSet; pasteboard: NSPasteboard): Boolean; message 'collectionView:writeItemsAtIndexes:toPasteboard:'; function collectionView_namesOfPromisedFilesDroppedAtDestination_forDraggedItemsAtIndexes(collectionView: NSCollectionView; dropURL: NSURL; indexes: NSIndexSet): NSArray; message 'collectionView:namesOfPromisedFilesDroppedAtDestination:forDraggedItemsAtIndexes:'; function collectionView_draggingImageForItemsAtIndexes_withEvent_offset(collectionView: NSCollectionView; indexes: NSIndexSet; event: NSEvent; dragImageOffset: NSPointPointer): NSImage; message 'collectionView:draggingImageForItemsAtIndexes:withEvent:offset:'; - function collectionView_validateDrop_proposedIndex_dropOperation(collectionView: NSCollectionView; draggingInfo: id; proposedDropIndex: NSIntegerPtr; proposedDropOperation: NSCollectionViewDropOperationPtr): NSDragOperation; message 'collectionView:validateDrop:proposedIndex:dropOperation:'; - function collectionView_acceptDrop_index_dropOperation(collectionView: NSCollectionView; draggingInfo: id; index: NSInteger; dropOperation: NSCollectionViewDropOperation): Boolean; message 'collectionView:acceptDrop:index:dropOperation:'; + function collectionView_validateDrop_proposedIndex_dropOperation(collectionView: NSCollectionView; draggingInfo: NSDraggingInfoProtocol; proposedDropIndex: NSIntegerPtr; proposedDropOperation: NSCollectionViewDropOperationPtr): NSDragOperation; message 'collectionView:validateDrop:proposedIndex:dropOperation:'; + function collectionView_acceptDrop_index_dropOperation(collectionView: NSCollectionView; draggingInfo: NSDraggingInfoProtocol; index: NSInteger; dropOperation: NSCollectionViewDropOperation): Boolean; message 'collectionView:acceptDrop:index:dropOperation:'; end; {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSColor.inc b/packages/cocoaint/src/appkit/NSColor.inc index 5d1256966b..6ae83cdeec 100644 --- a/packages/cocoaint/src/appkit/NSColor.inc +++ b/packages/cocoaint/src/appkit/NSColor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColor.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSColorList.inc b/packages/cocoaint/src/appkit/NSColorList.inc index 096537c9ce..45973e376f 100644 --- a/packages/cocoaint/src/appkit/NSColorList.inc +++ b/packages/cocoaint/src/appkit/NSColorList.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorList.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSColorPanel.inc b/packages/cocoaint/src/appkit/NSColorPanel.inc index fceae95673..b8d6fd58fc 100644 --- a/packages/cocoaint/src/appkit/NSColorPanel.inc +++ b/packages/cocoaint/src/appkit/NSColorPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorPanel.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSColorPicker.inc b/packages/cocoaint/src/appkit/NSColorPicker.inc index 73714d18b9..ea28c4c9f3 100644 --- a/packages/cocoaint/src/appkit/NSColorPicker.inc +++ b/packages/cocoaint/src/appkit/NSColorPicker.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorPicker.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSColorPicking.inc b/packages/cocoaint/src/appkit/NSColorPicking.inc index 1eb51f7c85..68104fd6fb 100644 --- a/packages/cocoaint/src/appkit/NSColorPicking.inc +++ b/packages/cocoaint/src/appkit/NSColorPicking.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorPicking.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSColorSpace.inc b/packages/cocoaint/src/appkit/NSColorSpace.inc index 456124887b..a375681df6 100644 --- a/packages/cocoaint/src/appkit/NSColorSpace.inc +++ b/packages/cocoaint/src/appkit/NSColorSpace.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorSpace.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -83,7 +83,7 @@ type function ICCProfileData: NSData; message 'ICCProfileData'; function initWithColorSyncProfile(prof: Pointer): id; message 'initWithColorSyncProfile:'; function colorSyncProfile: Pointer; message 'colorSyncProfile'; - function initWithCGColorSpace(cgColorSpace: CGColorSpaceRef): id; message 'initWithCGColorSpace:'; + function initWithCGColorSpace(cgColorSpace_: CGColorSpaceRef): id; message 'initWithCGColorSpace:'; function CGColorSpace: CGColorSpaceRef; message 'CGColorSpace'; function numberOfColorComponents: NSInteger; message 'numberOfColorComponents'; function colorSpaceModel: NSColorSpaceModel; message 'colorSpaceModel'; diff --git a/packages/cocoaint/src/appkit/NSColorWell.inc b/packages/cocoaint/src/appkit/NSColorWell.inc index 1d64041b70..7446f3363b 100644 --- a/packages/cocoaint/src/appkit/NSColorWell.inc +++ b/packages/cocoaint/src/appkit/NSColorWell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSColorWell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSComboBox.inc b/packages/cocoaint/src/appkit/NSComboBox.inc index ef16f1bec4..dee110f563 100644 --- a/packages/cocoaint/src/appkit/NSComboBox.inc +++ b/packages/cocoaint/src/appkit/NSComboBox.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSComboBox.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -78,10 +78,10 @@ var function numberOfItems: NSInteger; message 'numberOfItems'; function completes: Boolean; message 'completes'; procedure setCompletes(completes_: Boolean); message 'setCompletes:'; - function delegate: id; message 'delegate'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function dataSource: id; message 'dataSource'; - procedure setDataSource(aSource: id); message 'setDataSource:'; + function delegate: NSComboBoxDelegateProtocol; message 'delegate'; + procedure setDelegate(anObject: NSComboBoxDelegateProtocol); message 'setDelegate:'; + function dataSource: NSComboBoxDataSourceProtocol; message 'dataSource'; + procedure setDataSource(aSource: NSComboBoxDataSourceProtocol); message 'setDataSource:'; procedure addItemWithObjectValue(object_: id); message 'addItemWithObjectValue:'; procedure addItemsWithObjectValues(objects: NSArray); message 'addItemsWithObjectValues:'; procedure insertItemWithObjectValue_atIndex(object_: id; index: NSInteger); message 'insertItemWithObjectValue:atIndex:'; diff --git a/packages/cocoaint/src/appkit/NSComboBoxCell.inc b/packages/cocoaint/src/appkit/NSComboBoxCell.inc index 71cc917408..ed123b22d7 100644 --- a/packages/cocoaint/src/appkit/NSComboBoxCell.inc +++ b/packages/cocoaint/src/appkit/NSComboBoxCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSComboBoxCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSControl.inc b/packages/cocoaint/src/appkit/NSControl.inc index a0d6e8257a..c080a6eea4 100644 --- a/packages/cocoaint/src/appkit/NSControl.inc +++ b/packages/cocoaint/src/appkit/NSControl.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSControl.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -96,7 +96,7 @@ var procedure setFont(fontObj: NSFont); message 'setFont:'; procedure setFormatter(newFormatter: NSFormatter); message 'setFormatter:'; function formatter: id; message 'formatter'; - procedure setObjectValue(obj: id); message 'setObjectValue:'; + procedure setObjectValue(obj: NSCopyingProtocol); message 'setObjectValue:'; procedure setStringValue(aString: NSString); message 'setStringValue:'; procedure setIntValue(anInt: cint); message 'setIntValue:'; procedure setFloatValue(aFloat: single); message 'setFloatValue:'; diff --git a/packages/cocoaint/src/appkit/NSController.inc b/packages/cocoaint/src/appkit/NSController.inc index 90602ce5dc..80dbeb17d4 100644 --- a/packages/cocoaint/src/appkit/NSController.inc +++ b/packages/cocoaint/src/appkit/NSController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSController.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSCursor.inc b/packages/cocoaint/src/appkit/NSCursor.inc index da2cee14b9..9019fd8740 100644 --- a/packages/cocoaint/src/appkit/NSCursor.inc +++ b/packages/cocoaint/src/appkit/NSCursor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCursor.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSCustomImageRep.inc b/packages/cocoaint/src/appkit/NSCustomImageRep.inc index 1adc0f1c2b..2438409e42 100644 --- a/packages/cocoaint/src/appkit/NSCustomImageRep.inc +++ b/packages/cocoaint/src/appkit/NSCustomImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSCustomImageRep.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSDatePicker.inc b/packages/cocoaint/src/appkit/NSDatePicker.inc index d8f5492126..2d9fd60e09 100644 --- a/packages/cocoaint/src/appkit/NSDatePicker.inc +++ b/packages/cocoaint/src/appkit/NSDatePicker.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDatePicker.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -75,8 +75,8 @@ procedure setMinDate(date: NSDate); message 'setMinDate:'; function maxDate: NSDate; message 'maxDate'; procedure setMaxDate(date: NSDate); message 'setMaxDate:'; - function delegate: id; message 'delegate'; - procedure setDelegate(anObject: id); message 'setDelegate:'; + function delegate: NSDatePickerCellDelegateProtocol; message 'delegate'; + procedure setDelegate(anObject: NSDatePickerCellDelegateProtocol); message 'setDelegate:'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSDatePickerCell.inc b/packages/cocoaint/src/appkit/NSDatePickerCell.inc index 564b14a0aa..2d24ef972c 100644 --- a/packages/cocoaint/src/appkit/NSDatePickerCell.inc +++ b/packages/cocoaint/src/appkit/NSDatePickerCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDatePickerCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -131,8 +131,8 @@ type procedure setMinDate(date: NSDate); message 'setMinDate:'; function maxDate: NSDate; message 'maxDate'; procedure setMaxDate(date: NSDate); message 'setMaxDate:'; - function delegate: id; message 'delegate'; - procedure setDelegate(anObject: id); message 'setDelegate:'; + function delegate: NSDatePickerCellDelegateProtocol; message 'delegate'; + procedure setDelegate(anObject: NSDatePickerCellDelegateProtocol); message 'setDelegate:'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSDictionaryController.inc b/packages/cocoaint/src/appkit/NSDictionaryController.inc index 58fd16331d..5433e89028 100644 --- a/packages/cocoaint/src/appkit/NSDictionaryController.inc +++ b/packages/cocoaint/src/appkit/NSDictionaryController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDictionaryController.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSDockTile.inc b/packages/cocoaint/src/appkit/NSDockTile.inc index a96bd03839..458f02dfa2 100644 --- a/packages/cocoaint/src/appkit/NSDockTile.inc +++ b/packages/cocoaint/src/appkit/NSDockTile.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDockTile.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSDocument.inc b/packages/cocoaint/src/appkit/NSDocument.inc index 8bd9336a96..d0bad560cf 100644 --- a/packages/cocoaint/src/appkit/NSDocument.inc +++ b/packages/cocoaint/src/appkit/NSDocument.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDocument.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -173,7 +173,7 @@ type class function isNativeType(type_: NSString): Boolean; message 'isNativeType:'; function writableTypesForSaveOperation(saveOperation: NSSaveOperationType): NSArray; message 'writableTypesForSaveOperation:'; function fileNameExtensionForType_saveOperation(typeName: NSString; saveOperation: NSSaveOperationType): NSString; message 'fileNameExtensionForType:saveOperation:'; - function validateUserInterfaceItem(anItem: id): Boolean; message 'validateUserInterfaceItem:'; + function validateUserInterfaceItem(anItem: NSValidatedUserInterfaceItemProtocol): Boolean; message 'validateUserInterfaceItem:'; { Adopted Protocols } end; @@ -181,7 +181,7 @@ type { NSDeprecated_NSDocumentCategory } NSDeprecated_NSDocumentCategory = objccategory external name 'NSDeprecated' (NSDocument) function dataRepresentationOfType(type_: NSString): NSData; message 'dataRepresentationOfType:'; deprecated 'in Mac OS X 10.4 and later'; - function fileAttributesToWriteToFile_ofType_saveOperation(fullDocumentPath: NSString; documentTypeName: NSString; saveOperationType: NSSaveOperationType): NSDictionary; message 'fileAttributesToWriteToFile:ofType:saveOperation:'; + function fileAttributesToWriteToFile_ofType_saveOperation(fullDocumentPath: NSString; documentTypeName: NSString; saveOperationType: NSSaveOperationType): NSDictionary; message 'fileAttributesToWriteToFile:ofType:saveOperation:'; deprecated 'in Mac OS X 10.4 and later'; function fileName: NSString; message 'fileName'; deprecated 'in Mac OS X 10.4 and later'; function fileWrapperRepresentationOfType(type_: NSString): NSFileWrapper; message 'fileWrapperRepresentationOfType:'; deprecated 'in Mac OS X 10.4 and later'; function initWithContentsOfFile_ofType(absolutePath: NSString; typeName: NSString): id; message 'initWithContentsOfFile:ofType:'; deprecated 'in Mac OS X 10.4 and later'; diff --git a/packages/cocoaint/src/appkit/NSDocumentController.inc b/packages/cocoaint/src/appkit/NSDocumentController.inc index 4c9341d8c4..a2737a5fc6 100644 --- a/packages/cocoaint/src/appkit/NSDocumentController.inc +++ b/packages/cocoaint/src/appkit/NSDocumentController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDocumentController.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -70,7 +70,7 @@ function makeDocumentWithContentsOfURL_ofType_error(absoluteURL: NSURL; typeName: NSString; outError: NSErrorPointer): id; message 'makeDocumentWithContentsOfURL:ofType:error:'; function reopenDocumentForURL_withContentsOfURL_error(absoluteDocumentURL: NSURL; absoluteDocumentContentsURL: NSURL; outError: NSErrorPointer): Boolean; message 'reopenDocumentForURL:withContentsOfURL:error:'; function makeDocumentForURL_withContentsOfURL_ofType_error(absoluteDocumentURL: NSURL; absoluteDocumentContentsURL: NSURL; typeName: NSString; outError: NSErrorPointer): id; message 'makeDocumentForURL:withContentsOfURL:ofType:error:'; - procedure setAutosavingDelay(autosavingDelay: NSTimeInterval); message 'setAutosavingDelay:'; + procedure setAutosavingDelay(autosavingDelay_: NSTimeInterval); message 'setAutosavingDelay:'; function autosavingDelay: NSTimeInterval; message 'autosavingDelay'; procedure saveAllDocuments(sender: id); message 'saveAllDocuments:'; function hasEditedDocuments: Boolean; message 'hasEditedDocuments'; @@ -89,7 +89,7 @@ function documentClassNames: NSArray; message 'documentClassNames'; function documentClassForType(typeName: NSString): Pobjc_class; message 'documentClassForType:'; function displayNameForType(typeName: NSString): NSString; message 'displayNameForType:'; - function validateUserInterfaceItem(anItem: id): Boolean; message 'validateUserInterfaceItem:'; + function validateUserInterfaceItem(anItem: NSValidatedUserInterfaceItemProtocol): Boolean; message 'validateUserInterfaceItem:'; { Adopted Protocols } procedure encodeWithCoder(aCoder: NSCoder); diff --git a/packages/cocoaint/src/appkit/NSDocumentScripting.inc b/packages/cocoaint/src/appkit/NSDocumentScripting.inc index 71d1fb1c65..ffa5eb9fcd 100644 --- a/packages/cocoaint/src/appkit/NSDocumentScripting.inc +++ b/packages/cocoaint/src/appkit/NSDocumentScripting.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDocumentScripting.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSDragging.inc b/packages/cocoaint/src/appkit/NSDragging.inc index 6d91ad7b2e..90dbdb1a9b 100644 --- a/packages/cocoaint/src/appkit/NSDragging.inc +++ b/packages/cocoaint/src/appkit/NSDragging.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDragging.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -59,13 +59,13 @@ const { NSDraggingDestinationCategory } NSDraggingDestinationCategory = objccategory external (NSObject) - function draggingEntered(sender: id): NSDragOperation; message 'draggingEntered:'; - function draggingUpdated(sender: id): NSDragOperation; message 'draggingUpdated:'; - procedure draggingExited(sender: id); message 'draggingExited:'; - function prepareForDragOperation(sender: id): Boolean; message 'prepareForDragOperation:'; - function performDragOperation(sender: id): Boolean; message 'performDragOperation:'; - procedure concludeDragOperation(sender: id); message 'concludeDragOperation:'; - procedure draggingEnded(sender: id); message 'draggingEnded:'; + function draggingEntered(sender: NSDraggingInfoProtocol): NSDragOperation; message 'draggingEntered:'; + function draggingUpdated(sender: NSDraggingInfoProtocol): NSDragOperation; message 'draggingUpdated:'; + procedure draggingExited(sender: NSDraggingInfoProtocol); message 'draggingExited:'; + function prepareForDragOperation(sender: NSDraggingInfoProtocol): Boolean; message 'prepareForDragOperation:'; + function performDragOperation(sender: NSDraggingInfoProtocol): Boolean; message 'performDragOperation:'; + procedure concludeDragOperation(sender: NSDraggingInfoProtocol); message 'concludeDragOperation:'; + procedure draggingEnded(sender: NSDraggingInfoProtocol); message 'draggingEnded:'; function wantsPeriodicDraggingUpdates: Boolean; message 'wantsPeriodicDraggingUpdates'; end; diff --git a/packages/cocoaint/src/appkit/NSDrawer.inc b/packages/cocoaint/src/appkit/NSDrawer.inc index 289d26ac86..4fb77e75a4 100644 --- a/packages/cocoaint/src/appkit/NSDrawer.inc +++ b/packages/cocoaint/src/appkit/NSDrawer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSDrawer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -95,8 +95,8 @@ var function contentView: NSView; message 'contentView'; procedure setPreferredEdge(edge_: NSRectEdge); message 'setPreferredEdge:'; function preferredEdge: NSRectEdge; message 'preferredEdge'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSDrawerDelegateProtocol); message 'setDelegate:'; + function delegate: NSDrawerDelegateProtocol; message 'delegate'; procedure open; message 'open'; procedure openOnEdge(edge_: NSRectEdge); message 'openOnEdge:'; procedure close; message 'close'; diff --git a/packages/cocoaint/src/appkit/NSEPSImageRep.inc b/packages/cocoaint/src/appkit/NSEPSImageRep.inc index 4710a1ed52..ae5216a7db 100644 --- a/packages/cocoaint/src/appkit/NSEPSImageRep.inc +++ b/packages/cocoaint/src/appkit/NSEPSImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSEPSImageRep.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSErrors.inc b/packages/cocoaint/src/appkit/NSErrors.inc index 69e9094782..aa0eed8d79 100644 --- a/packages/cocoaint/src/appkit/NSErrors.inc +++ b/packages/cocoaint/src/appkit/NSErrors.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSErrors.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSEvent.inc b/packages/cocoaint/src/appkit/NSEvent.inc index 60977e0ba8..c7aa793a5c 100644 --- a/packages/cocoaint/src/appkit/NSEvent.inc +++ b/packages/cocoaint/src/appkit/NSEvent.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSEvent.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSFileWrapper.inc b/packages/cocoaint/src/appkit/NSFileWrapper.inc index 089a579e45..c188e9b683 100644 --- a/packages/cocoaint/src/appkit/NSFileWrapper.inc +++ b/packages/cocoaint/src/appkit/NSFileWrapper.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFileWrapper.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSFont.inc b/packages/cocoaint/src/appkit/NSFont.inc index 7b59d10972..f05f5aa0cc 100644 --- a/packages/cocoaint/src/appkit/NSFont.inc +++ b/packages/cocoaint/src/appkit/NSFont.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFont.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -71,23 +71,23 @@ function NSConvertGlyphsToPackedGlyphs(glBuf: NSGlyphPtr; count: NSInteger; pack var NSAntialiasThresholdChangedNotification: NSString; cvar; external; NSFontSetChangedNotification: NSString; cvar; external; - NSAFMFamilyName: NSString; cvar; external; - NSAFMFontName: NSString; cvar; external; - NSAFMFormatVersion: NSString; cvar; external; - NSAFMFullName: NSString; cvar; external; - NSAFMNotice: NSString; cvar; external; - NSAFMVersion: NSString; cvar; external; - NSAFMWeight: NSString; cvar; external; - NSAFMEncodingScheme: NSString; cvar; external; - NSAFMCharacterSet: NSString; cvar; external; - NSAFMCapHeight: NSString; cvar; external; - NSAFMXHeight: NSString; cvar; external; - NSAFMAscender: NSString; cvar; external; - NSAFMDescender: NSString; cvar; external; - NSAFMUnderlinePosition: NSString; cvar; external; - NSAFMUnderlineThickness: NSString; cvar; external; - NSAFMItalicAngle: NSString; cvar; external; - NSAFMMappingScheme: NSString; cvar; external; + NSAFMFamilyName: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMFontName: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMFormatVersion: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMFullName: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMNotice: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMVersion: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMWeight: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMEncodingScheme: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMCharacterSet: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMCapHeight: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMXHeight: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMAscender: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMDescender: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMUnderlinePosition: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMUnderlineThickness: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMItalicAngle: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; + NSAFMMappingScheme: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSFontDescriptor.inc b/packages/cocoaint/src/appkit/NSFontDescriptor.inc index e59f13746e..5422b9e849 100644 --- a/packages/cocoaint/src/appkit/NSFontDescriptor.inc +++ b/packages/cocoaint/src/appkit/NSFontDescriptor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFontDescriptor.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -75,7 +75,7 @@ var NSFontTraitsAttribute: NSString; cvar; external; NSFontFixedAdvanceAttribute: NSString; cvar; external; NSFontFeatureSettingsAttribute: NSString; cvar; external; - NSFontColorAttribute: NSString; cvar; external; + NSFontColorAttribute: NSString deprecated 'in Mac OS X 10.4 and later'; cvar; external; NSFontSymbolicTrait: NSString; cvar; external; NSFontWeightTrait: NSString; cvar; external; NSFontWidthTrait: NSString; cvar; external; diff --git a/packages/cocoaint/src/appkit/NSFontManager.inc b/packages/cocoaint/src/appkit/NSFontManager.inc index 9e47ff6a31..213523ef5e 100644 --- a/packages/cocoaint/src/appkit/NSFontManager.inc +++ b/packages/cocoaint/src/appkit/NSFontManager.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFontManager.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSFontPanel.inc b/packages/cocoaint/src/appkit/NSFontPanel.inc index 16c29ec2c0..dda77ac6ab 100644 --- a/packages/cocoaint/src/appkit/NSFontPanel.inc +++ b/packages/cocoaint/src/appkit/NSFontPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFontPanel.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSForm.inc b/packages/cocoaint/src/appkit/NSForm.inc index 6828ed11e6..82d81822b0 100644 --- a/packages/cocoaint/src/appkit/NSForm.inc +++ b/packages/cocoaint/src/appkit/NSForm.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSForm.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSFormCell.inc b/packages/cocoaint/src/appkit/NSFormCell.inc index a9275db958..e9da8383cb 100644 --- a/packages/cocoaint/src/appkit/NSFormCell.inc +++ b/packages/cocoaint/src/appkit/NSFormCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSFormCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSGlyphGenerator.inc b/packages/cocoaint/src/appkit/NSGlyphGenerator.inc index 6bdcbde265..224b468e19 100644 --- a/packages/cocoaint/src/appkit/NSGlyphGenerator.inc +++ b/packages/cocoaint/src/appkit/NSGlyphGenerator.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGlyphGenerator.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -53,7 +53,7 @@ const NSGlyphGenerator = objcclass external (NSObject) public - procedure generateGlyphsForGlyphStorage_desiredNumberOfCharacters_glyphIndex_characterIndex(glyphStorage: id; nChars: NSUInteger; glyphIndex: NSUIntegerPtr; charIndex: NSUIntegerPtr); message 'generateGlyphsForGlyphStorage:desiredNumberOfCharacters:glyphIndex:characterIndex:'; + procedure generateGlyphsForGlyphStorage_desiredNumberOfCharacters_glyphIndex_characterIndex(glyphStorage: NSGlyphStorageProtocol; nChars: NSUInteger; glyphIndex: NSUIntegerPtr; charIndex: NSUIntegerPtr); message 'generateGlyphsForGlyphStorage:desiredNumberOfCharacters:glyphIndex:characterIndex:'; class function sharedGlyphGenerator: id; message 'sharedGlyphGenerator'; end; diff --git a/packages/cocoaint/src/appkit/NSGlyphInfo.inc b/packages/cocoaint/src/appkit/NSGlyphInfo.inc index 7172f930c9..47b37e92ba 100644 --- a/packages/cocoaint/src/appkit/NSGlyphInfo.inc +++ b/packages/cocoaint/src/appkit/NSGlyphInfo.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGlyphInfo.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSGradient.inc b/packages/cocoaint/src/appkit/NSGradient.inc index 8a54e860be..269e875994 100644 --- a/packages/cocoaint/src/appkit/NSGradient.inc +++ b/packages/cocoaint/src/appkit/NSGradient.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGradient.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSGraphics.inc b/packages/cocoaint/src/appkit/NSGraphics.inc index 3d25b3e8a4..c245078de8 100644 --- a/packages/cocoaint/src/appkit/NSGraphics.inc +++ b/packages/cocoaint/src/appkit/NSGraphics.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGraphics.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -156,8 +156,8 @@ var NSNamedColorSpace: NSString; cvar; external; NSPatternColorSpace: NSString; cvar; external; NSCustomColorSpace: NSString; cvar; external; - NSCalibratedBlackColorSpace: NSString; cvar; external; - NSDeviceBlackColorSpace: NSString; cvar; external; + NSCalibratedBlackColorSpace: NSString deprecated 'in Mac OS X 10.6 and later'; cvar; external; + NSDeviceBlackColorSpace: NSString deprecated 'in Mac OS X 10.6 and later'; cvar; external; NSDeviceResolution: NSString; cvar; external; NSDeviceColorSpaceName: NSString; cvar; external; NSDeviceBitsPerSample: NSString; cvar; external; diff --git a/packages/cocoaint/src/appkit/NSGraphicsContext.inc b/packages/cocoaint/src/appkit/NSGraphicsContext.inc index a57ca543d2..6dc0732625 100644 --- a/packages/cocoaint/src/appkit/NSGraphicsContext.inc +++ b/packages/cocoaint/src/appkit/NSGraphicsContext.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSGraphicsContext.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSHelpManager.inc b/packages/cocoaint/src/appkit/NSHelpManager.inc index 0d5b182bc3..b15682a46b 100644 --- a/packages/cocoaint/src/appkit/NSHelpManager.inc +++ b/packages/cocoaint/src/appkit/NSHelpManager.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSHelpManager.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSImage.inc b/packages/cocoaint/src/appkit/NSImage.inc index 8144c1117d..6eda5eea94 100644 --- a/packages/cocoaint/src/appkit/NSImage.inc +++ b/packages/cocoaint/src/appkit/NSImage.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSImage.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -201,9 +201,9 @@ var procedure lockFocus; message 'lockFocus'; procedure lockFocusFlipped(flipped: Boolean); message 'lockFocusFlipped:'; procedure unlockFocus; message 'unlockFocus'; - function bestRepresentationForDevice(deviceDescription: NSDictionary): NSImageRep; message 'bestRepresentationForDevice:'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + function bestRepresentationForDevice(deviceDescription: NSDictionary): NSImageRep; message 'bestRepresentationForDevice:'; deprecated 'in Mac OS X 10.6 and later'; + procedure setDelegate(anObject: NSImageDelegateProtocol); message 'setDelegate:'; + function delegate: NSImageDelegateProtocol; message 'delegate'; class function imageUnfilteredFileTypes: NSArray; message 'imageUnfilteredFileTypes'; class function imageUnfilteredPasteboardTypes: NSArray; message 'imageUnfilteredPasteboardTypes'; class function imageFileTypes: NSArray; message 'imageFileTypes'; diff --git a/packages/cocoaint/src/appkit/NSImageCell.inc b/packages/cocoaint/src/appkit/NSImageCell.inc index 27350393b7..e7ae1e047e 100644 --- a/packages/cocoaint/src/appkit/NSImageCell.inc +++ b/packages/cocoaint/src/appkit/NSImageCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSImageCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSImageRep.inc b/packages/cocoaint/src/appkit/NSImageRep.inc index 1e7d0eff9e..7724535533 100644 --- a/packages/cocoaint/src/appkit/NSImageRep.inc +++ b/packages/cocoaint/src/appkit/NSImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSImageRep.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSImageView.inc b/packages/cocoaint/src/appkit/NSImageView.inc index dc5eba4b35..e579a57c00 100644 --- a/packages/cocoaint/src/appkit/NSImageView.inc +++ b/packages/cocoaint/src/appkit/NSImageView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSImageView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSInputManager.inc b/packages/cocoaint/src/appkit/NSInputManager.inc index 89bc2058ef..23f1654ce9 100644 --- a/packages/cocoaint/src/appkit/NSInputManager.inc +++ b/packages/cocoaint/src/appkit/NSInputManager.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSInputManager.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSInputServer.inc b/packages/cocoaint/src/appkit/NSInputServer.inc index 6143e1852a..64a582b731 100644 --- a/packages/cocoaint/src/appkit/NSInputServer.inc +++ b/packages/cocoaint/src/appkit/NSInputServer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSInputServer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSInterfaceStyle.inc b/packages/cocoaint/src/appkit/NSInterfaceStyle.inc index e5b9109b71..a5bfd20ae7 100644 --- a/packages/cocoaint/src/appkit/NSInterfaceStyle.inc +++ b/packages/cocoaint/src/appkit/NSInterfaceStyle.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSInterfaceStyle.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSKeyValueBinding.inc b/packages/cocoaint/src/appkit/NSKeyValueBinding.inc index 441a9a97a2..27f6fa1500 100644 --- a/packages/cocoaint/src/appkit/NSKeyValueBinding.inc +++ b/packages/cocoaint/src/appkit/NSKeyValueBinding.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSKeyValueBinding.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSLayoutManager.inc b/packages/cocoaint/src/appkit/NSLayoutManager.inc index 3ea06aeb67..9a7515a89c 100644 --- a/packages/cocoaint/src/appkit/NSLayoutManager.inc +++ b/packages/cocoaint/src/appkit/NSLayoutManager.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSLayoutManager.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -164,8 +164,8 @@ type procedure setGlyphGenerator(glyphGenerator_: NSGlyphGenerator); message 'setGlyphGenerator:'; function typesetter: NSTypesetter; message 'typesetter'; procedure setTypesetter(typesetter_: NSTypesetter); message 'setTypesetter:'; - function delegate: id; message 'delegate'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; + function delegate: NSLayoutManagerDelegateProtocol; message 'delegate'; + procedure setDelegate(delegate_: NSLayoutManagerDelegateProtocol); message 'setDelegate:'; function textContainers: NSArray; message 'textContainers'; procedure addTextContainer(container: NSTextContainer); message 'addTextContainer:'; procedure insertTextContainer_atIndex(container: NSTextContainer; index: NSUInteger); message 'insertTextContainer:atIndex:'; diff --git a/packages/cocoaint/src/appkit/NSLevelIndicator.inc b/packages/cocoaint/src/appkit/NSLevelIndicator.inc index 229d639aa6..44e4220446 100644 --- a/packages/cocoaint/src/appkit/NSLevelIndicator.inc +++ b/packages/cocoaint/src/appkit/NSLevelIndicator.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSLevelIndicator.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc b/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc index efc5030cbe..d626277535 100644 --- a/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc +++ b/packages/cocoaint/src/appkit/NSLevelIndicatorCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSLevelIndicatorCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSMatrix.inc b/packages/cocoaint/src/appkit/NSMatrix.inc index a13dfeaacf..30fabe95ba 100644 --- a/packages/cocoaint/src/appkit/NSMatrix.inc +++ b/packages/cocoaint/src/appkit/NSMatrix.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMatrix.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -231,8 +231,8 @@ __MFlagsPtr = ^__MFlags; function performKeyEquivalent(theEvent: NSEvent): Boolean; message 'performKeyEquivalent:'; function sendAction: Boolean; message 'sendAction'; procedure sendDoubleAction; message 'sendDoubleAction'; - function delegate: id; message 'delegate'; - procedure setDelegate(anObject: id); message 'setDelegate:'; + function delegate: NSMatrixDelegateProtocol; message 'delegate'; + procedure setDelegate(anObject: NSMatrixDelegateProtocol); message 'setDelegate:'; function textShouldBeginEditing(textObject: NSText): Boolean; message 'textShouldBeginEditing:'; function textShouldEndEditing(textObject: NSText): Boolean; message 'textShouldEndEditing:'; procedure textDidBeginEditing(notification: NSNotification); message 'textDidBeginEditing:'; @@ -246,7 +246,7 @@ __MFlagsPtr = ^__MFlags; function toolTipForCell(cell_: NSCell): NSString; message 'toolTipForCell:'; { Adopted Protocols } - function validateUserInterfaceItem(anItem: id): Boolean; + function validateUserInterfaceItem(anItem: NSValidatedUserInterfaceItemProtocol): Boolean; end; { NSKeyboardUI_NSMatrixCategory } diff --git a/packages/cocoaint/src/appkit/NSMenu.inc b/packages/cocoaint/src/appkit/NSMenu.inc index 452be2c1d7..c6a501c6c6 100644 --- a/packages/cocoaint/src/appkit/NSMenu.inc +++ b/packages/cocoaint/src/appkit/NSMenu.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMenu.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -103,7 +103,7 @@ var procedure setTitle(aString: NSString); message 'setTitle:'; function title: NSString; message 'title'; class procedure popUpContextMenu_withEvent_forView(menu: NSMenu; event: NSEvent; view: NSView); message 'popUpContextMenu:withEvent:forView:'; - class procedure popUpContextMenu_withEvent_forView_withFont(menu: NSMenu; event: NSEvent; view: NSView; font: NSFont); message 'popUpContextMenu:withEvent:forView:withFont:'; + class procedure popUpContextMenu_withEvent_forView_withFont(menu: NSMenu; event: NSEvent; view: NSView; font_: NSFont); message 'popUpContextMenu:withEvent:forView:withFont:'; function popUpMenuPositioningItem_atLocation_inView(item: NSMenuItem; location: NSPoint; view: NSView): Boolean; message 'popUpMenuPositioningItem:atLocation:inView:'; class procedure setMenuBarVisible(visible: Boolean); message 'setMenuBarVisible:'; class function menuBarVisible: Boolean; message 'menuBarVisible'; @@ -132,8 +132,8 @@ var function performKeyEquivalent(theEvent: NSEvent): Boolean; message 'performKeyEquivalent:'; procedure itemChanged(item: NSMenuItem); message 'itemChanged:'; procedure performActionForItemAtIndex(index: NSInteger); message 'performActionForItemAtIndex:'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSMenuDelegateProtocol); message 'setDelegate:'; + function delegate: NSMenuDelegateProtocol; message 'delegate'; function menuBarHeight: CGFloat; message 'menuBarHeight'; procedure cancelTracking; message 'cancelTracking'; procedure cancelTrackingWithoutAnimation; message 'cancelTrackingWithoutAnimation'; diff --git a/packages/cocoaint/src/appkit/NSMenuItem.inc b/packages/cocoaint/src/appkit/NSMenuItem.inc index 76e062cd71..0a04622493 100644 --- a/packages/cocoaint/src/appkit/NSMenuItem.inc +++ b/packages/cocoaint/src/appkit/NSMenuItem.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMenuItem.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSMenuItemCell.inc b/packages/cocoaint/src/appkit/NSMenuItemCell.inc index 666d20f5f2..9cecba61c0 100644 --- a/packages/cocoaint/src/appkit/NSMenuItemCell.inc +++ b/packages/cocoaint/src/appkit/NSMenuItemCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMenuItemCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSMenuView.inc b/packages/cocoaint/src/appkit/NSMenuView.inc index fe9e34464b..9f2e2126d9 100644 --- a/packages/cocoaint/src/appkit/NSMenuView.inc +++ b/packages/cocoaint/src/appkit/NSMenuView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMenuView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSMovie.inc b/packages/cocoaint/src/appkit/NSMovie.inc index 0baa719545..b062e46641 100644 --- a/packages/cocoaint/src/appkit/NSMovie.inc +++ b/packages/cocoaint/src/appkit/NSMovie.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMovie.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -59,7 +59,7 @@ public function initWithMovie(movie: Pointer): id; message 'initWithMovie:'; deprecated 'in Mac OS X 10.5 and later'; - function initWithURL_byReference(url: NSURL; byRef: Boolean): id; message 'initWithURL:byReference:'; deprecated 'in Mac OS X 10.5 and later'; + function initWithURL_byReference(url_: NSURL; byRef: Boolean): id; message 'initWithURL:byReference:'; deprecated 'in Mac OS X 10.5 and later'; function initWithPasteboard(pasteboard: NSPasteboard): id; message 'initWithPasteboard:'; deprecated 'in Mac OS X 10.5 and later'; function QTMovie_: Pointer; message 'QTMovie'; deprecated 'in Mac OS X 10.5 and later'; function URL: NSURL; message 'URL'; deprecated 'in Mac OS X 10.5 and later'; diff --git a/packages/cocoaint/src/appkit/NSMovieView.inc b/packages/cocoaint/src/appkit/NSMovieView.inc index 8781754f36..5918f3c837 100644 --- a/packages/cocoaint/src/appkit/NSMovieView.inc +++ b/packages/cocoaint/src/appkit/NSMovieView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSMovieView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -84,7 +84,7 @@ __MVFlagsPtr = ^__MVFlags; _fReserved3: culong; public - procedure setMovie(movie: NSMovie); message 'setMovie:'; deprecated 'in Mac OS X 10.5 and later'; + procedure setMovie(movie_: NSMovie); message 'setMovie:'; deprecated 'in Mac OS X 10.5 and later'; function movie: NSMovie; message 'movie'; deprecated 'in Mac OS X 10.5 and later'; function movieController: Pointer; message 'movieController'; deprecated 'in Mac OS X 10.5 and later'; function movieRect: NSRect; message 'movieRect'; deprecated 'in Mac OS X 10.5 and later'; @@ -96,9 +96,9 @@ __MVFlagsPtr = ^__MVFlags; procedure gotoEnd(sender: id); message 'gotoEnd:'; deprecated 'in Mac OS X 10.5 and later'; procedure stepForward(sender: id); message 'stepForward:'; deprecated 'in Mac OS X 10.5 and later'; procedure stepBack(sender: id); message 'stepBack:'; deprecated 'in Mac OS X 10.5 and later'; - procedure setRate(rate: single); message 'setRate:'; deprecated 'in Mac OS X 10.5 and later'; + procedure setRate(rate_: single); message 'setRate:'; deprecated 'in Mac OS X 10.5 and later'; function rate: single; message 'rate'; deprecated 'in Mac OS X 10.5 and later'; - procedure setVolume(volume: single); message 'setVolume:'; deprecated 'in Mac OS X 10.5 and later'; + procedure setVolume(volume_: single); message 'setVolume:'; deprecated 'in Mac OS X 10.5 and later'; function volume: single; message 'volume'; deprecated 'in Mac OS X 10.5 and later'; procedure setMuted(mute: Boolean); message 'setMuted:'; deprecated 'in Mac OS X 10.5 and later'; function isMuted: Boolean; message 'isMuted'; deprecated 'in Mac OS X 10.5 and later'; @@ -117,12 +117,12 @@ __MVFlagsPtr = ^__MVFlags; procedure cut(sender: id); message 'cut:'; deprecated 'in Mac OS X 10.5 and later'; procedure copy_(sender: id); message 'copy:'; deprecated 'in Mac OS X 10.5 and later'; procedure paste(sender: id); message 'paste:'; deprecated 'in Mac OS X 10.5 and later'; - procedure delete(sender: id); message 'delete:'; + procedure delete(sender: id); message 'delete:'; deprecated 'in Mac OS X 10.5 and later'; procedure selectAll(sender: id); message 'selectAll:'; deprecated 'in Mac OS X 10.5 and later'; procedure clear(sender: id); message 'clear:'; deprecated 'in Mac OS X 10.5 and later'; { Adopted Protocols } - function validateUserInterfaceItem(anItem: id): Boolean; + function validateUserInterfaceItem(anItem: NSValidatedUserInterfaceItemProtocol): Boolean; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSNib.inc b/packages/cocoaint/src/appkit/NSNib.inc index b1d56e5896..b9726b217f 100644 --- a/packages/cocoaint/src/appkit/NSNib.inc +++ b/packages/cocoaint/src/appkit/NSNib.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSNib.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSNibLoading.inc b/packages/cocoaint/src/appkit/NSNibLoading.inc index 09c868ff43..b78f29145c 100644 --- a/packages/cocoaint/src/appkit/NSNibLoading.inc +++ b/packages/cocoaint/src/appkit/NSNibLoading.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSNibLoading.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSObjectController.inc b/packages/cocoaint/src/appkit/NSObjectController.inc index dd29309c71..10ab19b428 100644 --- a/packages/cocoaint/src/appkit/NSObjectController.inc +++ b/packages/cocoaint/src/appkit/NSObjectController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSObjectController.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -87,7 +87,7 @@ function canAdd: Boolean; message 'canAdd'; procedure remove(sender: id); message 'remove:'; function canRemove: Boolean; message 'canRemove'; - function validateUserInterfaceItem(item: id): Boolean; message 'validateUserInterfaceItem:'; + function validateUserInterfaceItem(item: NSValidatedUserInterfaceItemProtocol): Boolean; message 'validateUserInterfaceItem:'; end; { NSManagedControllerCategory } diff --git a/packages/cocoaint/src/appkit/NSOpenGL.inc b/packages/cocoaint/src/appkit/NSOpenGL.inc index 6ed3668d1b..cf811455e2 100644 --- a/packages/cocoaint/src/appkit/NSOpenGL.inc +++ b/packages/cocoaint/src/appkit/NSOpenGL.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSOpenGL.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSOpenGLView.inc b/packages/cocoaint/src/appkit/NSOpenGLView.inc index 7f93899f77..72ac806866 100644 --- a/packages/cocoaint/src/appkit/NSOpenGLView.inc +++ b/packages/cocoaint/src/appkit/NSOpenGLView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSOpenGLView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSOpenPanel.inc b/packages/cocoaint/src/appkit/NSOpenPanel.inc index 6eb463a967..2dd2cae78e 100644 --- a/packages/cocoaint/src/appkit/NSOpenPanel.inc +++ b/packages/cocoaint/src/appkit/NSOpenPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSOpenPanel.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSOutlineView.inc b/packages/cocoaint/src/appkit/NSOutlineView.inc index 61661703fe..67350ca8c8 100644 --- a/packages/cocoaint/src/appkit/NSOutlineView.inc +++ b/packages/cocoaint/src/appkit/NSOutlineView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSOutlineView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -159,10 +159,10 @@ var _ovReserved: id; public - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; - procedure setDataSource(aSource: id); message 'setDataSource:'; - function dataSource: id; message 'dataSource'; + procedure setDelegate(anObject: NSOutlineViewDelegateProtocol); message 'setDelegate:'; + function delegate: NSOutlineViewDelegateProtocol; message 'delegate'; + procedure setDataSource(aSource: NSOutlineViewDataSourceProtocol); message 'setDataSource:'; + function dataSource: NSOutlineViewDataSourceProtocol; message 'dataSource'; procedure setOutlineTableColumn(outlineTableColumn_: NSTableColumn); message 'setOutlineTableColumn:'; function outlineTableColumn: NSTableColumn; message 'outlineTableColumn'; function isExpandable(item: id): Boolean; message 'isExpandable:'; @@ -220,8 +220,8 @@ var function outlineView_persistentObjectForItem(outlineView: NSOutlineView; item: id): id; message 'outlineView:persistentObjectForItem:'; procedure outlineView_sortDescriptorsDidChange(outlineView: NSOutlineView; oldDescriptors: NSArray); message 'outlineView:sortDescriptorsDidChange:'; function outlineView_writeItems_toPasteboard(outlineView: NSOutlineView; items: NSArray; pasteboard: NSPasteboard): Boolean; message 'outlineView:writeItems:toPasteboard:'; - function outlineView_validateDrop_proposedItem_proposedChildIndex(outlineView: NSOutlineView; info: id; item: id; index: NSInteger): NSDragOperation; message 'outlineView:validateDrop:proposedItem:proposedChildIndex:'; - function outlineView_acceptDrop_item_childIndex(outlineView: NSOutlineView; info: id; item: id; index: NSInteger): Boolean; message 'outlineView:acceptDrop:item:childIndex:'; + function outlineView_validateDrop_proposedItem_proposedChildIndex(outlineView: NSOutlineView; info: NSDraggingInfoProtocol; item: id; index: NSInteger): NSDragOperation; message 'outlineView:validateDrop:proposedItem:proposedChildIndex:'; + function outlineView_acceptDrop_item_childIndex(outlineView: NSOutlineView; info: NSDraggingInfoProtocol; item: id; index: NSInteger): Boolean; message 'outlineView:acceptDrop:item:childIndex:'; function outlineView_namesOfPromisedFilesDroppedAtDestination_forDraggedItems(outlineView: NSOutlineView; dropDestination: NSURL; items: NSArray): NSArray; message 'outlineView:namesOfPromisedFilesDroppedAtDestination:forDraggedItems:'; end; diff --git a/packages/cocoaint/src/appkit/NSPDFImageRep.inc b/packages/cocoaint/src/appkit/NSPDFImageRep.inc index 63ffb7ec46..f9872e0d87 100644 --- a/packages/cocoaint/src/appkit/NSPDFImageRep.inc +++ b/packages/cocoaint/src/appkit/NSPDFImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPDFImageRep.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPICTImageRep.inc b/packages/cocoaint/src/appkit/NSPICTImageRep.inc index fc37a90a43..d313ebfbeb 100644 --- a/packages/cocoaint/src/appkit/NSPICTImageRep.inc +++ b/packages/cocoaint/src/appkit/NSPICTImageRep.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPICTImageRep.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPageLayout.inc b/packages/cocoaint/src/appkit/NSPageLayout.inc index 363bba0139..d15a46a56e 100644 --- a/packages/cocoaint/src/appkit/NSPageLayout.inc +++ b/packages/cocoaint/src/appkit/NSPageLayout.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPageLayout.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPanel.inc b/packages/cocoaint/src/appkit/NSPanel.inc index 93a56bb931..cd11e16f2c 100644 --- a/packages/cocoaint/src/appkit/NSPanel.inc +++ b/packages/cocoaint/src/appkit/NSPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPanel.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSParagraphStyle.inc b/packages/cocoaint/src/appkit/NSParagraphStyle.inc index 04a4c43d8f..8ec89cbcf6 100644 --- a/packages/cocoaint/src/appkit/NSParagraphStyle.inc +++ b/packages/cocoaint/src/appkit/NSParagraphStyle.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSParagraphStyle.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPasteboard.inc b/packages/cocoaint/src/appkit/NSPasteboard.inc index 006f136013..ee14e216c1 100644 --- a/packages/cocoaint/src/appkit/NSPasteboard.inc +++ b/packages/cocoaint/src/appkit/NSPasteboard.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPasteboard.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPasteboardItem.inc b/packages/cocoaint/src/appkit/NSPasteboardItem.inc index f1dd794ba6..c053d65554 100644 --- a/packages/cocoaint/src/appkit/NSPasteboardItem.inc +++ b/packages/cocoaint/src/appkit/NSPasteboardItem.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPasteboardItem.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -54,7 +54,7 @@ public function types: NSArray; message 'types'; function availableTypeFromArray(types_: NSArray): NSString; message 'availableTypeFromArray:'; - function setDataProvider_forTypes(dataProvider: id; types_: NSArray): Boolean; message 'setDataProvider:forTypes:'; + function setDataProvider_forTypes(dataProvider: NSPasteboardItemDataProviderProtocol; types_: NSArray): Boolean; message 'setDataProvider:forTypes:'; function setData_forType(data: NSData; type_: NSString): Boolean; message 'setData:forType:'; function setString_forType(string_: NSString; type_: NSString): Boolean; message 'setString:forType:'; function setPropertyList_forType(propertyList: id; type_: NSString): Boolean; message 'setPropertyList:forType:'; diff --git a/packages/cocoaint/src/appkit/NSPathCell.inc b/packages/cocoaint/src/appkit/NSPathCell.inc index 04470dd82c..ed95fc14b5 100644 --- a/packages/cocoaint/src/appkit/NSPathCell.inc +++ b/packages/cocoaint/src/appkit/NSPathCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPathCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -83,11 +83,11 @@ type procedure setPathStyle(style: NSPathStyle); message 'setPathStyle:'; function URL: NSURL; message 'URL'; procedure setURL(url_: NSURL); message 'setURL:'; - procedure setObjectValue(obj: id); message 'setObjectValue:'; + procedure setObjectValue(obj: NSCopyingProtocol); message 'setObjectValue:'; function allowedTypes: NSArray; message 'allowedTypes'; procedure setAllowedTypes(allowedTypes_: NSArray); message 'setAllowedTypes:'; - function delegate: id; message 'delegate'; - procedure setDelegate(value: id); message 'setDelegate:'; + function delegate: NSPathCellDelegateProtocol; message 'delegate'; + procedure setDelegate(value: NSPathCellDelegateProtocol); message 'setDelegate:'; class function pathComponentCellClass: Pobjc_class; message 'pathComponentCellClass'; function pathComponentCells: NSArray; message 'pathComponentCells'; procedure setPathComponentCells(cells: NSArray); message 'setPathComponentCells:'; diff --git a/packages/cocoaint/src/appkit/NSPathComponentCell.inc b/packages/cocoaint/src/appkit/NSPathComponentCell.inc index 72233b8edb..198ce1aa00 100644 --- a/packages/cocoaint/src/appkit/NSPathComponentCell.inc +++ b/packages/cocoaint/src/appkit/NSPathComponentCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPathComponentCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPathControl.inc b/packages/cocoaint/src/appkit/NSPathControl.inc index 8a92877cd8..803019454c 100644 --- a/packages/cocoaint/src/appkit/NSPathControl.inc +++ b/packages/cocoaint/src/appkit/NSPathControl.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPathControl.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -63,8 +63,8 @@ procedure setPathComponentCells(cells: NSArray); message 'setPathComponentCells:'; procedure setBackgroundColor(color: NSColor); message 'setBackgroundColor:'; function backgroundColor: NSColor; message 'backgroundColor'; - function delegate: id; message 'delegate'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; + function delegate: NSPathControlDelegateProtocol; message 'delegate'; + procedure setDelegate(delegate_: NSPathControlDelegateProtocol); message 'setDelegate:'; procedure setDraggingSourceOperationMask_forLocal(mask: NSDragOperation; isLocal: Boolean); message 'setDraggingSourceOperationMask:forLocal:'; procedure setMenu(menu_: NSMenu); message 'setMenu:'; function menu: NSMenu; message 'menu'; @@ -79,8 +79,8 @@ { NSPathControlDelegate Protocol } NSPathControlDelegateProtocol = objcprotocol external name 'NSPathControlDelegate' function pathControl_shouldDragPathComponentCell_withPasteboard(pathControl: NSPathControl; pathComponentCell: NSPathComponentCell; pasteboard: NSPasteboard): Boolean; message 'pathControl:shouldDragPathComponentCell:withPasteboard:'; - function pathControl_validateDrop(pathControl: NSPathControl; info: id): NSDragOperation; message 'pathControl:validateDrop:'; - function pathControl_acceptDrop(pathControl: NSPathControl; info: id): Boolean; message 'pathControl:acceptDrop:'; + function pathControl_validateDrop(pathControl: NSPathControl; info: NSDraggingInfoProtocol): NSDragOperation; message 'pathControl:validateDrop:'; + function pathControl_acceptDrop(pathControl: NSPathControl; info: NSDraggingInfoProtocol): Boolean; message 'pathControl:acceptDrop:'; procedure pathControl_willDisplayOpenPanel(pathControl: NSPathControl; openPanel: NSOpenPanel); message 'pathControl:willDisplayOpenPanel:'; procedure pathControl_willPopUpMenu(pathControl: NSPathControl; menu: NSMenu); message 'pathControl:willPopUpMenu:'; end; diff --git a/packages/cocoaint/src/appkit/NSPersistentDocument.inc b/packages/cocoaint/src/appkit/NSPersistentDocument.inc index 5f34c8d1a2..8ad206fa8a 100644 --- a/packages/cocoaint/src/appkit/NSPersistentDocument.inc +++ b/packages/cocoaint/src/appkit/NSPersistentDocument.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPersistentDocument.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -65,7 +65,7 @@ { NSDeprecated_NSPersistentDocumentCategory } NSDeprecated_NSPersistentDocumentCategory = objccategory external name 'NSDeprecated' (NSPersistentDocument) - function configurePersistentStoreCoordinatorForURL_ofType_error(url: NSURL; fileType_: NSString; error: NSErrorPointer): Boolean; message 'configurePersistentStoreCoordinatorForURL:ofType:error:'; + function configurePersistentStoreCoordinatorForURL_ofType_error(url: NSURL; fileType_: NSString; error: NSErrorPointer): Boolean; message 'configurePersistentStoreCoordinatorForURL:ofType:error:'; deprecated 'in Mac OS X 10.5 and later'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSPopUpButton.inc b/packages/cocoaint/src/appkit/NSPopUpButton.inc index d43ed5d4ad..3c48bc9685 100644 --- a/packages/cocoaint/src/appkit/NSPopUpButton.inc +++ b/packages/cocoaint/src/appkit/NSPopUpButton.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPopUpButton.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc b/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc index 305c24ad7b..e514092b10 100644 --- a/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc +++ b/packages/cocoaint/src/appkit/NSPopUpButtonCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPopUpButtonCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPredicateEditor.inc b/packages/cocoaint/src/appkit/NSPredicateEditor.inc index 13a1a8e1be..fc165c55d3 100644 --- a/packages/cocoaint/src/appkit/NSPredicateEditor.inc +++ b/packages/cocoaint/src/appkit/NSPredicateEditor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPredicateEditor.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc b/packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc index 93b1525a79..c3d050ac30 100644 --- a/packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc +++ b/packages/cocoaint/src/appkit/NSPredicateEditorRowTemplate.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPredicateEditorRowTemplate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSPrintInfo.inc b/packages/cocoaint/src/appkit/NSPrintInfo.inc index b87bd2617a..a65c2ea83c 100644 --- a/packages/cocoaint/src/appkit/NSPrintInfo.inc +++ b/packages/cocoaint/src/appkit/NSPrintInfo.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPrintInfo.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -116,7 +116,7 @@ var procedure setPaperName(name: NSString); message 'setPaperName:'; procedure setPaperSize(size: NSSize); message 'setPaperSize:'; procedure setOrientation(orientation_: NSPrintingOrientation); message 'setOrientation:'; - procedure setScalingFactor(scalingFactor: CGFloat); message 'setScalingFactor:'; + procedure setScalingFactor(scalingFactor_: CGFloat); message 'setScalingFactor:'; function paperName: NSString; message 'paperName'; function paperSize: NSSize; message 'paperSize'; function orientation: NSPrintingOrientation; message 'orientation'; diff --git a/packages/cocoaint/src/appkit/NSPrintOperation.inc b/packages/cocoaint/src/appkit/NSPrintOperation.inc index da022c30bb..a27865627f 100644 --- a/packages/cocoaint/src/appkit/NSPrintOperation.inc +++ b/packages/cocoaint/src/appkit/NSPrintOperation.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPrintOperation.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -103,8 +103,8 @@ var NSDeprecated_NSPrintOperationCategory = objccategory external name 'NSDeprecated' (NSPrintOperation) procedure setAccessoryView(view_: NSView); message 'setAccessoryView:'; deprecated 'in Mac OS X 10.5 and later'; function accessoryView: NSView; message 'accessoryView'; deprecated 'in Mac OS X 10.5 and later'; - procedure setJobStyleHint(hint: NSString); message 'setJobStyleHint:'; - function jobStyleHint: NSString; message 'jobStyleHint'; + procedure setJobStyleHint(hint: NSString); message 'setJobStyleHint:'; deprecated 'in Mac OS X 10.5 and later'; + function jobStyleHint: NSString; message 'jobStyleHint'; deprecated 'in Mac OS X 10.5 and later'; procedure setShowPanels(flag: Boolean); message 'setShowPanels:'; deprecated 'in Mac OS X 10.4 and later'; function showPanels: Boolean; message 'showPanels'; deprecated 'in Mac OS X 10.4 and later'; end; diff --git a/packages/cocoaint/src/appkit/NSPrintPanel.inc b/packages/cocoaint/src/appkit/NSPrintPanel.inc index 2e71f418ea..e32bf81188 100644 --- a/packages/cocoaint/src/appkit/NSPrintPanel.inc +++ b/packages/cocoaint/src/appkit/NSPrintPanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPrintPanel.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -110,7 +110,7 @@ var { NSDeprecated_NSPrintPanelCategory } NSDeprecated_NSPrintPanelCategory = objccategory external name 'NSDeprecated' (NSPrintPanel) - procedure setAccessoryView(accessoryView: NSView); message 'setAccessoryView:'; deprecated 'in Mac OS X 10.5 and later'; + procedure setAccessoryView(accessoryView_: NSView); message 'setAccessoryView:'; deprecated 'in Mac OS X 10.5 and later'; function accessoryView: NSView; message 'accessoryView'; deprecated 'in Mac OS X 10.5 and later'; procedure updateFromPrintInfo; message 'updateFromPrintInfo'; deprecated 'in Mac OS X 10.5 and later'; procedure finalWritePrintInfo; message 'finalWritePrintInfo'; deprecated 'in Mac OS X 10.5 and later'; diff --git a/packages/cocoaint/src/appkit/NSPrinter.inc b/packages/cocoaint/src/appkit/NSPrinter.inc index fb00262631..ea84e4bd8f 100644 --- a/packages/cocoaint/src/appkit/NSPrinter.inc +++ b/packages/cocoaint/src/appkit/NSPrinter.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSPrinter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -101,7 +101,7 @@ type function isColor: Boolean; message 'isColor'; deprecated 'in Mac OS X 10.2 and later'; function isFontAvailable(faceName: NSString): Boolean; message 'isFontAvailable:'; deprecated 'in Mac OS X 10.2 and later'; function isOutputStackInReverseOrder: Boolean; message 'isOutputStackInReverseOrder'; deprecated 'in Mac OS X 10.2 and later'; - class function printerWithName_domain_includeUnavailable(name_: NSString; domain: NSString; flag: Boolean): NSPrinter; message 'printerWithName:domain:includeUnavailable:'; deprecated 'in Mac OS X 10.2 and later'; + class function printerWithName_domain_includeUnavailable(name_: NSString; domain_: NSString; flag: Boolean): NSPrinter; message 'printerWithName:domain:includeUnavailable:'; deprecated 'in Mac OS X 10.2 and later'; function domain: NSString; message 'domain'; deprecated 'in Mac OS X 10.2 and later'; function host: NSString; message 'host'; deprecated 'in Mac OS X 10.2 and later'; function note: NSString; message 'note'; deprecated 'in Mac OS X 10.2 and later'; diff --git a/packages/cocoaint/src/appkit/NSProgressIndicator.inc b/packages/cocoaint/src/appkit/NSProgressIndicator.inc index 403a3d0981..5a5a51724b 100644 --- a/packages/cocoaint/src/appkit/NSProgressIndicator.inc +++ b/packages/cocoaint/src/appkit/NSProgressIndicator.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSProgressIndicator.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -131,9 +131,9 @@ const { NSProgressIndicatorDeprecatedCategory } NSProgressIndicatorDeprecatedCategory = objccategory external (NSProgressIndicator) - function animationDelay: NSTimeInterval; message 'animationDelay'; - procedure setAnimationDelay(delay: NSTimeInterval); message 'setAnimationDelay:'; - procedure animate(sender: id); message 'animate:'; + function animationDelay: NSTimeInterval; message 'animationDelay'; deprecated 'in Mac OS X 10.6 and later'; + procedure setAnimationDelay(delay: NSTimeInterval); message 'setAnimationDelay:'; deprecated 'in Mac OS X 10.6 and later'; + procedure animate(sender: id); message 'animate:'; deprecated 'in Mac OS X 10.6 and later'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSQuickDrawView.inc b/packages/cocoaint/src/appkit/NSQuickDrawView.inc index f235575ef4..c419316d42 100644 --- a/packages/cocoaint/src/appkit/NSQuickDrawView.inc +++ b/packages/cocoaint/src/appkit/NSQuickDrawView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSQuickDrawView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSResponder.inc b/packages/cocoaint/src/appkit/NSResponder.inc index 50908952f5..3e8cc48a1b 100644 --- a/packages/cocoaint/src/appkit/NSResponder.inc +++ b/packages/cocoaint/src/appkit/NSResponder.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSResponder.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSRuleEditor.inc b/packages/cocoaint/src/appkit/NSRuleEditor.inc index 464bf2642e..e3d97369eb 100644 --- a/packages/cocoaint/src/appkit/NSRuleEditor.inc +++ b/packages/cocoaint/src/appkit/NSRuleEditor.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSRuleEditor.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -123,8 +123,8 @@ var _ruleReserved2: id; public - procedure setDelegate(delegate_: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(delegate_: NSRuleEditorDelegateProtocol); message 'setDelegate:'; + function delegate: NSRuleEditorDelegateProtocol; message 'delegate'; procedure setFormattingStringsFilename(stringsFilename: NSString); message 'setFormattingStringsFilename:'; function formattingStringsFilename: NSString; message 'formattingStringsFilename'; procedure setFormattingDictionary(dictionary: NSDictionary); message 'setFormattingDictionary:'; diff --git a/packages/cocoaint/src/appkit/NSRulerMarker.inc b/packages/cocoaint/src/appkit/NSRulerMarker.inc index a6bb134c4d..d647808ab0 100644 --- a/packages/cocoaint/src/appkit/NSRulerMarker.inc +++ b/packages/cocoaint/src/appkit/NSRulerMarker.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSRulerMarker.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -75,8 +75,8 @@ function isMovable: Boolean; message 'isMovable'; function isRemovable: Boolean; message 'isRemovable'; function isDragging: Boolean; message 'isDragging'; - procedure setRepresentedObject(representedObject_: id); message 'setRepresentedObject:'; - function representedObject: id; message 'representedObject'; + procedure setRepresentedObject(representedObject_: NSCopyingProtocol); message 'setRepresentedObject:'; + function representedObject: NSCopyingProtocol; message 'representedObject'; function imageRectInRuler: NSRect; message 'imageRectInRuler'; function thicknessRequiredInRuler: CGFloat; message 'thicknessRequiredInRuler'; procedure drawRect(rect: NSRect); message 'drawRect:'; diff --git a/packages/cocoaint/src/appkit/NSRulerView.inc b/packages/cocoaint/src/appkit/NSRulerView.inc index fd30be6b12..ca62691128 100644 --- a/packages/cocoaint/src/appkit/NSRulerView.inc +++ b/packages/cocoaint/src/appkit/NSRulerView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSRulerView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSRunningApplication.inc b/packages/cocoaint/src/appkit/NSRunningApplication.inc index 41576e00ae..53272e196a 100644 --- a/packages/cocoaint/src/appkit/NSRunningApplication.inc +++ b/packages/cocoaint/src/appkit/NSRunningApplication.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSRunningApplication.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -96,10 +96,10 @@ type _appReserved: id; public - function terminated: Boolean; message 'terminated'; - function finishedLaunching: Boolean; message 'finishedLaunching'; - function hidden: Boolean; message 'hidden'; - function active: Boolean; message 'active'; + function isTerminated: Boolean; message 'isTerminated'; + function isFinishedLaunching: Boolean; message 'isFinishedLaunching'; + function isHidden: Boolean; message 'isHidden'; + function isActive: Boolean; message 'isActive'; function activationPolicy: NSApplicationActivationPolicy; message 'activationPolicy'; function localizedName: NSString; message 'localizedName'; function bundleIdentifier: NSString; message 'bundleIdentifier'; diff --git a/packages/cocoaint/src/appkit/NSSavePanel.inc b/packages/cocoaint/src/appkit/NSSavePanel.inc index 7ef6b3201a..351ac1153f 100644 --- a/packages/cocoaint/src/appkit/NSSavePanel.inc +++ b/packages/cocoaint/src/appkit/NSSavePanel.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSavePanel.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -118,8 +118,8 @@ __SPFlagsPtr = ^__SPFlags; procedure setAllowsOtherFileTypes(flag: Boolean); message 'setAllowsOtherFileTypes:'; function accessoryView: NSView; message 'accessoryView'; procedure setAccessoryView(view: NSView); message 'setAccessoryView:'; - function delegate: id; message 'delegate'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; + function delegate: NSOpenSavePanelDelegateProtocol; message 'delegate'; + procedure setDelegate(delegate_: NSOpenSavePanelDelegateProtocol); message 'setDelegate:'; function isExpanded: Boolean; message 'isExpanded'; function canCreateDirectories: Boolean; message 'canCreateDirectories'; procedure setCanCreateDirectories(flag: Boolean); message 'setCanCreateDirectories:'; diff --git a/packages/cocoaint/src/appkit/NSScreen.inc b/packages/cocoaint/src/appkit/NSScreen.inc index ad4834b7ba..63b25b935d 100644 --- a/packages/cocoaint/src/appkit/NSScreen.inc +++ b/packages/cocoaint/src/appkit/NSScreen.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSScreen.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSScrollView.inc b/packages/cocoaint/src/appkit/NSScrollView.inc index aec4bef9a5..7b7c9f29fb 100644 --- a/packages/cocoaint/src/appkit/NSScrollView.inc +++ b/packages/cocoaint/src/appkit/NSScrollView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSScrollView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSScroller.inc b/packages/cocoaint/src/appkit/NSScroller.inc index 9245317439..b918ef5b45 100644 --- a/packages/cocoaint/src/appkit/NSScroller.inc +++ b/packages/cocoaint/src/appkit/NSScroller.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSScroller.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSSearchField.inc b/packages/cocoaint/src/appkit/NSSearchField.inc index ee1a5e84ff..1b6b841fc2 100644 --- a/packages/cocoaint/src/appkit/NSSearchField.inc +++ b/packages/cocoaint/src/appkit/NSSearchField.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSearchField.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSSearchFieldCell.inc b/packages/cocoaint/src/appkit/NSSearchFieldCell.inc index 6ac6eea0ba..5b75b0f054 100644 --- a/packages/cocoaint/src/appkit/NSSearchFieldCell.inc +++ b/packages/cocoaint/src/appkit/NSSearchFieldCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSearchFieldCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSSecureTextField.inc b/packages/cocoaint/src/appkit/NSSecureTextField.inc index 48996dbdb0..1cccd9f1a1 100644 --- a/packages/cocoaint/src/appkit/NSSecureTextField.inc +++ b/packages/cocoaint/src/appkit/NSSecureTextField.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSecureTextField.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSSegmentedControl.inc b/packages/cocoaint/src/appkit/NSSegmentedControl.inc index 0c9f6558c4..142ca4da29 100644 --- a/packages/cocoaint/src/appkit/NSSegmentedControl.inc +++ b/packages/cocoaint/src/appkit/NSSegmentedControl.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSegmentedControl.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSShadow.inc b/packages/cocoaint/src/appkit/NSShadow.inc index 86720c22f2..168da8aab0 100644 --- a/packages/cocoaint/src/appkit/NSShadow.inc +++ b/packages/cocoaint/src/appkit/NSShadow.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSShadow.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSSlider.inc b/packages/cocoaint/src/appkit/NSSlider.inc index ae59eaa0c7..186ced21db 100644 --- a/packages/cocoaint/src/appkit/NSSlider.inc +++ b/packages/cocoaint/src/appkit/NSSlider.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSlider.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSSliderCell.inc b/packages/cocoaint/src/appkit/NSSliderCell.inc index bdb4c5726c..eb0b1106c4 100644 --- a/packages/cocoaint/src/appkit/NSSliderCell.inc +++ b/packages/cocoaint/src/appkit/NSSliderCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSliderCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSSound.inc b/packages/cocoaint/src/appkit/NSSound.inc index 12af55cfc1..69f49226d5 100644 --- a/packages/cocoaint/src/appkit/NSSound.inc +++ b/packages/cocoaint/src/appkit/NSSound.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSound.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -70,8 +70,8 @@ var function resume: Boolean; message 'resume'; function stop: Boolean; message 'stop'; function isPlaying: Boolean; message 'isPlaying'; - function delegate: id; message 'delegate'; - procedure setDelegate(aDelegate: id); message 'setDelegate:'; + function delegate: NSSoundDelegateProtocol; message 'delegate'; + procedure setDelegate(aDelegate: NSSoundDelegateProtocol); message 'setDelegate:'; function duration: NSTimeInterval; message 'duration'; procedure setVolume(volume_: single); message 'setVolume:'; function volume: single; message 'volume'; diff --git a/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc b/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc index 043cc5081e..053ac95ef5 100644 --- a/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc +++ b/packages/cocoaint/src/appkit/NSSpeechRecognizer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSpeechRecognizer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -51,8 +51,8 @@ function init: id; message 'init'; procedure startListening; message 'startListening'; procedure stopListening; message 'stopListening'; - function delegate: id; message 'delegate'; - procedure setDelegate(anObject: id); message 'setDelegate:'; + function delegate: NSSpeechRecognizerDelegateProtocol; message 'delegate'; + procedure setDelegate(anObject: NSSpeechRecognizerDelegateProtocol); message 'setDelegate:'; function commands: NSArray; message 'commands'; procedure setCommands(commands_: NSArray); message 'setCommands:'; function displayedCommandsTitle: NSString; message 'displayedCommandsTitle'; diff --git a/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc b/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc index 5bad3374d7..93f8cb1880 100644 --- a/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc +++ b/packages/cocoaint/src/appkit/NSSpeechSynthesizer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSpeechSynthesizer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -127,8 +127,8 @@ var procedure stopSpeakingAtBoundary(boundary: NSSpeechBoundary); message 'stopSpeakingAtBoundary:'; procedure pauseSpeakingAtBoundary(boundary: NSSpeechBoundary); message 'pauseSpeakingAtBoundary:'; procedure continueSpeaking; message 'continueSpeaking'; - function delegate: id; message 'delegate'; - procedure setDelegate(anObject: id); message 'setDelegate:'; + function delegate: NSSpeechSynthesizerDelegateProtocol; message 'delegate'; + procedure setDelegate(anObject: NSSpeechSynthesizerDelegateProtocol); message 'setDelegate:'; function voice: NSString; message 'voice'; function setVoice(voice_: NSString): Boolean; message 'setVoice:'; function rate: single; message 'rate'; diff --git a/packages/cocoaint/src/appkit/NSSpellChecker.inc b/packages/cocoaint/src/appkit/NSSpellChecker.inc index 3f5adeb79f..1a61f82193 100644 --- a/packages/cocoaint/src/appkit/NSSpellChecker.inc +++ b/packages/cocoaint/src/appkit/NSSpellChecker.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSpellChecker.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSSpellProtocol.inc b/packages/cocoaint/src/appkit/NSSpellProtocol.inc index e03bebf47a..82f4d0233e 100644 --- a/packages/cocoaint/src/appkit/NSSpellProtocol.inc +++ b/packages/cocoaint/src/appkit/NSSpellProtocol.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSpellProtocol.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSSplitView.inc b/packages/cocoaint/src/appkit/NSSplitView.inc index e802a9cd6f..905f0b9c2d 100644 --- a/packages/cocoaint/src/appkit/NSSplitView.inc +++ b/packages/cocoaint/src/appkit/NSSplitView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSSplitView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -71,8 +71,8 @@ var function dividerStyle: NSSplitViewDividerStyle; message 'dividerStyle'; procedure setAutosaveName(autosaveName_: NSString); message 'setAutosaveName:'; function autosaveName: NSString; message 'autosaveName'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(delegate_: NSSplitViewDelegateProtocol); message 'setDelegate:'; + function delegate: NSSplitViewDelegateProtocol; message 'delegate'; procedure drawDividerInRect(rect: NSRect); message 'drawDividerInRect:'; function dividerColor: NSColor; message 'dividerColor'; function dividerThickness: CGFloat; message 'dividerThickness'; diff --git a/packages/cocoaint/src/appkit/NSStatusBar.inc b/packages/cocoaint/src/appkit/NSStatusBar.inc index 84bbbb9dac..abc249871a 100644 --- a/packages/cocoaint/src/appkit/NSStatusBar.inc +++ b/packages/cocoaint/src/appkit/NSStatusBar.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStatusBar.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSStatusItem.inc b/packages/cocoaint/src/appkit/NSStatusItem.inc index c2c4db0f6f..34a2956921 100644 --- a/packages/cocoaint/src/appkit/NSStatusItem.inc +++ b/packages/cocoaint/src/appkit/NSStatusItem.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStatusItem.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSStepper.inc b/packages/cocoaint/src/appkit/NSStepper.inc index 25ab9a5bda..d1ccab060f 100644 --- a/packages/cocoaint/src/appkit/NSStepper.inc +++ b/packages/cocoaint/src/appkit/NSStepper.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStepper.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSStepperCell.inc b/packages/cocoaint/src/appkit/NSStepperCell.inc index 4a617da080..0cf1517014 100644 --- a/packages/cocoaint/src/appkit/NSStepperCell.inc +++ b/packages/cocoaint/src/appkit/NSStepperCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStepperCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSStringDrawing.inc b/packages/cocoaint/src/appkit/NSStringDrawing.inc index 4bb3e27dce..d657c11cee 100644 --- a/packages/cocoaint/src/appkit/NSStringDrawing.inc +++ b/packages/cocoaint/src/appkit/NSStringDrawing.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSStringDrawing.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTabView.inc b/packages/cocoaint/src/appkit/NSTabView.inc index 32bc2051ba..224538fe22 100644 --- a/packages/cocoaint/src/appkit/NSTabView.inc +++ b/packages/cocoaint/src/appkit/NSTabView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTabView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -134,8 +134,8 @@ type procedure addTabViewItem(tabViewItem: NSTabViewItem); message 'addTabViewItem:'; procedure insertTabViewItem_atIndex(tabViewItem: NSTabViewItem; index: NSInteger); message 'insertTabViewItem:atIndex:'; procedure removeTabViewItem(tabViewItem: NSTabViewItem); message 'removeTabViewItem:'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSTabViewDelegateProtocol); message 'setDelegate:'; + function delegate: NSTabViewDelegateProtocol; message 'delegate'; function tabViewItemAtPoint(point: NSPoint): NSTabViewItem; message 'tabViewItemAtPoint:'; function contentRect: NSRect; message 'contentRect'; function numberOfTabViewItems: NSInteger; message 'numberOfTabViewItems'; diff --git a/packages/cocoaint/src/appkit/NSTabViewItem.inc b/packages/cocoaint/src/appkit/NSTabViewItem.inc index 43f695c092..afa4829257 100644 --- a/packages/cocoaint/src/appkit/NSTabViewItem.inc +++ b/packages/cocoaint/src/appkit/NSTabViewItem.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTabViewItem.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTableColumn.inc b/packages/cocoaint/src/appkit/NSTableColumn.inc index f4f0e215a9..69082ca5f9 100644 --- a/packages/cocoaint/src/appkit/NSTableColumn.inc +++ b/packages/cocoaint/src/appkit/NSTableColumn.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTableColumn.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -94,7 +94,7 @@ const procedure sizeToFit; message 'sizeToFit'; procedure setSortDescriptorPrototype(sortDescriptor: NSSortDescriptor); message 'setSortDescriptorPrototype:'; function sortDescriptorPrototype: NSSortDescriptor; message 'sortDescriptorPrototype'; - procedure setResizingMask(resizingMask: NSUInteger); message 'setResizingMask:'; + procedure setResizingMask(resizingMask_: NSUInteger); message 'setResizingMask:'; function resizingMask: NSUInteger; message 'resizingMask'; procedure setHeaderToolTip(string_: NSString); message 'setHeaderToolTip:'; function headerToolTip: NSString; message 'headerToolTip'; diff --git a/packages/cocoaint/src/appkit/NSTableHeaderCell.inc b/packages/cocoaint/src/appkit/NSTableHeaderCell.inc index ba545385c9..89fde14770 100644 --- a/packages/cocoaint/src/appkit/NSTableHeaderCell.inc +++ b/packages/cocoaint/src/appkit/NSTableHeaderCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTableHeaderCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTableHeaderView.inc b/packages/cocoaint/src/appkit/NSTableHeaderView.inc index 47585df2ba..e3056035b6 100644 --- a/packages/cocoaint/src/appkit/NSTableHeaderView.inc +++ b/packages/cocoaint/src/appkit/NSTableHeaderView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTableHeaderView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTableView.inc b/packages/cocoaint/src/appkit/NSTableView.inc index c20f4a5f6b..4694e429a7 100644 --- a/packages/cocoaint/src/appkit/NSTableView.inc +++ b/packages/cocoaint/src/appkit/NSTableView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTableView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -171,10 +171,10 @@ var _reserved: id; public - procedure setDataSource(aSource: id); message 'setDataSource:'; - function dataSource: id; message 'dataSource'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDataSource(aSource: NSTableViewDataSourceProtocol); message 'setDataSource:'; + function dataSource: NSTableViewDataSourceProtocol; message 'dataSource'; + procedure setDelegate(delegate_: NSTableViewDelegateProtocol); message 'setDelegate:'; + function delegate: NSTableViewDelegateProtocol; message 'delegate'; procedure setHeaderView(headerView_: NSTableHeaderView); message 'setHeaderView:'; function headerView: NSTableHeaderView; message 'headerView'; procedure setCornerView(cornerView_: NSView); message 'setCornerView:'; @@ -286,13 +286,13 @@ var procedure drawBackgroundInClipRect(clipRect: NSRect); message 'drawBackgroundInClipRect:'; { Adopted Protocols } - function validateUserInterfaceItem(anItem: id): Boolean; + function validateUserInterfaceItem(anItem: NSValidatedUserInterfaceItemProtocol): Boolean; function textView_clickedOnLink_atIndex(textView: NSTextView; link: id; charIndex: NSUInteger): Boolean; - procedure textView_clickedOnCell_inRect_atIndex(textView: NSTextView; cell: id; cellFrame: NSRect; charIndex: NSUInteger); - procedure textView_doubleClickedOnCell_inRect_atIndex(textView: NSTextView; cell: id; cellFrame: NSRect; charIndex: NSUInteger); - procedure textView_draggedCell_inRect_event_atIndex(view: NSTextView; cell: id; rect: NSRect; event: NSEvent; charIndex: NSUInteger); - function textView_writablePasteboardTypesForCell_atIndex(view: NSTextView; cell: id; charIndex: NSUInteger): NSArray; - function textView_writeCell_atIndex_toPasteboard_type(view: NSTextView; cell: id; charIndex: NSUInteger; pboard: NSPasteboard; type_: NSString): Boolean; + procedure textView_clickedOnCell_inRect_atIndex(textView: NSTextView; cell: NSTextAttachmentCellProtocol; cellFrame: NSRect; charIndex: NSUInteger); + procedure textView_doubleClickedOnCell_inRect_atIndex(textView: NSTextView; cell: NSTextAttachmentCellProtocol; cellFrame: NSRect; charIndex: NSUInteger); + procedure textView_draggedCell_inRect_event_atIndex(view: NSTextView; cell: NSTextAttachmentCellProtocol; rect: NSRect; event: NSEvent; charIndex: NSUInteger); + function textView_writablePasteboardTypesForCell_atIndex(view: NSTextView; cell: NSTextAttachmentCellProtocol; charIndex: NSUInteger): NSArray; + function textView_writeCell_atIndex_toPasteboard_type(view: NSTextView; cell: NSTextAttachmentCellProtocol; charIndex: NSUInteger; pboard: NSPasteboard; type_: NSString): Boolean; function textView_willChangeSelectionFromCharacterRange_toCharacterRange(textView: NSTextView; oldSelectedCharRange: NSRange; newSelectedCharRange: NSRange): NSRange; function textView_willChangeSelectionFromCharacterRanges_toCharacterRanges(textView: NSTextView; oldSelectedCharRanges: NSArray; newSelectedCharRanges: NSArray): NSArray; function textView_shouldChangeTextInRanges_replacementStrings(textView: NSTextView; affectedRanges: NSArray; replacementStrings: NSArray): Boolean; @@ -308,9 +308,9 @@ var function textView_willCheckTextInRange_options_types(view: NSTextView; range: NSRange; options: NSDictionary; checkingTypes: NSTextCheckingTypesPtr): NSDictionary; function textView_didCheckTextInRange_types_options_results_orthography_wordCount(view: NSTextView; range: NSRange; checkingTypes: NSTextCheckingTypes; options: NSDictionary; results: NSArray; orthography: NSOrthography; wordCount: NSInteger): NSArray; function textView_clickedOnLink(textView: NSTextView; link: id): Boolean; - procedure textView_clickedOnCell_inRect(textView: NSTextView; cell: id; cellFrame: NSRect); - procedure textView_doubleClickedOnCell_inRect(textView: NSTextView; cell: id; cellFrame: NSRect); - procedure textView_draggedCell_inRect_event(view: NSTextView; cell: id; rect: NSRect; event: NSEvent); + procedure textView_clickedOnCell_inRect(textView: NSTextView; cell: NSTextAttachmentCellProtocol; cellFrame: NSRect); + procedure textView_doubleClickedOnCell_inRect(textView: NSTextView; cell: NSTextAttachmentCellProtocol; cellFrame: NSRect); + procedure textView_draggedCell_inRect_event(view: NSTextView; cell: NSTextAttachmentCellProtocol; rect: NSRect; event: NSEvent); function undoManagerForTextView(view: NSTextView): NSUndoManager; end; @@ -374,8 +374,8 @@ var procedure tableView_setObjectValue_forTableColumn_row(tableView: NSTableView; object_: id; tableColumn: NSTableColumn; row: NSInteger); message 'tableView:setObjectValue:forTableColumn:row:'; procedure tableView_sortDescriptorsDidChange(tableView: NSTableView; oldDescriptors: NSArray); message 'tableView:sortDescriptorsDidChange:'; function tableView_writeRowsWithIndexes_toPasteboard(tableView: NSTableView; rowIndexes: NSIndexSet; pboard: NSPasteboard): Boolean; message 'tableView:writeRowsWithIndexes:toPasteboard:'; - function tableView_validateDrop_proposedRow_proposedDropOperation(tableView: NSTableView; info: id; row: NSInteger; dropOperation: NSTableViewDropOperation): NSDragOperation; message 'tableView:validateDrop:proposedRow:proposedDropOperation:'; - function tableView_acceptDrop_row_dropOperation(tableView: NSTableView; info: id; row: NSInteger; dropOperation: NSTableViewDropOperation): Boolean; message 'tableView:acceptDrop:row:dropOperation:'; + function tableView_validateDrop_proposedRow_proposedDropOperation(tableView: NSTableView; info: NSDraggingInfoProtocol; row: NSInteger; dropOperation: NSTableViewDropOperation): NSDragOperation; message 'tableView:validateDrop:proposedRow:proposedDropOperation:'; + function tableView_acceptDrop_row_dropOperation(tableView: NSTableView; info: NSDraggingInfoProtocol; row: NSInteger; dropOperation: NSTableViewDropOperation): Boolean; message 'tableView:acceptDrop:row:dropOperation:'; function tableView_namesOfPromisedFilesDroppedAtDestination_forDraggedRowsWithIndexes(tableView: NSTableView; dropDestination: NSURL; indexSet: NSIndexSet): NSArray; message 'tableView:namesOfPromisedFilesDroppedAtDestination:forDraggedRowsWithIndexes:'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSText.inc b/packages/cocoaint/src/appkit/NSText.inc index acc88fbe50..e57173ff06 100644 --- a/packages/cocoaint/src/appkit/NSText.inc +++ b/packages/cocoaint/src/appkit/NSText.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSText.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -112,8 +112,8 @@ var function RTFDFromRange(range: NSRange): NSData; message 'RTFDFromRange:'; function writeRTFDToFile_atomically(path: NSString; flag: Boolean): Boolean; message 'writeRTFDToFile:atomically:'; function readRTFDFromFile(path: NSString): Boolean; message 'readRTFDFromFile:'; - function delegate: id; message 'delegate'; - procedure setDelegate(anObject: id); message 'setDelegate:'; + function delegate: NSTextDelegateProtocol; message 'delegate'; + procedure setDelegate(anObject: NSTextDelegateProtocol); message 'setDelegate:'; function isEditable: Boolean; message 'isEditable'; procedure setEditable(flag: Boolean); message 'setEditable:'; function isSelectable: Boolean; message 'isSelectable'; diff --git a/packages/cocoaint/src/appkit/NSTextAttachment.inc b/packages/cocoaint/src/appkit/NSTextAttachment.inc index 18c494d216..0398ef3375 100644 --- a/packages/cocoaint/src/appkit/NSTextAttachment.inc +++ b/packages/cocoaint/src/appkit/NSTextAttachment.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextAttachment.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -92,8 +92,8 @@ const function initWithFileWrapper(fileWrapper_: NSFileWrapper): id; message 'initWithFileWrapper:'; procedure setFileWrapper(fileWrapper_: NSFileWrapper); message 'setFileWrapper:'; function fileWrapper: NSFileWrapper; message 'fileWrapper'; - function attachmentCell: id; message 'attachmentCell'; - procedure setAttachmentCell(cell: id); message 'setAttachmentCell:'; + function attachmentCell: NSTextAttachmentCellProtocol; message 'attachmentCell'; + procedure setAttachmentCell(cell: NSTextAttachmentCellProtocol); message 'setAttachmentCell:'; { Adopted Protocols } procedure encodeWithCoder(aCoder: NSCoder); diff --git a/packages/cocoaint/src/appkit/NSTextContainer.inc b/packages/cocoaint/src/appkit/NSTextContainer.inc index 8cd9dd60b2..18fb22c2d7 100644 --- a/packages/cocoaint/src/appkit/NSTextContainer.inc +++ b/packages/cocoaint/src/appkit/NSTextContainer.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextContainer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTextField.inc b/packages/cocoaint/src/appkit/NSTextField.inc index 9a98f028b2..058b6113ec 100644 --- a/packages/cocoaint/src/appkit/NSTextField.inc +++ b/packages/cocoaint/src/appkit/NSTextField.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextField.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -64,8 +64,8 @@ function isSelectable: Boolean; message 'isSelectable'; procedure setSelectable(flag: Boolean); message 'setSelectable:'; procedure selectText(sender: id); message 'selectText:'; - function delegate: id; message 'delegate'; - procedure setDelegate(anObject: id); message 'setDelegate:'; + function delegate: NSTextFieldDelegateProtocol; message 'delegate'; + procedure setDelegate(anObject: NSTextFieldDelegateProtocol); message 'setDelegate:'; function textShouldBeginEditing(textObject: NSText): Boolean; message 'textShouldBeginEditing:'; function textShouldEndEditing(textObject: NSText): Boolean; message 'textShouldEndEditing:'; procedure textDidBeginEditing(notification: NSNotification); message 'textDidBeginEditing:'; @@ -76,7 +76,7 @@ function bezelStyle: NSTextFieldBezelStyle; message 'bezelStyle'; { Adopted Protocols } - function validateUserInterfaceItem(anItem: id): Boolean; + function validateUserInterfaceItem(anItem: NSValidatedUserInterfaceItemProtocol): Boolean; end; { NSKeyboardUI_NSTextFieldCategory } diff --git a/packages/cocoaint/src/appkit/NSTextFieldCell.inc b/packages/cocoaint/src/appkit/NSTextFieldCell.inc index a391da4313..400b059eb1 100644 --- a/packages/cocoaint/src/appkit/NSTextFieldCell.inc +++ b/packages/cocoaint/src/appkit/NSTextFieldCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextFieldCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTextInputClient.inc b/packages/cocoaint/src/appkit/NSTextInputClient.inc index a679404ff2..e2fcaba9ab 100644 --- a/packages/cocoaint/src/appkit/NSTextInputClient.inc +++ b/packages/cocoaint/src/appkit/NSTextInputClient.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextInputClient.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTextInputContext.inc b/packages/cocoaint/src/appkit/NSTextInputContext.inc index e5bcfcf33b..80c9045871 100644 --- a/packages/cocoaint/src/appkit/NSTextInputContext.inc +++ b/packages/cocoaint/src/appkit/NSTextInputContext.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextInputContext.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -84,7 +84,7 @@ var public class function currentInputContext: NSTextInputContext; message 'currentInputContext'; - function initWithClient(theClient: id): id; message 'initWithClient:'; + function initWithClient(theClient: NSTextInputClientProtocol): id; message 'initWithClient:'; function client: id; message 'client'; procedure setAcceptsGlyphInfo (newValue: Boolean); message 'setAcceptsGlyphInfo:'; function acceptsGlyphInfo: Boolean; message 'acceptsGlyphInfo'; diff --git a/packages/cocoaint/src/appkit/NSTextList.inc b/packages/cocoaint/src/appkit/NSTextList.inc index 7a6bd88c59..d0450fd1f3 100644 --- a/packages/cocoaint/src/appkit/NSTextList.inc +++ b/packages/cocoaint/src/appkit/NSTextList.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextList.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTextStorage.inc b/packages/cocoaint/src/appkit/NSTextStorage.inc index c1a9ab1d44..aab86e279b 100644 --- a/packages/cocoaint/src/appkit/NSTextStorage.inc +++ b/packages/cocoaint/src/appkit/NSTextStorage.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextStorage.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -85,8 +85,8 @@ var function editedMask: NSUInteger; message 'editedMask'; function editedRange: NSRange; message 'editedRange'; function changeInLength: NSInteger; message 'changeInLength'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(delegate_: NSTextStorageDelegateProtocol); message 'setDelegate:'; + function delegate: NSTextStorageDelegateProtocol; message 'delegate'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSTextStorageScripting.inc b/packages/cocoaint/src/appkit/NSTextStorageScripting.inc index a675f6bef2..7393f85c14 100644 --- a/packages/cocoaint/src/appkit/NSTextStorageScripting.inc +++ b/packages/cocoaint/src/appkit/NSTextStorageScripting.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextStorageScripting.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTextTable.inc b/packages/cocoaint/src/appkit/NSTextTable.inc index 7fa8a03dca..961b526f5a 100644 --- a/packages/cocoaint/src/appkit/NSTextTable.inc +++ b/packages/cocoaint/src/appkit/NSTextTable.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextTable.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTextView.inc b/packages/cocoaint/src/appkit/NSTextView.inc index f58efa391c..73ab2c1887 100644 --- a/packages/cocoaint/src/appkit/NSTextView.inc +++ b/packages/cocoaint/src/appkit/NSTextView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTextView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -182,7 +182,7 @@ var function dragSelectionWithEvent_offset_slideBack(event: NSEvent; mouseOffset: NSSize; slideBack: Boolean): Boolean; message 'dragSelectionWithEvent:offset:slideBack:'; function dragImageForSelectionWithEvent_origin(event: NSEvent; origin: NSPointPointer): NSImage; message 'dragImageForSelectionWithEvent:origin:'; function acceptableDragTypes: NSArray; message 'acceptableDragTypes'; - function dragOperationForDraggingInfo_type(dragInfo: id; type_: NSString): NSDragOperation; message 'dragOperationForDraggingInfo:type:'; + function dragOperationForDraggingInfo_type(dragInfo: NSDraggingInfoProtocol; type_: NSString): NSDragOperation; message 'dragOperationForDraggingInfo:type:'; procedure cleanUpAfterDragOperation; message 'cleanUpAfterDragOperation'; end; @@ -243,8 +243,8 @@ var function allowsImageEditing: Boolean; message 'allowsImageEditing'; procedure setAllowsImageEditing(flag: Boolean); message 'setAllowsImageEditing:'; procedure showFindIndicatorForRange(charRange: NSRange); message 'showFindIndicatorForRange:'; - function delegate: id; message 'delegate'; - procedure setDelegate(anObject: id); message 'setDelegate:'; + function delegate: NSTextViewDelegateProtocol; message 'delegate'; + procedure setDelegate(anObject: NSTextViewDelegateProtocol); message 'setDelegate:'; function isEditable: Boolean; message 'isEditable'; procedure setEditable(flag: Boolean); message 'setEditable:'; function isSelectable: Boolean; message 'isSelectable'; @@ -317,11 +317,11 @@ var { NSTextViewDelegate Protocol } NSTextViewDelegateProtocol = objcprotocol external name 'NSTextViewDelegate' function textView_clickedOnLink_atIndex(textView: NSTextView; link: id; charIndex: NSUInteger): Boolean; message 'textView:clickedOnLink:atIndex:'; - procedure textView_clickedOnCell_inRect_atIndex(textView: NSTextView; cell: id; cellFrame: NSRect; charIndex: NSUInteger); message 'textView:clickedOnCell:inRect:atIndex:'; - procedure textView_doubleClickedOnCell_inRect_atIndex(textView: NSTextView; cell: id; cellFrame: NSRect; charIndex: NSUInteger); message 'textView:doubleClickedOnCell:inRect:atIndex:'; - procedure textView_draggedCell_inRect_event_atIndex(view: NSTextView; cell: id; rect: NSRect; event: NSEvent; charIndex: NSUInteger); message 'textView:draggedCell:inRect:event:atIndex:'; - function textView_writablePasteboardTypesForCell_atIndex(view: NSTextView; cell: id; charIndex: NSUInteger): NSArray; message 'textView:writablePasteboardTypesForCell:atIndex:'; - function textView_writeCell_atIndex_toPasteboard_type(view: NSTextView; cell: id; charIndex: NSUInteger; pboard: NSPasteboard; type_: NSString): Boolean; message 'textView:writeCell:atIndex:toPasteboard:type:'; + procedure textView_clickedOnCell_inRect_atIndex(textView: NSTextView; cell: NSTextAttachmentCellProtocol; cellFrame: NSRect; charIndex: NSUInteger); message 'textView:clickedOnCell:inRect:atIndex:'; + procedure textView_doubleClickedOnCell_inRect_atIndex(textView: NSTextView; cell: NSTextAttachmentCellProtocol; cellFrame: NSRect; charIndex: NSUInteger); message 'textView:doubleClickedOnCell:inRect:atIndex:'; + procedure textView_draggedCell_inRect_event_atIndex(view: NSTextView; cell: NSTextAttachmentCellProtocol; rect: NSRect; event: NSEvent; charIndex: NSUInteger); message 'textView:draggedCell:inRect:event:atIndex:'; + function textView_writablePasteboardTypesForCell_atIndex(view: NSTextView; cell: NSTextAttachmentCellProtocol; charIndex: NSUInteger): NSArray; message 'textView:writablePasteboardTypesForCell:atIndex:'; + function textView_writeCell_atIndex_toPasteboard_type(view: NSTextView; cell: NSTextAttachmentCellProtocol; charIndex: NSUInteger; pboard: NSPasteboard; type_: NSString): Boolean; message 'textView:writeCell:atIndex:toPasteboard:type:'; function textView_willChangeSelectionFromCharacterRange_toCharacterRange(textView: NSTextView; oldSelectedCharRange: NSRange; newSelectedCharRange: NSRange): NSRange; message 'textView:willChangeSelectionFromCharacterRange:toCharacterRange:'; function textView_willChangeSelectionFromCharacterRanges_toCharacterRanges(textView: NSTextView; oldSelectedCharRanges: NSArray; newSelectedCharRanges: NSArray): NSArray; message 'textView:willChangeSelectionFromCharacterRanges:toCharacterRanges:'; function textView_shouldChangeTextInRanges_replacementStrings(textView: NSTextView; affectedRanges: NSArray; replacementStrings: NSArray): Boolean; message 'textView:shouldChangeTextInRanges:replacementStrings:'; @@ -337,9 +337,9 @@ var function textView_willCheckTextInRange_options_types(view: NSTextView; range: NSRange; options: NSDictionary; checkingTypes: NSTextCheckingTypesPtr): NSDictionary; message 'textView:willCheckTextInRange:options:types:'; function textView_didCheckTextInRange_types_options_results_orthography_wordCount(view: NSTextView; range: NSRange; checkingTypes: NSTextCheckingTypes; options: NSDictionary; results: NSArray; orthography: NSOrthography; wordCount: NSInteger): NSArray; message 'textView:didCheckTextInRange:types:options:results:orthography:wordCount:'; function textView_clickedOnLink(textView: NSTextView; link: id): Boolean; message 'textView:clickedOnLink:'; - procedure textView_clickedOnCell_inRect(textView: NSTextView; cell: id; cellFrame: NSRect); message 'textView:clickedOnCell:inRect:'; - procedure textView_doubleClickedOnCell_inRect(textView: NSTextView; cell: id; cellFrame: NSRect); message 'textView:doubleClickedOnCell:inRect:'; - procedure textView_draggedCell_inRect_event(view: NSTextView; cell: id; rect: NSRect; event: NSEvent); message 'textView:draggedCell:inRect:event:'; + procedure textView_clickedOnCell_inRect(textView: NSTextView; cell: NSTextAttachmentCellProtocol; cellFrame: NSRect); message 'textView:clickedOnCell:inRect:'; + procedure textView_doubleClickedOnCell_inRect(textView: NSTextView; cell: NSTextAttachmentCellProtocol; cellFrame: NSRect); message 'textView:doubleClickedOnCell:inRect:'; + procedure textView_draggedCell_inRect_event(view: NSTextView; cell: NSTextAttachmentCellProtocol; rect: NSRect; event: NSEvent); message 'textView:draggedCell:inRect:event:'; function undoManagerForTextView(view: NSTextView): NSUndoManager; message 'undoManagerForTextView:'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSTokenField.inc b/packages/cocoaint/src/appkit/NSTokenField.inc index 101f1e6cf3..8b41b13f55 100644 --- a/packages/cocoaint/src/appkit/NSTokenField.inc +++ b/packages/cocoaint/src/appkit/NSTokenField.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTokenField.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -46,8 +46,8 @@ NSTokenField = objcclass external (NSTextField) public - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSTokenFieldDelegateProtocol); message 'setDelegate:'; + function delegate: NSTokenFieldDelegateProtocol; message 'delegate'; procedure setTokenStyle(style: NSTokenStyle); message 'setTokenStyle:'; function tokenStyle: NSTokenStyle; message 'tokenStyle'; procedure setCompletionDelay(delay: NSTimeInterval); message 'setCompletionDelay:'; diff --git a/packages/cocoaint/src/appkit/NSTokenFieldCell.inc b/packages/cocoaint/src/appkit/NSTokenFieldCell.inc index 476ec6153d..b617597820 100644 --- a/packages/cocoaint/src/appkit/NSTokenFieldCell.inc +++ b/packages/cocoaint/src/appkit/NSTokenFieldCell.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTokenFieldCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} @@ -93,8 +93,8 @@ type procedure setTokenizingCharacterSet(characterSet: NSCharacterSet); message 'setTokenizingCharacterSet:'; function tokenizingCharacterSet: NSCharacterSet; message 'tokenizingCharacterSet'; class function defaultTokenizingCharacterSet: NSCharacterSet; message 'defaultTokenizingCharacterSet'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSTokenFieldCellDelegateProtocol); message 'setDelegate:'; + function delegate: NSTokenFieldCellDelegateProtocol; message 'delegate'; end; {$endif} diff --git a/packages/cocoaint/src/appkit/NSToolbar.inc b/packages/cocoaint/src/appkit/NSToolbar.inc index b89dbf5a23..3740821930 100644 --- a/packages/cocoaint/src/appkit/NSToolbar.inc +++ b/packages/cocoaint/src/appkit/NSToolbar.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSToolbar.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -122,8 +122,8 @@ var function initWithIdentifier(identifier_: NSString): id; message 'initWithIdentifier:'; procedure insertItemWithItemIdentifier_atIndex(itemIdentifier: NSString; index: NSInteger); message 'insertItemWithItemIdentifier:atIndex:'; procedure removeItemAtIndex(index: NSInteger); message 'removeItemAtIndex:'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(delegate_: NSToolbarDelegateProtocol); message 'setDelegate:'; + function delegate: NSToolbarDelegateProtocol; message 'delegate'; procedure setVisible(shown: Boolean); message 'setVisible:'; function isVisible: Boolean; message 'isVisible'; procedure runCustomizationPalette(sender: id); message 'runCustomizationPalette:'; diff --git a/packages/cocoaint/src/appkit/NSToolbarItem.inc b/packages/cocoaint/src/appkit/NSToolbarItem.inc index 5c09bd3730..5dd4e02d35 100644 --- a/packages/cocoaint/src/appkit/NSToolbarItem.inc +++ b/packages/cocoaint/src/appkit/NSToolbarItem.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSToolbarItem.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc b/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc index 3ee32f6a99..2bacbac44a 100644 --- a/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc +++ b/packages/cocoaint/src/appkit/NSToolbarItemGroup.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSToolbarItemGroup.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTouch.inc b/packages/cocoaint/src/appkit/NSTouch.inc index 7a3ed6906b..61517946e1 100644 --- a/packages/cocoaint/src/appkit/NSTouch.inc +++ b/packages/cocoaint/src/appkit/NSTouch.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTouch.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTrackingArea.inc b/packages/cocoaint/src/appkit/NSTrackingArea.inc index 2eea1e1a2c..b7afe17f32 100644 --- a/packages/cocoaint/src/appkit/NSTrackingArea.inc +++ b/packages/cocoaint/src/appkit/NSTrackingArea.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTrackingArea.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTreeController.inc b/packages/cocoaint/src/appkit/NSTreeController.inc index 0bb1374f24..0a209ab46c 100644 --- a/packages/cocoaint/src/appkit/NSTreeController.inc +++ b/packages/cocoaint/src/appkit/NSTreeController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTreeController.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTreeNode.inc b/packages/cocoaint/src/appkit/NSTreeNode.inc index eed6962d0c..58ee04a3e8 100644 --- a/packages/cocoaint/src/appkit/NSTreeNode.inc +++ b/packages/cocoaint/src/appkit/NSTreeNode.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTreeNode.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSTypesetter.inc b/packages/cocoaint/src/appkit/NSTypesetter.inc index 121321e202..db7477de35 100644 --- a/packages/cocoaint/src/appkit/NSTypesetter.inc +++ b/packages/cocoaint/src/appkit/NSTypesetter.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSTypesetter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -103,7 +103,7 @@ type procedure setHardInvalidation_forGlyphRange(flag: Boolean; glyphRange: NSRange); message 'setHardInvalidation:forGlyphRange:'; procedure layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex(layoutManager_: NSLayoutManager; startGlyphIndex: NSUInteger; maxNumLines: NSUInteger; nextGlyph: NSUIntegerPtr); message 'layoutGlyphsInLayoutManager:startingAtGlyphIndex:maxNumberOfLineFragments:nextGlyphIndex:'; function layoutCharactersInRange_forLayoutManager_maximumNumberOfLineFragments(characterRange: NSRange; layoutManager_: NSLayoutManager; maxNumLines: NSUInteger): NSRange; message 'layoutCharactersInRange:forLayoutManager:maximumNumberOfLineFragments:'; - class function printingAdjustmentInLayoutManager_forNominallySpacedGlyphRange_packedGlyphs_count(layoutMgr: NSLayoutManager; nominallySpacedGlyphsRange: NSRange; packedGlyphs: PChar; packedGlyphsCount: NSUInteger): NSSize; message 'printingAdjustmentInLayoutManager:forNominallySpacedGlyphRange:packedGlyphs:count:'; + class function printingAdjustmentInLayoutManager_forNominallySpacedGlyphRange_packedGlyphs_count(layoutMgr: NSLayoutManager; nominallySpacedGlyphsRange: NSRange; packedGlyphs: PByte; packedGlyphsCount: NSUInteger): NSSize; message 'printingAdjustmentInLayoutManager:forNominallySpacedGlyphRange:packedGlyphs:count:'; function baselineOffsetInLayoutManager_glyphIndex(layoutMgr: NSLayoutManager; glyphIndex: NSUInteger): CGFloat; message 'baselineOffsetInLayoutManager:glyphIndex:'; class function sharedSystemTypesetter: id; message 'sharedSystemTypesetter'; class function sharedSystemTypesetterForBehavior(theBehavior: NSTypesetterBehavior): id; message 'sharedSystemTypesetterForBehavior:'; diff --git a/packages/cocoaint/src/appkit/NSUserDefaultsController.inc b/packages/cocoaint/src/appkit/NSUserDefaultsController.inc index 4c2903a565..7b74810ffe 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: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc b/packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc index 7b887872a9..31fd8ec416 100644 --- a/packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc +++ b/packages/cocoaint/src/appkit/NSUserInterfaceItemSearching.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSUserInterfaceItemSearching.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -41,8 +41,8 @@ { NSUserInterfaceItemSearchingCategory } NSUserInterfaceItemSearchingCategory = objccategory external (NSApplication) - procedure registerUserInterfaceItemSearchHandler(handler: id); message 'registerUserInterfaceItemSearchHandler:'; - procedure unregisterUserInterfaceItemSearchHandler(handler: id); message 'unregisterUserInterfaceItemSearchHandler:'; + procedure registerUserInterfaceItemSearchHandler(handler: NSUserInterfaceItemSearchingProtocol); message 'registerUserInterfaceItemSearchHandler:'; + procedure unregisterUserInterfaceItemSearchHandler(handler: NSUserInterfaceItemSearchingProtocol); message 'unregisterUserInterfaceItemSearchHandler:'; function searchString_inUserInterfaceItemString_searchRange_foundRange(searchString: NSString; stringToSearch: NSString; searchRange: NSRange; foundRange: NSRangePtr): Boolean; message 'searchString:inUserInterfaceItemString:searchRange:foundRange:'; end; diff --git a/packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc b/packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc index d5be585adf..8762cf1049 100644 --- a/packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc +++ b/packages/cocoaint/src/appkit/NSUserInterfaceValidation.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSUserInterfaceValidation.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -47,7 +47,7 @@ { NSUserInterfaceValidations Protocol } NSUserInterfaceValidationsProtocol = objcprotocol external name 'NSUserInterfaceValidations' - function validateUserInterfaceItem(anItem: id): Boolean; message 'validateUserInterfaceItem:'; + function validateUserInterfaceItem(anItem: NSValidatedUserInterfaceItemProtocol): Boolean; message 'validateUserInterfaceItem:'; end; {$endif} {$endif} diff --git a/packages/cocoaint/src/appkit/NSView.inc b/packages/cocoaint/src/appkit/NSView.inc index 2adaab5682..06d73376f1 100644 --- a/packages/cocoaint/src/appkit/NSView.inc +++ b/packages/cocoaint/src/appkit/NSView.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSViewController.inc b/packages/cocoaint/src/appkit/NSViewController.inc index 08a6a7e248..f0d30f0099 100644 --- a/packages/cocoaint/src/appkit/NSViewController.inc +++ b/packages/cocoaint/src/appkit/NSViewController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSViewController.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:55 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSWindow.inc b/packages/cocoaint/src/appkit/NSWindow.inc index c6f4f622d9..c2724d781c 100644 --- a/packages/cocoaint/src/appkit/NSWindow.inc +++ b/packages/cocoaint/src/appkit/NSWindow.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSWindow.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -262,8 +262,8 @@ var function isExcludedFromWindowsMenu: Boolean; message 'isExcludedFromWindowsMenu'; procedure setContentView(aView: NSView); message 'setContentView:'; function contentView: id; message 'contentView'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSWindowDelegateProtocol); message 'setDelegate:'; + function delegate: NSWindowDelegateProtocol; message 'delegate'; function windowNumber: NSInteger; message 'windowNumber'; function styleMask: NSUInteger; message 'styleMask'; procedure setStyleMask(styleMask_: NSUInteger); message 'setStyleMask:'; @@ -411,7 +411,8 @@ var procedure setCanBecomeVisibleWithoutLogin(flag: Boolean); message 'setCanBecomeVisibleWithoutLogin:'; procedure setCollectionBehavior(behavior: NSWindowCollectionBehavior); message 'setCollectionBehavior:'; function collectionBehavior: NSWindowCollectionBehavior; message 'collectionBehavior'; - procedure setCanBeVisibleOnAllSpaces(flag_BUT_DEPRECATED: Boolean); message 'setCanBeVisibleOnAllSpaces:'; + function canBeVisibleOnAllSpaces: Boolean; message 'canBeVisibleOnAllSpaces'; deprecated 'in Mac OS X 10.5 and later'; + procedure setCanBeVisibleOnAllSpaces(flag: Boolean); message 'setCanBeVisibleOnAllSpaces:'; deprecated 'in Mac OS X 10.5 and later'; function isOnActiveSpace: Boolean; message 'isOnActiveSpace'; function stringWithSavedFrame: NSString; message 'stringWithSavedFrame'; procedure setFrameFromString(string_: NSString); message 'setFrameFromString:'; @@ -458,7 +459,7 @@ var procedure setParentWindow(window: NSWindow); message 'setParentWindow:'; function graphicsContext: NSGraphicsContext; message 'graphicsContext'; function userSpaceScaleFactor: CGFloat; message 'userSpaceScaleFactor'; - procedure setColorSpace(colorSpace: NSColorSpace); message 'setColorSpace:'; + procedure setColorSpace(colorSpace_: NSColorSpace); message 'setColorSpace:'; function colorSpace: NSColorSpace; message 'colorSpace'; class function windowNumbersWithOptions(options: NSWindowNumberListOptions): NSArray; message 'windowNumbersWithOptions:'; class function windowNumberAtPoint_belowWindowWithWindowNumber(point: NSPoint; windowNumber_: NSInteger): NSInteger; message 'windowNumberAtPoint:belowWindowWithWindowNumber:'; diff --git a/packages/cocoaint/src/appkit/NSWindowController.inc b/packages/cocoaint/src/appkit/NSWindowController.inc index f787b6a8f5..0bcc83dd5c 100644 --- a/packages/cocoaint/src/appkit/NSWindowController.inc +++ b/packages/cocoaint/src/appkit/NSWindowController.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSWindowController.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSWindowScripting.inc b/packages/cocoaint/src/appkit/NSWindowScripting.inc index 8faf2f4e87..f74884de99 100644 --- a/packages/cocoaint/src/appkit/NSWindowScripting.inc +++ b/packages/cocoaint/src/appkit/NSWindowScripting.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSWindowScripting.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/appkit/NSWorkspace.inc b/packages/cocoaint/src/appkit/NSWorkspace.inc index dbc646829c..e28f7cae36 100644 --- a/packages/cocoaint/src/appkit/NSWorkspace.inc +++ b/packages/cocoaint/src/appkit/NSWorkspace.inc @@ -1,5 +1,5 @@ { Parsed from Appkit.framework NSWorkspace.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:19 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/CoreDataDefines.inc b/packages/cocoaint/src/coredata/CoreDataDefines.inc index 811985dcd6..8384b5ee4a 100644 --- a/packages/cocoaint/src/coredata/CoreDataDefines.inc +++ b/packages/cocoaint/src/coredata/CoreDataDefines.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework CoreDataDefines.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/CoreDataErrors.inc b/packages/cocoaint/src/coredata/CoreDataErrors.inc index d5389638e8..018e6b62ba 100644 --- a/packages/cocoaint/src/coredata/CoreDataErrors.inc +++ b/packages/cocoaint/src/coredata/CoreDataErrors.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework CoreDataErrors.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSAtomicStore.inc b/packages/cocoaint/src/coredata/NSAtomicStore.inc index e4b098ac58..88d31744d4 100644 --- a/packages/cocoaint/src/coredata/NSAtomicStore.inc +++ b/packages/cocoaint/src/coredata/NSAtomicStore.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSAtomicStore.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc b/packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc index 8c5d89ccde..fa2b3cdf2f 100644 --- a/packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc +++ b/packages/cocoaint/src/coredata/NSAtomicStoreCacheNode.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSAtomicStoreCacheNode.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSAttributeDescription.inc b/packages/cocoaint/src/coredata/NSAttributeDescription.inc index 0d8a8b5ae8..dc5650b16a 100644 --- a/packages/cocoaint/src/coredata/NSAttributeDescription.inc +++ b/packages/cocoaint/src/coredata/NSAttributeDescription.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSAttributeDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSEntityDescription.inc b/packages/cocoaint/src/coredata/NSEntityDescription.inc index 3de436bd24..a5000fd06b 100644 --- a/packages/cocoaint/src/coredata/NSEntityDescription.inc +++ b/packages/cocoaint/src/coredata/NSEntityDescription.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSEntityDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSEntityMapping.inc b/packages/cocoaint/src/coredata/NSEntityMapping.inc index 13cdc851ed..6b25b3d2fd 100644 --- a/packages/cocoaint/src/coredata/NSEntityMapping.inc +++ b/packages/cocoaint/src/coredata/NSEntityMapping.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSEntityMapping.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc b/packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc index 8e945c2a8a..b86558152d 100644 --- a/packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc +++ b/packages/cocoaint/src/coredata/NSEntityMigrationPolicy.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSEntityMigrationPolicy.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSExpressionDescription.inc b/packages/cocoaint/src/coredata/NSExpressionDescription.inc index d09a63f55d..05206d8f91 100644 --- a/packages/cocoaint/src/coredata/NSExpressionDescription.inc +++ b/packages/cocoaint/src/coredata/NSExpressionDescription.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSExpressionDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSFetchRequest.inc b/packages/cocoaint/src/coredata/NSFetchRequest.inc index f6ac8ee2bc..fcbb5cbd6d 100644 --- a/packages/cocoaint/src/coredata/NSFetchRequest.inc +++ b/packages/cocoaint/src/coredata/NSFetchRequest.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSFetchRequest.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSFetchRequestExpression.inc b/packages/cocoaint/src/coredata/NSFetchRequestExpression.inc index 7e9893f87f..624e61183c 100644 --- a/packages/cocoaint/src/coredata/NSFetchRequestExpression.inc +++ b/packages/cocoaint/src/coredata/NSFetchRequestExpression.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSFetchRequestExpression.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc b/packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc index 669c163d00..720b74380e 100644 --- a/packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc +++ b/packages/cocoaint/src/coredata/NSFetchedPropertyDescription.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSFetchedPropertyDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSManagedObject.inc b/packages/cocoaint/src/coredata/NSManagedObject.inc index 376315f5d4..52b91c46ef 100644 --- a/packages/cocoaint/src/coredata/NSManagedObject.inc +++ b/packages/cocoaint/src/coredata/NSManagedObject.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSManagedObject.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSManagedObjectContext.inc b/packages/cocoaint/src/coredata/NSManagedObjectContext.inc index 26734f0cac..a03b88baec 100644 --- a/packages/cocoaint/src/coredata/NSManagedObjectContext.inc +++ b/packages/cocoaint/src/coredata/NSManagedObjectContext.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSManagedObjectContext.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSManagedObjectID.inc b/packages/cocoaint/src/coredata/NSManagedObjectID.inc index d07053a3d7..0d23c0bd91 100644 --- a/packages/cocoaint/src/coredata/NSManagedObjectID.inc +++ b/packages/cocoaint/src/coredata/NSManagedObjectID.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSManagedObjectID.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSManagedObjectModel.inc b/packages/cocoaint/src/coredata/NSManagedObjectModel.inc index 4062dba190..b3ba13c359 100644 --- a/packages/cocoaint/src/coredata/NSManagedObjectModel.inc +++ b/packages/cocoaint/src/coredata/NSManagedObjectModel.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSManagedObjectModel.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSMappingModel.inc b/packages/cocoaint/src/coredata/NSMappingModel.inc index 102ec5186d..7f1efe0e89 100644 --- a/packages/cocoaint/src/coredata/NSMappingModel.inc +++ b/packages/cocoaint/src/coredata/NSMappingModel.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSMappingModel.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSMigrationManager.inc b/packages/cocoaint/src/coredata/NSMigrationManager.inc index 6431c972e6..6ce6832878 100644 --- a/packages/cocoaint/src/coredata/NSMigrationManager.inc +++ b/packages/cocoaint/src/coredata/NSMigrationManager.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSMigrationManager.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSPersistentStore.inc b/packages/cocoaint/src/coredata/NSPersistentStore.inc index c58f4efd5d..6ff583ffa6 100644 --- a/packages/cocoaint/src/coredata/NSPersistentStore.inc +++ b/packages/cocoaint/src/coredata/NSPersistentStore.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSPersistentStore.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc b/packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc index 0fb4a50a36..24de8a2dbb 100644 --- a/packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc +++ b/packages/cocoaint/src/coredata/NSPersistentStoreCoordinator.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSPersistentStoreCoordinator.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSPropertyDescription.inc b/packages/cocoaint/src/coredata/NSPropertyDescription.inc index 370c97a7f3..838ff2521b 100644 --- a/packages/cocoaint/src/coredata/NSPropertyDescription.inc +++ b/packages/cocoaint/src/coredata/NSPropertyDescription.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSPropertyDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSPropertyMapping.inc b/packages/cocoaint/src/coredata/NSPropertyMapping.inc index 81db2de49c..d269a42101 100644 --- a/packages/cocoaint/src/coredata/NSPropertyMapping.inc +++ b/packages/cocoaint/src/coredata/NSPropertyMapping.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSPropertyMapping.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/coredata/NSRelationshipDescription.inc b/packages/cocoaint/src/coredata/NSRelationshipDescription.inc index b28485b082..c3fb0683ab 100644 --- a/packages/cocoaint/src/coredata/NSRelationshipDescription.inc +++ b/packages/cocoaint/src/coredata/NSRelationshipDescription.inc @@ -1,5 +1,5 @@ { Parsed from Coredata.framework NSRelationshipDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc b/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc index 6735f815d1..357a80dd5f 100644 --- a/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc +++ b/packages/cocoaint/src/foundation/NSAppleEventDescriptor.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSAppleEventDescriptor.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSAppleEventManager.inc b/packages/cocoaint/src/foundation/NSAppleEventManager.inc index fbe15747c5..4472cf5fa2 100644 --- a/packages/cocoaint/src/foundation/NSAppleEventManager.inc +++ b/packages/cocoaint/src/foundation/NSAppleEventManager.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSAppleEventManager.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSAppleScript.inc b/packages/cocoaint/src/foundation/NSAppleScript.inc index 31c0b65be9..a1f2259c54 100644 --- a/packages/cocoaint/src/foundation/NSAppleScript.inc +++ b/packages/cocoaint/src/foundation/NSAppleScript.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSAppleScript.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSArchiver.inc b/packages/cocoaint/src/foundation/NSArchiver.inc index 7b1da3e832..48fed3b348 100644 --- a/packages/cocoaint/src/foundation/NSArchiver.inc +++ b/packages/cocoaint/src/foundation/NSArchiver.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSArchiver.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSArray.inc b/packages/cocoaint/src/foundation/NSArray.inc index 0a31ba74d2..529c084955 100644 --- a/packages/cocoaint/src/foundation/NSArray.inc +++ b/packages/cocoaint/src/foundation/NSArray.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSArray.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSAutoreleasePool.inc b/packages/cocoaint/src/foundation/NSAutoreleasePool.inc index 17032798cf..6798e7b9e8 100644 --- a/packages/cocoaint/src/foundation/NSAutoreleasePool.inc +++ b/packages/cocoaint/src/foundation/NSAutoreleasePool.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSAutoreleasePool.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSBundle.inc b/packages/cocoaint/src/foundation/NSBundle.inc index 421195b078..5e8a1ccda1 100644 --- a/packages/cocoaint/src/foundation/NSBundle.inc +++ b/packages/cocoaint/src/foundation/NSBundle.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSBundle.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSCache.inc b/packages/cocoaint/src/foundation/NSCache.inc index 24c03cc035..614331f7a2 100644 --- a/packages/cocoaint/src/foundation/NSCache.inc +++ b/packages/cocoaint/src/foundation/NSCache.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCache.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSCalendar.inc b/packages/cocoaint/src/foundation/NSCalendar.inc index 5faff72563..a6bf1696f7 100644 --- a/packages/cocoaint/src/foundation/NSCalendar.inc +++ b/packages/cocoaint/src/foundation/NSCalendar.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCalendar.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSCalendarDate.inc b/packages/cocoaint/src/foundation/NSCalendarDate.inc index 3a109f4233..818355f54c 100644 --- a/packages/cocoaint/src/foundation/NSCalendarDate.inc +++ b/packages/cocoaint/src/foundation/NSCalendarDate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCalendarDate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSCharacterSet.inc b/packages/cocoaint/src/foundation/NSCharacterSet.inc index aa2ee90740..d6453ef10e 100644 --- a/packages/cocoaint/src/foundation/NSCharacterSet.inc +++ b/packages/cocoaint/src/foundation/NSCharacterSet.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCharacterSet.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSClassDescription.inc b/packages/cocoaint/src/foundation/NSClassDescription.inc index e675a17d39..092991df26 100644 --- a/packages/cocoaint/src/foundation/NSClassDescription.inc +++ b/packages/cocoaint/src/foundation/NSClassDescription.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSClassDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSCoder.inc b/packages/cocoaint/src/foundation/NSCoder.inc index 5abe039d57..4e441acee9 100644 --- a/packages/cocoaint/src/foundation/NSCoder.inc +++ b/packages/cocoaint/src/foundation/NSCoder.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCoder.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSComparisonPredicate.inc b/packages/cocoaint/src/foundation/NSComparisonPredicate.inc index c9ca45c556..e9b734397d 100644 --- a/packages/cocoaint/src/foundation/NSComparisonPredicate.inc +++ b/packages/cocoaint/src/foundation/NSComparisonPredicate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSComparisonPredicate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSCompoundPredicate.inc b/packages/cocoaint/src/foundation/NSCompoundPredicate.inc index 1815216ee1..080a56d183 100644 --- a/packages/cocoaint/src/foundation/NSCompoundPredicate.inc +++ b/packages/cocoaint/src/foundation/NSCompoundPredicate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSCompoundPredicate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSConnection.inc b/packages/cocoaint/src/foundation/NSConnection.inc index 52f0d1446c..ff61dd2fe5 100644 --- a/packages/cocoaint/src/foundation/NSConnection.inc +++ b/packages/cocoaint/src/foundation/NSConnection.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSConnection.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -108,8 +108,8 @@ var procedure setRootObject(anObject: id); message 'setRootObject:'; function rootObject: id; message 'rootObject'; function rootProxy: NSDistantObject; message 'rootProxy'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSConnectionDelegateProtocol); message 'setDelegate:'; + function delegate: NSConnectionDelegateProtocol; message 'delegate'; procedure setIndependentConversationQueueing(yorn: Boolean); message 'setIndependentConversationQueueing:'; function independentConversationQueueing: Boolean; message 'independentConversationQueueing'; function isValid: Boolean; message 'isValid'; diff --git a/packages/cocoaint/src/foundation/NSData.inc b/packages/cocoaint/src/foundation/NSData.inc index 06efd2bf3b..652696ae40 100644 --- a/packages/cocoaint/src/foundation/NSData.inc +++ b/packages/cocoaint/src/foundation/NSData.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSData.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSDate.inc b/packages/cocoaint/src/foundation/NSDate.inc index 9c31d35249..46bf13b9c8 100644 --- a/packages/cocoaint/src/foundation/NSDate.inc +++ b/packages/cocoaint/src/foundation/NSDate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSDateFormatter.inc b/packages/cocoaint/src/foundation/NSDateFormatter.inc index e8180e44ef..d9ce8a7616 100644 --- a/packages/cocoaint/src/foundation/NSDateFormatter.inc +++ b/packages/cocoaint/src/foundation/NSDateFormatter.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDateFormatter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -74,7 +74,7 @@ type function stringFromDate(date: NSDate): NSString; message 'stringFromDate:'; function dateFromString(string_: NSString): NSDate; message 'dateFromString:'; class function localizedStringFromDate_dateStyle_timeStyle(date: NSDate; dstyle: NSDateFormatterStyle; tstyle: NSDateFormatterStyle): NSString; message 'localizedStringFromDate:dateStyle:timeStyle:'; - class function dateFormatFromTemplate_options_locale(tmplate: NSString; opts: NSUInteger; locale: NSLocale): NSString; message 'dateFormatFromTemplate:options:locale:'; + class function dateFormatFromTemplate_options_locale(tmplate: NSString; opts: NSUInteger; locale_: NSLocale): NSString; message 'dateFormatFromTemplate:options:locale:'; function dateFormat: NSString; message 'dateFormat'; function dateStyle: NSDateFormatterStyle; message 'dateStyle'; procedure setDateStyle(style: NSDateFormatterStyle); message 'setDateStyle:'; diff --git a/packages/cocoaint/src/foundation/NSDecimal.inc b/packages/cocoaint/src/foundation/NSDecimal.inc index 02e2892335..25237627ca 100644 --- a/packages/cocoaint/src/foundation/NSDecimal.inc +++ b/packages/cocoaint/src/foundation/NSDecimal.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDecimal.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSDecimalNumber.inc b/packages/cocoaint/src/foundation/NSDecimalNumber.inc index a1e7d3e6b2..5323986dd1 100644 --- a/packages/cocoaint/src/foundation/NSDecimalNumber.inc +++ b/packages/cocoaint/src/foundation/NSDecimalNumber.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDecimalNumber.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -87,21 +87,21 @@ var class function maximumDecimalNumber: NSDecimalNumber; message 'maximumDecimalNumber'; class function notANumber: NSDecimalNumber; message 'notANumber'; function decimalNumberByAdding(decimalNumber: NSDecimalNumber): NSDecimalNumber; message 'decimalNumberByAdding:'; - function decimalNumberByAdding_withBehavior(decimalNumber: NSDecimalNumber; behavior: id): NSDecimalNumber; message 'decimalNumberByAdding:withBehavior:'; + function decimalNumberByAdding_withBehavior(decimalNumber: NSDecimalNumber; behavior: NSDecimalNumberBehaviorsProtocol): NSDecimalNumber; message 'decimalNumberByAdding:withBehavior:'; function decimalNumberBySubtracting(decimalNumber: NSDecimalNumber): NSDecimalNumber; message 'decimalNumberBySubtracting:'; - function decimalNumberBySubtracting_withBehavior(decimalNumber: NSDecimalNumber; behavior: id): NSDecimalNumber; message 'decimalNumberBySubtracting:withBehavior:'; + function decimalNumberBySubtracting_withBehavior(decimalNumber: NSDecimalNumber; behavior: NSDecimalNumberBehaviorsProtocol): NSDecimalNumber; message 'decimalNumberBySubtracting:withBehavior:'; function decimalNumberByMultiplyingBy(decimalNumber: NSDecimalNumber): NSDecimalNumber; message 'decimalNumberByMultiplyingBy:'; - function decimalNumberByMultiplyingBy_withBehavior(decimalNumber: NSDecimalNumber; behavior: id): NSDecimalNumber; message 'decimalNumberByMultiplyingBy:withBehavior:'; + function decimalNumberByMultiplyingBy_withBehavior(decimalNumber: NSDecimalNumber; behavior: NSDecimalNumberBehaviorsProtocol): NSDecimalNumber; message 'decimalNumberByMultiplyingBy:withBehavior:'; function decimalNumberByDividingBy(decimalNumber: NSDecimalNumber): NSDecimalNumber; message 'decimalNumberByDividingBy:'; - function decimalNumberByDividingBy_withBehavior(decimalNumber: NSDecimalNumber; behavior: id): NSDecimalNumber; message 'decimalNumberByDividingBy:withBehavior:'; + function decimalNumberByDividingBy_withBehavior(decimalNumber: NSDecimalNumber; behavior: NSDecimalNumberBehaviorsProtocol): NSDecimalNumber; message 'decimalNumberByDividingBy:withBehavior:'; function decimalNumberByRaisingToPower(power: NSUInteger): NSDecimalNumber; message 'decimalNumberByRaisingToPower:'; - function decimalNumberByRaisingToPower_withBehavior(power: NSUInteger; behavior: id): NSDecimalNumber; message 'decimalNumberByRaisingToPower:withBehavior:'; + function decimalNumberByRaisingToPower_withBehavior(power: NSUInteger; behavior: NSDecimalNumberBehaviorsProtocol): NSDecimalNumber; message 'decimalNumberByRaisingToPower:withBehavior:'; function decimalNumberByMultiplyingByPowerOf10(power: cshort): NSDecimalNumber; message 'decimalNumberByMultiplyingByPowerOf10:'; - function decimalNumberByMultiplyingByPowerOf10_withBehavior(power: cshort; behavior: id): NSDecimalNumber; message 'decimalNumberByMultiplyingByPowerOf10:withBehavior:'; - function decimalNumberByRoundingAccordingToBehavior(behavior: id): NSDecimalNumber; message 'decimalNumberByRoundingAccordingToBehavior:'; + function decimalNumberByMultiplyingByPowerOf10_withBehavior(power: cshort; behavior: NSDecimalNumberBehaviorsProtocol): NSDecimalNumber; message 'decimalNumberByMultiplyingByPowerOf10:withBehavior:'; + function decimalNumberByRoundingAccordingToBehavior(behavior: NSDecimalNumberBehaviorsProtocol): NSDecimalNumber; message 'decimalNumberByRoundingAccordingToBehavior:'; function compare(decimalNumber: NSNumber): NSComparisonResult; message 'compare:'; - class procedure setDefaultBehavior(behavior: id); message 'setDefaultBehavior:'; - class function defaultBehavior: id; message 'defaultBehavior'; + class procedure setDefaultBehavior(behavior: NSDecimalNumberBehaviorsProtocol); message 'setDefaultBehavior:'; + class function defaultBehavior: NSDecimalNumberBehaviorsProtocol; message 'defaultBehavior'; function objCType: PChar; message 'objCType'; function doubleValue: double; message 'doubleValue'; end; diff --git a/packages/cocoaint/src/foundation/NSDictionary.inc b/packages/cocoaint/src/foundation/NSDictionary.inc index 6e46b6d550..3c0169dbab 100644 --- a/packages/cocoaint/src/foundation/NSDictionary.inc +++ b/packages/cocoaint/src/foundation/NSDictionary.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDictionary.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSDistantObject.inc b/packages/cocoaint/src/foundation/NSDistantObject.inc index 81105f78bb..f4914c7fd5 100644 --- a/packages/cocoaint/src/foundation/NSDistantObject.inc +++ b/packages/cocoaint/src/foundation/NSDistantObject.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDistantObject.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSDistributedLock.inc b/packages/cocoaint/src/foundation/NSDistributedLock.inc index 73284ca59c..f61a46fb69 100644 --- a/packages/cocoaint/src/foundation/NSDistributedLock.inc +++ b/packages/cocoaint/src/foundation/NSDistributedLock.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDistributedLock.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc b/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc index 08c41f9d15..14d4b2a8a2 100644 --- a/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc +++ b/packages/cocoaint/src/foundation/NSDistributedNotificationCenter.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSDistributedNotificationCenter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSEnumerator.inc b/packages/cocoaint/src/foundation/NSEnumerator.inc index 118f2cf481..6c37883ff0 100644 --- a/packages/cocoaint/src/foundation/NSEnumerator.inc +++ b/packages/cocoaint/src/foundation/NSEnumerator.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSEnumerator.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSError.inc b/packages/cocoaint/src/foundation/NSError.inc index 5cc2e65aed..ec20a5ac57 100644 --- a/packages/cocoaint/src/foundation/NSError.inc +++ b/packages/cocoaint/src/foundation/NSError.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSError.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSException.inc b/packages/cocoaint/src/foundation/NSException.inc index 1996cf6321..4e45d25d49 100644 --- a/packages/cocoaint/src/foundation/NSException.inc +++ b/packages/cocoaint/src/foundation/NSException.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSException.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSExpression.inc b/packages/cocoaint/src/foundation/NSExpression.inc index 7c10d68617..7ddc248626 100644 --- a/packages/cocoaint/src/foundation/NSExpression.inc +++ b/packages/cocoaint/src/foundation/NSExpression.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSExpression.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSFileHandle.inc b/packages/cocoaint/src/foundation/NSFileHandle.inc index 879f4793fe..453a3dfe4e 100644 --- a/packages/cocoaint/src/foundation/NSFileHandle.inc +++ b/packages/cocoaint/src/foundation/NSFileHandle.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSFileHandle.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSFileManager.inc b/packages/cocoaint/src/foundation/NSFileManager.inc index 8f8b25c24d..9824d9f472 100644 --- a/packages/cocoaint/src/foundation/NSFileManager.inc +++ b/packages/cocoaint/src/foundation/NSFileManager.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSFileManager.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSFormatter.inc b/packages/cocoaint/src/foundation/NSFormatter.inc index b04dbdad48..847564296b 100644 --- a/packages/cocoaint/src/foundation/NSFormatter.inc +++ b/packages/cocoaint/src/foundation/NSFormatter.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSFormatter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSGarbageCollector.inc b/packages/cocoaint/src/foundation/NSGarbageCollector.inc index 7955c868ee..2744f9251e 100644 --- a/packages/cocoaint/src/foundation/NSGarbageCollector.inc +++ b/packages/cocoaint/src/foundation/NSGarbageCollector.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSGarbageCollector.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSGeometry.inc b/packages/cocoaint/src/foundation/NSGeometry.inc index aa09087426..372146bb19 100644 --- a/packages/cocoaint/src/foundation/NSGeometry.inc +++ b/packages/cocoaint/src/foundation/NSGeometry.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSGeometry.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSHFSFileTypes.inc b/packages/cocoaint/src/foundation/NSHFSFileTypes.inc index 78215f3781..3b2e976f26 100644 --- a/packages/cocoaint/src/foundation/NSHFSFileTypes.inc +++ b/packages/cocoaint/src/foundation/NSHFSFileTypes.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHFSFileTypes.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSHTTPCookie.inc b/packages/cocoaint/src/foundation/NSHTTPCookie.inc index 513ddeb79e..302e5568f7 100644 --- a/packages/cocoaint/src/foundation/NSHTTPCookie.inc +++ b/packages/cocoaint/src/foundation/NSHTTPCookie.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHTTPCookie.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc b/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc index 3ab34482a0..0427677423 100644 --- a/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc +++ b/packages/cocoaint/src/foundation/NSHTTPCookieStorage.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHTTPCookieStorage.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSHashTable.inc b/packages/cocoaint/src/foundation/NSHashTable.inc index 0d26c911c0..c125181181 100644 --- a/packages/cocoaint/src/foundation/NSHashTable.inc +++ b/packages/cocoaint/src/foundation/NSHashTable.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHashTable.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSHost.inc b/packages/cocoaint/src/foundation/NSHost.inc index c099c1cbbf..05672c80aa 100644 --- a/packages/cocoaint/src/foundation/NSHost.inc +++ b/packages/cocoaint/src/foundation/NSHost.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSHost.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSIndexPath.inc b/packages/cocoaint/src/foundation/NSIndexPath.inc index 45e3e08df6..5e170b443a 100644 --- a/packages/cocoaint/src/foundation/NSIndexPath.inc +++ b/packages/cocoaint/src/foundation/NSIndexPath.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSIndexPath.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSIndexSet.inc b/packages/cocoaint/src/foundation/NSIndexSet.inc index 5106c34870..4acdf46a2d 100644 --- a/packages/cocoaint/src/foundation/NSIndexSet.inc +++ b/packages/cocoaint/src/foundation/NSIndexSet.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSIndexSet.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSInvocation.inc b/packages/cocoaint/src/foundation/NSInvocation.inc index 1b70863eb1..bf680906ed 100644 --- a/packages/cocoaint/src/foundation/NSInvocation.inc +++ b/packages/cocoaint/src/foundation/NSInvocation.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSInvocation.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSKeyValueCoding.inc b/packages/cocoaint/src/foundation/NSKeyValueCoding.inc index 0071c063ea..68b8f6d58f 100644 --- a/packages/cocoaint/src/foundation/NSKeyValueCoding.inc +++ b/packages/cocoaint/src/foundation/NSKeyValueCoding.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSKeyValueCoding.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSKeyValueObserving.inc b/packages/cocoaint/src/foundation/NSKeyValueObserving.inc index 537c9cbe8a..22699bc454 100644 --- a/packages/cocoaint/src/foundation/NSKeyValueObserving.inc +++ b/packages/cocoaint/src/foundation/NSKeyValueObserving.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSKeyValueObserving.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSKeyedArchiver.inc b/packages/cocoaint/src/foundation/NSKeyedArchiver.inc index e947352e4e..7fae44ade0 100644 --- a/packages/cocoaint/src/foundation/NSKeyedArchiver.inc +++ b/packages/cocoaint/src/foundation/NSKeyedArchiver.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSKeyedArchiver.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -76,8 +76,8 @@ var class function archivedDataWithRootObject(rootObject: id): NSData; message 'archivedDataWithRootObject:'; class function archiveRootObject_toFile(rootObject: id; path: NSString): Boolean; message 'archiveRootObject:toFile:'; function initForWritingWithMutableData(data: NSMutableData): id; message 'initForWritingWithMutableData:'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(delegate_: NSKeyedArchiverDelegateProtocol); message 'setDelegate:'; + function delegate: NSKeyedArchiverDelegateProtocol; message 'delegate'; procedure setOutputFormat(format: NSPropertyListFormat); message 'setOutputFormat:'; function outputFormat: NSPropertyListFormat; message 'outputFormat'; procedure finishEncoding; message 'finishEncoding'; @@ -118,8 +118,8 @@ var class function unarchiveObjectWithData(data: NSData): id; message 'unarchiveObjectWithData:'; class function unarchiveObjectWithFile(path: NSString): id; message 'unarchiveObjectWithFile:'; function initForReadingWithData(data: NSData): id; message 'initForReadingWithData:'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(delegate_: NSKeyedUnarchiverDelegateProtocol); message 'setDelegate:'; + function delegate: NSKeyedUnarchiverDelegateProtocol; message 'delegate'; procedure finishDecoding; message 'finishDecoding'; class procedure setClass_forClassName(cls: Pobjc_class; codedName: NSString); message 'setClass:forClassName:'; class function classForClassName(codedName: NSString): Pobjc_class; message 'classForClassName:'; diff --git a/packages/cocoaint/src/foundation/NSLocale.inc b/packages/cocoaint/src/foundation/NSLocale.inc index 1496e36534..9e1616419f 100644 --- a/packages/cocoaint/src/foundation/NSLocale.inc +++ b/packages/cocoaint/src/foundation/NSLocale.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSLocale.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSLock.inc b/packages/cocoaint/src/foundation/NSLock.inc index a64e1a3bcf..5aa45fed45 100644 --- a/packages/cocoaint/src/foundation/NSLock.inc +++ b/packages/cocoaint/src/foundation/NSLock.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSLock.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSMapTable.inc b/packages/cocoaint/src/foundation/NSMapTable.inc index 12faa0d2a1..ec07130969 100644 --- a/packages/cocoaint/src/foundation/NSMapTable.inc +++ b/packages/cocoaint/src/foundation/NSMapTable.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSMapTable.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSMetadata.inc b/packages/cocoaint/src/foundation/NSMetadata.inc index 34e629fe70..2dcecf1852 100644 --- a/packages/cocoaint/src/foundation/NSMetadata.inc +++ b/packages/cocoaint/src/foundation/NSMetadata.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSMetadata.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -72,8 +72,8 @@ var public function init: id; message 'init'; - function delegate: id; message 'delegate'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; + function delegate: NSMetadataQueryDelegateProtocol; message 'delegate'; + procedure setDelegate(delegate_: NSMetadataQueryDelegateProtocol); message 'setDelegate:'; function predicate: NSPredicate; message 'predicate'; procedure setPredicate(predicate_: NSPredicate); message 'setPredicate:'; function sortDescriptors: NSArray; message 'sortDescriptors'; diff --git a/packages/cocoaint/src/foundation/NSMethodSignature.inc b/packages/cocoaint/src/foundation/NSMethodSignature.inc index 31eac7e6cb..0d7f87d9a6 100644 --- a/packages/cocoaint/src/foundation/NSMethodSignature.inc +++ b/packages/cocoaint/src/foundation/NSMethodSignature.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSMethodSignature.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSNetServices.inc b/packages/cocoaint/src/foundation/NSNetServices.inc index 0a3576fddc..bc62799246 100644 --- a/packages/cocoaint/src/foundation/NSNetServices.inc +++ b/packages/cocoaint/src/foundation/NSNetServices.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNetServices.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -83,8 +83,8 @@ var public function initWithDomain_type_name_port(domain_: NSString; type__: NSString; name_: NSString; port_: cint): id; message 'initWithDomain:type:name:port:'; function initWithDomain_type_name(domain_: NSString; type__: NSString; name_: NSString): id; message 'initWithDomain:type:name:'; - function delegate: id; message 'delegate'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; + function delegate: NSNetServiceDelegateProtocol; message 'delegate'; + procedure setDelegate(delegate_: NSNetServiceDelegateProtocol); message 'setDelegate:'; procedure scheduleInRunLoop_forMode(aRunLoop: NSRunLoop; mode: NSString); message 'scheduleInRunLoop:forMode:'; procedure removeFromRunLoop_forMode(aRunLoop: NSRunLoop; mode: NSString); message 'removeFromRunLoop:forMode:'; function domain: NSString; message 'domain'; @@ -116,8 +116,8 @@ var public function init: id; message 'init'; - function delegate: id; message 'delegate'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; + function delegate: NSNetServiceBrowserDelegateProtocol; message 'delegate'; + procedure setDelegate(delegate_: NSNetServiceBrowserDelegateProtocol); message 'setDelegate:'; procedure scheduleInRunLoop_forMode(aRunLoop: NSRunLoop; mode: NSString); message 'scheduleInRunLoop:forMode:'; procedure removeFromRunLoop_forMode(aRunLoop: NSRunLoop; mode: NSString); message 'removeFromRunLoop:forMode:'; procedure searchForBrowsableDomains; message 'searchForBrowsableDomains'; diff --git a/packages/cocoaint/src/foundation/NSNotification.inc b/packages/cocoaint/src/foundation/NSNotification.inc index 87f37eeb38..7984744ffb 100644 --- a/packages/cocoaint/src/foundation/NSNotification.inc +++ b/packages/cocoaint/src/foundation/NSNotification.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNotification.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSNotificationQueue.inc b/packages/cocoaint/src/foundation/NSNotificationQueue.inc index 1050c89d17..3a36346195 100644 --- a/packages/cocoaint/src/foundation/NSNotificationQueue.inc +++ b/packages/cocoaint/src/foundation/NSNotificationQueue.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNotificationQueue.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSNull.inc b/packages/cocoaint/src/foundation/NSNull.inc index 6e39c92146..58fe06d3cd 100644 --- a/packages/cocoaint/src/foundation/NSNull.inc +++ b/packages/cocoaint/src/foundation/NSNull.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNull.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSNumberFormatter.inc b/packages/cocoaint/src/foundation/NSNumberFormatter.inc index c430653814..6575fdd238 100644 --- a/packages/cocoaint/src/foundation/NSNumberFormatter.inc +++ b/packages/cocoaint/src/foundation/NSNumberFormatter.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSNumberFormatter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSObjCRuntime.inc b/packages/cocoaint/src/foundation/NSObjCRuntime.inc index 864c9b0553..0420062d00 100644 --- a/packages/cocoaint/src/foundation/NSObjCRuntime.inc +++ b/packages/cocoaint/src/foundation/NSObjCRuntime.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSObjCRuntime.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -54,9 +54,18 @@ const NSFoundationVersionNumber10_5_4 = 677.19; NSFoundationVersionNumber10_5_5 = 677.21; NSFoundationVersionNumber10_5_6 = 677.22; + NSFoundationVersionNumber10_5_7 = 677.24; + NSFoundationVersionNumber10_5_8 = 677.26; + NSFoundationVersionNumber10_6 = 751.00; + NSFoundationVersionNumber10_6_1 = 751.00; + NSFoundationVersionNumber10_6_2 = 751.14; + NSFoundationVersionNumber10_6_3 = 751.21; NSFoundationVersionNumber_iPhoneOS_2_0 = 678.24; NSFoundationVersionNumber_iPhoneOS_2_1 = 678.26; NSFoundationVersionNumber_iPhoneOS_2_2 = 678.29; + NSFoundationVersionNumber_iPhoneOS_3_0 = 678.47; + NSFoundationVersionNumber_iPhoneOS_3_1 = 678.51; + NSFoundationVersionNumber_iPhoneOS_3_2 = 678.60; NSINTEGER_DEFINED = 1; { Types } diff --git a/packages/cocoaint/src/foundation/NSObject.inc b/packages/cocoaint/src/foundation/NSObject.inc index 916583a099..f92c99163d 100644 --- a/packages/cocoaint/src/foundation/NSObject.inc +++ b/packages/cocoaint/src/foundation/NSObject.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSObject.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSObjectScripting.inc b/packages/cocoaint/src/foundation/NSObjectScripting.inc index 2f877281ca..854ac03c5b 100644 --- a/packages/cocoaint/src/foundation/NSObjectScripting.inc +++ b/packages/cocoaint/src/foundation/NSObjectScripting.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSObjectScripting.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSOperation.inc b/packages/cocoaint/src/foundation/NSOperation.inc index 445332776d..57547ca22e 100644 --- a/packages/cocoaint/src/foundation/NSOperation.inc +++ b/packages/cocoaint/src/foundation/NSOperation.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSOperation.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSOrthography.inc b/packages/cocoaint/src/foundation/NSOrthography.inc index 38e76772f3..74d882c116 100644 --- a/packages/cocoaint/src/foundation/NSOrthography.inc +++ b/packages/cocoaint/src/foundation/NSOrthography.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSOrthography.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSPathUtilities.inc b/packages/cocoaint/src/foundation/NSPathUtilities.inc index dcde78b883..9ead7f224a 100644 --- a/packages/cocoaint/src/foundation/NSPathUtilities.inc +++ b/packages/cocoaint/src/foundation/NSPathUtilities.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPathUtilities.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSPointerArray.inc b/packages/cocoaint/src/foundation/NSPointerArray.inc index b359f272bd..f68bbc369c 100644 --- a/packages/cocoaint/src/foundation/NSPointerArray.inc +++ b/packages/cocoaint/src/foundation/NSPointerArray.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPointerArray.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSPointerFunctions.inc b/packages/cocoaint/src/foundation/NSPointerFunctions.inc index 2dfebf81e3..6c2873a96f 100644 --- a/packages/cocoaint/src/foundation/NSPointerFunctions.inc +++ b/packages/cocoaint/src/foundation/NSPointerFunctions.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPointerFunctions.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSPort.inc b/packages/cocoaint/src/foundation/NSPort.inc index b9da41b228..7ead0d8397 100644 --- a/packages/cocoaint/src/foundation/NSPort.inc +++ b/packages/cocoaint/src/foundation/NSPort.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPort.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -76,8 +76,8 @@ var class function port: NSPort; message 'port'; procedure invalidate; message 'invalidate'; function isValid: Boolean; message 'isValid'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSPortDelegateProtocol); message 'setDelegate:'; + function delegate: NSPortDelegateProtocol; message 'delegate'; procedure scheduleInRunLoop_forMode(runLoop: NSRunLoop; mode: NSString); message 'scheduleInRunLoop:forMode:'; procedure removeFromRunLoop_forMode(runLoop: NSRunLoop; mode: NSString); message 'removeFromRunLoop:forMode:'; function reservedSpaceLength: NSUInteger; message 'reservedSpaceLength'; @@ -103,8 +103,8 @@ var public class function portWithMachPort(machPort_: cuint32): NSPort; message 'portWithMachPort:'; function initWithMachPort(machPort_: cuint32): id; message 'initWithMachPort:'; - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSMachPortDelegateProtocol); message 'setDelegate:'; + function delegate: NSMachPortDelegateProtocol; message 'delegate'; class function portWithMachPort_options(machPort_: cuint32; f: NSUInteger): NSPort; message 'portWithMachPort:options:'; function initWithMachPort_options(machPort_: cuint32; f: NSUInteger): id; message 'initWithMachPort:options:'; function machPort: cuint32; message 'machPort'; diff --git a/packages/cocoaint/src/foundation/NSPortCoder.inc b/packages/cocoaint/src/foundation/NSPortCoder.inc index f7cc601007..bd05d42405 100644 --- a/packages/cocoaint/src/foundation/NSPortCoder.inc +++ b/packages/cocoaint/src/foundation/NSPortCoder.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPortCoder.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSPortMessage.inc b/packages/cocoaint/src/foundation/NSPortMessage.inc index 086bf534ab..3c45e36f8e 100644 --- a/packages/cocoaint/src/foundation/NSPortMessage.inc +++ b/packages/cocoaint/src/foundation/NSPortMessage.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPortMessage.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSPortNameServer.inc b/packages/cocoaint/src/foundation/NSPortNameServer.inc index 5f57902712..c644487a1d 100644 --- a/packages/cocoaint/src/foundation/NSPortNameServer.inc +++ b/packages/cocoaint/src/foundation/NSPortNameServer.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPortNameServer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSPredicate.inc b/packages/cocoaint/src/foundation/NSPredicate.inc index 9c98ccc80b..2a1defa8f5 100644 --- a/packages/cocoaint/src/foundation/NSPredicate.inc +++ b/packages/cocoaint/src/foundation/NSPredicate.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPredicate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSProcessInfo.inc b/packages/cocoaint/src/foundation/NSProcessInfo.inc index 6ad2f3135c..272d6ce5e7 100644 --- a/packages/cocoaint/src/foundation/NSProcessInfo.inc +++ b/packages/cocoaint/src/foundation/NSProcessInfo.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSProcessInfo.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSPropertyList.inc b/packages/cocoaint/src/foundation/NSPropertyList.inc index dcfbdc8683..196b007a41 100644 --- a/packages/cocoaint/src/foundation/NSPropertyList.inc +++ b/packages/cocoaint/src/foundation/NSPropertyList.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSPropertyList.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSProtocolChecker.inc b/packages/cocoaint/src/foundation/NSProtocolChecker.inc index a7e4f1a8c2..6668afc0f3 100644 --- a/packages/cocoaint/src/foundation/NSProtocolChecker.inc +++ b/packages/cocoaint/src/foundation/NSProtocolChecker.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSProtocolChecker.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSProxy.inc b/packages/cocoaint/src/foundation/NSProxy.inc index 17952c07c2..80bb584bd5 100644 --- a/packages/cocoaint/src/foundation/NSProxy.inc +++ b/packages/cocoaint/src/foundation/NSProxy.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSProxy.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSRange.inc b/packages/cocoaint/src/foundation/NSRange.inc index 94127ecfc8..12ea28e83d 100644 --- a/packages/cocoaint/src/foundation/NSRange.inc +++ b/packages/cocoaint/src/foundation/NSRange.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSRange.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSRunLoop.inc b/packages/cocoaint/src/foundation/NSRunLoop.inc index de0d1eed8b..7ad648dc59 100644 --- a/packages/cocoaint/src/foundation/NSRunLoop.inc +++ b/packages/cocoaint/src/foundation/NSRunLoop.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSRunLoop.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScanner.inc b/packages/cocoaint/src/foundation/NSScanner.inc index 634e551267..4e1c99cc15 100644 --- a/packages/cocoaint/src/foundation/NSScanner.inc +++ b/packages/cocoaint/src/foundation/NSScanner.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScanner.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptClassDescription.inc b/packages/cocoaint/src/foundation/NSScriptClassDescription.inc index 41c4750ba7..cab1411178 100644 --- a/packages/cocoaint/src/foundation/NSScriptClassDescription.inc +++ b/packages/cocoaint/src/foundation/NSScriptClassDescription.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptClassDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc b/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc index ced95c808c..f520dea4d6 100644 --- a/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc +++ b/packages/cocoaint/src/foundation/NSScriptCoercionHandler.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptCoercionHandler.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptCommand.inc b/packages/cocoaint/src/foundation/NSScriptCommand.inc index e25f4c2eba..ecc4bc872b 100644 --- a/packages/cocoaint/src/foundation/NSScriptCommand.inc +++ b/packages/cocoaint/src/foundation/NSScriptCommand.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptCommand.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc b/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc index 07d55a8ede..80146afad3 100644 --- a/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc +++ b/packages/cocoaint/src/foundation/NSScriptCommandDescription.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptCommandDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc b/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc index ad499064c1..c19aa9961c 100644 --- a/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc +++ b/packages/cocoaint/src/foundation/NSScriptExecutionContext.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptExecutionContext.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc b/packages/cocoaint/src/foundation/NSScriptKeyValueCoding.inc index 138578e948..ad0463d659 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: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc b/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc index d8cc4356c7..942ef8a97a 100644 --- a/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc +++ b/packages/cocoaint/src/foundation/NSScriptObjectSpecifiers.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptObjectSpecifiers.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc b/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc index 7acddc215a..a3b6ac26cf 100644 --- a/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc +++ b/packages/cocoaint/src/foundation/NSScriptStandardSuiteCommands.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptStandardSuiteCommands.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc b/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc index 9631fa49a5..56a190b124 100644 --- a/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc +++ b/packages/cocoaint/src/foundation/NSScriptSuiteRegistry.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptSuiteRegistry.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc b/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc index 78a2501bc2..a6e2e8d7ed 100644 --- a/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc +++ b/packages/cocoaint/src/foundation/NSScriptWhoseTests.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSScriptWhoseTests.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSSet.inc b/packages/cocoaint/src/foundation/NSSet.inc index d152c5e819..1f02dfb2e6 100644 --- a/packages/cocoaint/src/foundation/NSSet.inc +++ b/packages/cocoaint/src/foundation/NSSet.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSSet.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSSortDescriptor.inc b/packages/cocoaint/src/foundation/NSSortDescriptor.inc index 184338b868..51ad726a16 100644 --- a/packages/cocoaint/src/foundation/NSSortDescriptor.inc +++ b/packages/cocoaint/src/foundation/NSSortDescriptor.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSSortDescriptor.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSSpellServer.inc b/packages/cocoaint/src/foundation/NSSpellServer.inc index aee53f390b..cfb6a99998 100644 --- a/packages/cocoaint/src/foundation/NSSpellServer.inc +++ b/packages/cocoaint/src/foundation/NSSpellServer.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSSpellServer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -70,8 +70,8 @@ var _reservedSpellServer2: Pointer; public - procedure setDelegate(anObject: id); message 'setDelegate:'; - function delegate: id; message 'delegate'; + procedure setDelegate(anObject: NSSpellServerDelegateProtocol); message 'setDelegate:'; + function delegate: NSSpellServerDelegateProtocol; message 'delegate'; function registerLanguage_byVendor(language: NSString; vendor: NSString): Boolean; message 'registerLanguage:byVendor:'; function isWordInUserDictionaries_caseSensitive(word: NSString; flag: Boolean): Boolean; message 'isWordInUserDictionaries:caseSensitive:'; procedure run; message 'run'; diff --git a/packages/cocoaint/src/foundation/NSStream.inc b/packages/cocoaint/src/foundation/NSStream.inc index d02ddf40d3..01f68755ce 100644 --- a/packages/cocoaint/src/foundation/NSStream.inc +++ b/packages/cocoaint/src/foundation/NSStream.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSStream.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -102,8 +102,8 @@ var public procedure open; message 'open'; procedure close; message 'close'; - function delegate: id; message 'delegate'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; + function delegate: NSStreamDelegateProtocol; message 'delegate'; + procedure setDelegate(delegate_: NSStreamDelegateProtocol); message 'setDelegate:'; function propertyForKey(key: NSString): id; message 'propertyForKey:'; function setProperty_forKey(property_: id; key: NSString): Boolean; message 'setProperty:forKey:'; procedure scheduleInRunLoop_forMode(aRunLoop: NSRunLoop; mode: NSString); message 'scheduleInRunLoop:forMode:'; diff --git a/packages/cocoaint/src/foundation/NSString.inc b/packages/cocoaint/src/foundation/NSString.inc index eabe8814cb..07350fad4b 100644 --- a/packages/cocoaint/src/foundation/NSString.inc +++ b/packages/cocoaint/src/foundation/NSString.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSString.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -242,7 +242,7 @@ var class function stringWithFormat(firstKey: id): id; varargs; message 'stringWithFormat:'; class function localizedStringWithFormat(firstKey: id): id; varargs; message 'localizedStringWithFormat:'; function initWithCString_encoding(nullTerminatedCString: PChar; encoding: NSStringEncoding): id; message 'initWithCString:encoding:'; - class function stringWithCString_encoding(cString: PChar; enc: NSStringEncoding): id; message 'stringWithCString:encoding:'; + class function stringWithCString_encoding(cString_: PChar; enc: NSStringEncoding): id; message 'stringWithCString:encoding:'; function initWithContentsOfURL_encoding_error(url: NSURL; enc: NSStringEncoding; error: NSErrorPointer): id; message 'initWithContentsOfURL:encoding:error:'; function initWithContentsOfFile_encoding_error(path: NSString; enc: NSStringEncoding; error: NSErrorPointer): id; message 'initWithContentsOfFile:encoding:error:'; class function stringWithContentsOfURL_encoding_error(url: NSURL; enc: NSStringEncoding; error: NSErrorPointer): id; message 'stringWithContentsOfURL:encoding:error:'; diff --git a/packages/cocoaint/src/foundation/NSTask.inc b/packages/cocoaint/src/foundation/NSTask.inc index 40e3ea5913..7905605eef 100644 --- a/packages/cocoaint/src/foundation/NSTask.inc +++ b/packages/cocoaint/src/foundation/NSTask.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSTask.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSTextCheckingResult.inc b/packages/cocoaint/src/foundation/NSTextCheckingResult.inc index fc4354ccd3..984acfd418 100644 --- a/packages/cocoaint/src/foundation/NSTextCheckingResult.inc +++ b/packages/cocoaint/src/foundation/NSTextCheckingResult.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSTextCheckingResult.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSThread.inc b/packages/cocoaint/src/foundation/NSThread.inc index 0d54b04f1e..04f4152285 100644 --- a/packages/cocoaint/src/foundation/NSThread.inc +++ b/packages/cocoaint/src/foundation/NSThread.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSThread.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSTimeZone.inc b/packages/cocoaint/src/foundation/NSTimeZone.inc index d09adfe579..78dd7d0253 100644 --- a/packages/cocoaint/src/foundation/NSTimeZone.inc +++ b/packages/cocoaint/src/foundation/NSTimeZone.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSTimeZone.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSTimer.inc b/packages/cocoaint/src/foundation/NSTimer.inc index 1cbc813fbb..68c43d9443 100644 --- a/packages/cocoaint/src/foundation/NSTimer.inc +++ b/packages/cocoaint/src/foundation/NSTimer.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSTimer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURL.inc b/packages/cocoaint/src/foundation/NSURL.inc index d14129e539..22ddee201c 100644 --- a/packages/cocoaint/src/foundation/NSURL.inc +++ b/packages/cocoaint/src/foundation/NSURL.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURL.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc b/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc index decf300d40..a5d5cd47b0 100644 --- a/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc +++ b/packages/cocoaint/src/foundation/NSURLAuthenticationChallenge.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLAuthenticationChallenge.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -48,14 +48,14 @@ _internal: NSURLAuthenticationChallengeInternal; public - function initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(space: NSURLProtectionSpace; credential: NSURLCredential; previousFailureCount_: NSInteger; response: NSURLResponse; error_: NSError; sender_: id): id; message 'initWithProtectionSpace:proposedCredential:previousFailureCount:failureResponse:error:sender:'; - function initWithAuthenticationChallenge_sender(challenge: NSURLAuthenticationChallenge; sender_: id): id; message 'initWithAuthenticationChallenge:sender:'; + function initWithProtectionSpace_proposedCredential_previousFailureCount_failureResponse_error_sender(space: NSURLProtectionSpace; credential: NSURLCredential; previousFailureCount_: NSInteger; response: NSURLResponse; error_: NSError; sender_: NSURLAuthenticationChallengeSenderProtocol): id; message 'initWithProtectionSpace:proposedCredential:previousFailureCount:failureResponse:error:sender:'; + function initWithAuthenticationChallenge_sender(challenge: NSURLAuthenticationChallenge; sender_: NSURLAuthenticationChallengeSenderProtocol): id; message 'initWithAuthenticationChallenge:sender:'; function protectionSpace: NSURLProtectionSpace; message 'protectionSpace'; function proposedCredential: NSURLCredential; message 'proposedCredential'; function previousFailureCount: NSInteger; message 'previousFailureCount'; function failureResponse: NSURLResponse; message 'failureResponse'; function error: NSError; message 'error'; - function sender: id; message 'sender'; + function sender: NSURLAuthenticationChallengeSenderProtocol; message 'sender'; end; {$endif} diff --git a/packages/cocoaint/src/foundation/NSURLCache.inc b/packages/cocoaint/src/foundation/NSURLCache.inc index abe63f819f..4f70ba3188 100644 --- a/packages/cocoaint/src/foundation/NSURLCache.inc +++ b/packages/cocoaint/src/foundation/NSURLCache.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLCache.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURLConnection.inc b/packages/cocoaint/src/foundation/NSURLConnection.inc index eed9026aff..0a01bba22a 100644 --- a/packages/cocoaint/src/foundation/NSURLConnection.inc +++ b/packages/cocoaint/src/foundation/NSURLConnection.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLConnection.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURLCredential.inc b/packages/cocoaint/src/foundation/NSURLCredential.inc index 3057372abe..89d2b15366 100644 --- a/packages/cocoaint/src/foundation/NSURLCredential.inc +++ b/packages/cocoaint/src/foundation/NSURLCredential.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLCredential.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc b/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc index 34f00904e7..00953f7673 100644 --- a/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc +++ b/packages/cocoaint/src/foundation/NSURLCredentialStorage.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLCredentialStorage.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURLDownload.inc b/packages/cocoaint/src/foundation/NSURLDownload.inc index dad4784ecd..1514278808 100644 --- a/packages/cocoaint/src/foundation/NSURLDownload.inc +++ b/packages/cocoaint/src/foundation/NSURLDownload.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLDownload.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURLError.inc b/packages/cocoaint/src/foundation/NSURLError.inc index 9a4e63ac30..740bab67b3 100644 --- a/packages/cocoaint/src/foundation/NSURLError.inc +++ b/packages/cocoaint/src/foundation/NSURLError.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLError.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURLHandle.inc b/packages/cocoaint/src/foundation/NSURLHandle.inc index c54e19f8c2..c5055c700f 100644 --- a/packages/cocoaint/src/foundation/NSURLHandle.inc +++ b/packages/cocoaint/src/foundation/NSURLHandle.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLHandle.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -82,8 +82,8 @@ var class function URLHandleClassForURL(anURL: NSURL): Pobjc_class; message 'URLHandleClassForURL:'; deprecated 'in Mac OS X 10.4 and later'; function status: NSURLHandleStatus; message 'status'; deprecated 'in Mac OS X 10.4 and later'; function failureReason: NSString; message 'failureReason'; deprecated 'in Mac OS X 10.4 and later'; - procedure addClient(client: id); message 'addClient:'; deprecated 'in Mac OS X 10.4 and later'; - procedure removeClient(client: id); message 'removeClient:'; deprecated 'in Mac OS X 10.4 and later'; + procedure addClient(client: NSURLHandleClientProtocol); message 'addClient:'; deprecated 'in Mac OS X 10.4 and later'; + procedure removeClient(client: NSURLHandleClientProtocol); message 'removeClient:'; deprecated 'in Mac OS X 10.4 and later'; procedure loadInBackground; message 'loadInBackground'; deprecated 'in Mac OS X 10.4 and later'; procedure cancelLoadInBackground; message 'cancelLoadInBackground'; deprecated 'in Mac OS X 10.4 and later'; function resourceData: NSData; message 'resourceData'; deprecated 'in Mac OS X 10.4 and later'; diff --git a/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc b/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc index 5bb73a5998..93a07a013b 100644 --- a/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc +++ b/packages/cocoaint/src/foundation/NSURLProtectionSpace.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLProtectionSpace.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURLProtocol.inc b/packages/cocoaint/src/foundation/NSURLProtocol.inc index 7930d1d9ac..73a5d7980c 100644 --- a/packages/cocoaint/src/foundation/NSURLProtocol.inc +++ b/packages/cocoaint/src/foundation/NSURLProtocol.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLProtocol.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -48,8 +48,8 @@ _internal: NSURLProtocolInternal; public - function initWithRequest_cachedResponse_client(request_: NSURLRequest; cachedResponse_: NSCachedURLResponse; client_: id): id; message 'initWithRequest:cachedResponse:client:'; - function client: id; message 'client'; + function initWithRequest_cachedResponse_client(request_: NSURLRequest; cachedResponse_: NSCachedURLResponse; client_: NSURLProtocolClientProtocol): id; message 'initWithRequest:cachedResponse:client:'; + function client: NSURLProtocolClientProtocol; message 'client'; function request: NSURLRequest; message 'request'; function cachedResponse: NSCachedURLResponse; message 'cachedResponse'; class function canInitWithRequest(request_: NSURLRequest): Boolean; message 'canInitWithRequest:'; diff --git a/packages/cocoaint/src/foundation/NSURLRequest.inc b/packages/cocoaint/src/foundation/NSURLRequest.inc index 9978822185..819d7675b1 100644 --- a/packages/cocoaint/src/foundation/NSURLRequest.inc +++ b/packages/cocoaint/src/foundation/NSURLRequest.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLRequest.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSURLResponse.inc b/packages/cocoaint/src/foundation/NSURLResponse.inc index da4e51d197..628ade42a3 100644 --- a/packages/cocoaint/src/foundation/NSURLResponse.inc +++ b/packages/cocoaint/src/foundation/NSURLResponse.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSURLResponse.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSUndoManager.inc b/packages/cocoaint/src/foundation/NSUndoManager.inc index 5ee84598a4..ac5c97b4c3 100644 --- a/packages/cocoaint/src/foundation/NSUndoManager.inc +++ b/packages/cocoaint/src/foundation/NSUndoManager.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSUndoManager.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSUserDefaults.inc b/packages/cocoaint/src/foundation/NSUserDefaults.inc index 025695f877..46cdac0ba2 100644 --- a/packages/cocoaint/src/foundation/NSUserDefaults.inc +++ b/packages/cocoaint/src/foundation/NSUserDefaults.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSUserDefaults.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSValue.inc b/packages/cocoaint/src/foundation/NSValue.inc index 6d2a56f053..da2cb7b118 100644 --- a/packages/cocoaint/src/foundation/NSValue.inc +++ b/packages/cocoaint/src/foundation/NSValue.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSValue.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSValueTransformer.inc b/packages/cocoaint/src/foundation/NSValueTransformer.inc index 365b40d726..ab5c53f7d6 100644 --- a/packages/cocoaint/src/foundation/NSValueTransformer.inc +++ b/packages/cocoaint/src/foundation/NSValueTransformer.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSValueTransformer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSXMLDTD.inc b/packages/cocoaint/src/foundation/NSXMLDTD.inc index c18702cc9a..7dfb680200 100644 --- a/packages/cocoaint/src/foundation/NSXMLDTD.inc +++ b/packages/cocoaint/src/foundation/NSXMLDTD.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLDTD.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSXMLDTDNode.inc b/packages/cocoaint/src/foundation/NSXMLDTDNode.inc index f62c14a12d..88ab12e52e 100644 --- a/packages/cocoaint/src/foundation/NSXMLDTDNode.inc +++ b/packages/cocoaint/src/foundation/NSXMLDTDNode.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLDTDNode.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSXMLDocument.inc b/packages/cocoaint/src/foundation/NSXMLDocument.inc index bca95108b0..0f19c36de6 100644 --- a/packages/cocoaint/src/foundation/NSXMLDocument.inc +++ b/packages/cocoaint/src/foundation/NSXMLDocument.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLDocument.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSXMLElement.inc b/packages/cocoaint/src/foundation/NSXMLElement.inc index c43e033c1c..ebacc81cf2 100644 --- a/packages/cocoaint/src/foundation/NSXMLElement.inc +++ b/packages/cocoaint/src/foundation/NSXMLElement.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSXMLNode.inc b/packages/cocoaint/src/foundation/NSXMLNode.inc index 659a6a24f7..5f36f502f3 100644 --- a/packages/cocoaint/src/foundation/NSXMLNode.inc +++ b/packages/cocoaint/src/foundation/NSXMLNode.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLNode.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc b/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc index 7b7f3ac1b5..209cf23a27 100644 --- a/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc +++ b/packages/cocoaint/src/foundation/NSXMLNodeOptions.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLNodeOptions.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/foundation/NSXMLParser.inc b/packages/cocoaint/src/foundation/NSXMLParser.inc index 345a3fd863..84f550156b 100644 --- a/packages/cocoaint/src/foundation/NSXMLParser.inc +++ b/packages/cocoaint/src/foundation/NSXMLParser.inc @@ -1,5 +1,5 @@ { Parsed from Foundation.framework NSXMLParser.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:57 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:37 CET 2011 } {$ifdef TYPES} @@ -160,8 +160,8 @@ var public function initWithContentsOfURL(url: NSURL): id; message 'initWithContentsOfURL:'; function initWithData(data: NSData): id; message 'initWithData:'; - function delegate: id; message 'delegate'; - procedure setDelegate(delegate_: id); message 'setDelegate:'; + function delegate: NSXMLParserDelegateProtocol; message 'delegate'; + procedure setDelegate(delegate_: NSXMLParserDelegateProtocol); message 'setDelegate:'; procedure setShouldProcessNamespaces(shouldProcessNamespaces_: Boolean); message 'setShouldProcessNamespaces:'; procedure setShouldReportNamespacePrefixes(shouldReportNamespacePrefixes_: Boolean); message 'setShouldReportNamespacePrefixes:'; procedure setShouldResolveExternalEntities(shouldResolveExternalEntities_: Boolean); message 'setShouldResolveExternalEntities:'; diff --git a/packages/cocoaint/src/quartzcore/CAAnimation.inc b/packages/cocoaint/src/quartzcore/CAAnimation.inc index 0b39c6f111..e96cda2473 100644 --- a/packages/cocoaint/src/quartzcore/CAAnimation.inc +++ b/packages/cocoaint/src/quartzcore/CAAnimation.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAAnimation.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CABase.inc b/packages/cocoaint/src/quartzcore/CABase.inc index f03ada14a2..252fc41dfb 100644 --- a/packages/cocoaint/src/quartzcore/CABase.inc +++ b/packages/cocoaint/src/quartzcore/CABase.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CABase.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc b/packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc index efccfe76b9..74995b20e2 100644 --- a/packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc +++ b/packages/cocoaint/src/quartzcore/CACIFilterAdditions.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CACIFilterAdditions.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc b/packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc index 56e2b1a614..0122fb0028 100644 --- a/packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc +++ b/packages/cocoaint/src/quartzcore/CAConstraintLayoutManager.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAConstraintLayoutManager.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAEmitterCell.inc b/packages/cocoaint/src/quartzcore/CAEmitterCell.inc index 374659c362..3866955cc5 100644 --- a/packages/cocoaint/src/quartzcore/CAEmitterCell.inc +++ b/packages/cocoaint/src/quartzcore/CAEmitterCell.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAEmitterCell.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAEmitterLayer.inc b/packages/cocoaint/src/quartzcore/CAEmitterLayer.inc index a490fb5a3f..f8f86b5d47 100644 --- a/packages/cocoaint/src/quartzcore/CAEmitterLayer.inc +++ b/packages/cocoaint/src/quartzcore/CAEmitterLayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAEmitterLayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAGradientLayer.inc b/packages/cocoaint/src/quartzcore/CAGradientLayer.inc index 8c3f0335ad..bc1e0f379b 100644 --- a/packages/cocoaint/src/quartzcore/CAGradientLayer.inc +++ b/packages/cocoaint/src/quartzcore/CAGradientLayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAGradientLayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CALayer.inc b/packages/cocoaint/src/quartzcore/CALayer.inc index 55144cb633..cf8903d040 100644 --- a/packages/cocoaint/src/quartzcore/CALayer.inc +++ b/packages/cocoaint/src/quartzcore/CALayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CALayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -215,8 +215,8 @@ var procedure layoutSublayers; message 'layoutSublayers'; procedure resizeSublayersWithOldSize(size: CGSize); message 'resizeSublayersWithOldSize:'; procedure resizeWithOldSuperlayerSize(size: CGSize); message 'resizeWithOldSuperlayerSize:'; - class function defaultActionForKey(event: NSString): id; message 'defaultActionForKey:'; - function actionForKey(event: NSString): id; message 'actionForKey:'; + class function defaultActionForKey(event: NSString): CAActionProtocol; message 'defaultActionForKey:'; + function actionForKey(event: NSString): CAActionProtocol; message 'actionForKey:'; procedure setActions (newValue: NSDictionary); message 'setActions:'; function actions: NSDictionary; message 'actions'; procedure addAnimation_forKey(anim: CAAnimation; key: NSString); message 'addAnimation:forKey:'; @@ -263,7 +263,7 @@ var CALayerDelegateCategory = objccategory external (NSObject) procedure displayLayer(layer: CALayer); message 'displayLayer:'; procedure drawLayer_inContext(layer: CALayer; ctx: CGContextRef); message 'drawLayer:inContext:'; - function actionForLayer_forKey(layer: CALayer; event: NSString): id; message 'actionForLayer:forKey:'; + function actionForLayer_forKey(layer: CALayer; event: NSString): CAActionProtocol; message 'actionForLayer:forKey:'; end; {$endif} diff --git a/packages/cocoaint/src/quartzcore/CAMediaTiming.inc b/packages/cocoaint/src/quartzcore/CAMediaTiming.inc index 6a14475503..d7138fa273 100644 --- a/packages/cocoaint/src/quartzcore/CAMediaTiming.inc +++ b/packages/cocoaint/src/quartzcore/CAMediaTiming.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAMediaTiming.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc b/packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc index fd714e6554..440c738802 100644 --- a/packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc +++ b/packages/cocoaint/src/quartzcore/CAMediaTimingFunction.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAMediaTimingFunction.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc b/packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc index b99939867e..0e1836f3b0 100644 --- a/packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc +++ b/packages/cocoaint/src/quartzcore/CAOpenGLLayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAOpenGLLayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CARenderer.inc b/packages/cocoaint/src/quartzcore/CARenderer.inc index c2d7635321..5b93e408dc 100644 --- a/packages/cocoaint/src/quartzcore/CARenderer.inc +++ b/packages/cocoaint/src/quartzcore/CARenderer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CARenderer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc b/packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc index c18f3185f9..ef78923eb0 100644 --- a/packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc +++ b/packages/cocoaint/src/quartzcore/CAReplicatorLayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAReplicatorLayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAScrollLayer.inc b/packages/cocoaint/src/quartzcore/CAScrollLayer.inc index 1abf99e5dc..7fda2cf4e4 100644 --- a/packages/cocoaint/src/quartzcore/CAScrollLayer.inc +++ b/packages/cocoaint/src/quartzcore/CAScrollLayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAScrollLayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAShapeLayer.inc b/packages/cocoaint/src/quartzcore/CAShapeLayer.inc index d5f072ee32..2a9a2132c3 100644 --- a/packages/cocoaint/src/quartzcore/CAShapeLayer.inc +++ b/packages/cocoaint/src/quartzcore/CAShapeLayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAShapeLayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CATextLayer.inc b/packages/cocoaint/src/quartzcore/CATextLayer.inc index d83b0b6611..6d6cb2108b 100644 --- a/packages/cocoaint/src/quartzcore/CATextLayer.inc +++ b/packages/cocoaint/src/quartzcore/CATextLayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CATextLayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CATiledLayer.inc b/packages/cocoaint/src/quartzcore/CATiledLayer.inc index 21d5ec21a2..932dc63bf8 100644 --- a/packages/cocoaint/src/quartzcore/CATiledLayer.inc +++ b/packages/cocoaint/src/quartzcore/CATiledLayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CATiledLayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CATransaction.inc b/packages/cocoaint/src/quartzcore/CATransaction.inc index 504e12e4b9..b06edb6fa4 100644 --- a/packages/cocoaint/src/quartzcore/CATransaction.inc +++ b/packages/cocoaint/src/quartzcore/CATransaction.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CATransaction.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CATransform3D.inc b/packages/cocoaint/src/quartzcore/CATransform3D.inc index 26687393d5..9c9ff2d349 100644 --- a/packages/cocoaint/src/quartzcore/CATransform3D.inc +++ b/packages/cocoaint/src/quartzcore/CATransform3D.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CATransform3D.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CATransformLayer.inc b/packages/cocoaint/src/quartzcore/CATransformLayer.inc index 1e174ec8cd..a7a21e2829 100644 --- a/packages/cocoaint/src/quartzcore/CATransformLayer.inc +++ b/packages/cocoaint/src/quartzcore/CATransformLayer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CATransformLayer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CAValueFunction.inc b/packages/cocoaint/src/quartzcore/CAValueFunction.inc index ecbc9ec093..3f4347632c 100644 --- a/packages/cocoaint/src/quartzcore/CAValueFunction.inc +++ b/packages/cocoaint/src/quartzcore/CAValueFunction.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CAValueFunction.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIColor.inc b/packages/cocoaint/src/quartzcore/CIColor.inc index cc225afbac..9ae9284f30 100644 --- a/packages/cocoaint/src/quartzcore/CIColor.inc +++ b/packages/cocoaint/src/quartzcore/CIColor.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIColor.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIContext.inc b/packages/cocoaint/src/quartzcore/CIContext.inc index 9ff726523b..e3b3f59ee6 100644 --- a/packages/cocoaint/src/quartzcore/CIContext.inc +++ b/packages/cocoaint/src/quartzcore/CIContext.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIContext.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} @@ -54,7 +54,7 @@ var public class function contextWithCGLContext_pixelFormat_colorSpace_options(ctx: CGLContextObj; pf: CGLPixelFormatObj; cs: CGColorSpaceRef; dict: NSDictionary): CIContext; message 'contextWithCGLContext:pixelFormat:colorSpace:options:'; - class function contextWithCGLContext_pixelFormat_options(ctx: CGLContextObj; pf: CGLPixelFormatObj; dict: NSDictionary): CIContext; message 'contextWithCGLContext:pixelFormat:options:'; + class function contextWithCGLContext_pixelFormat_options(ctx: CGLContextObj; pf: CGLPixelFormatObj; dict: NSDictionary): CIContext; message 'contextWithCGLContext:pixelFormat:options:'; deprecated 'in Mac OS X 10.6 and later'; class function contextWithCGContext_options(ctx: CGContextRef; dict: NSDictionary): CIContext; message 'contextWithCGContext:options:'; procedure drawImage_atPoint_fromRect(im: CIImage; p: CGPoint; src: CGRect); message 'drawImage:atPoint:fromRect:'; procedure drawImage_inRect_fromRect(im: CIImage; dest: CGRect; src: CGRect); message 'drawImage:inRect:fromRect:'; diff --git a/packages/cocoaint/src/quartzcore/CIFilter.inc b/packages/cocoaint/src/quartzcore/CIFilter.inc index a534f1ae47..fbd9885d57 100644 --- a/packages/cocoaint/src/quartzcore/CIFilter.inc +++ b/packages/cocoaint/src/quartzcore/CIFilter.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIFilter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIFilterGenerator.inc b/packages/cocoaint/src/quartzcore/CIFilterGenerator.inc index 364928536f..c0bceda096 100644 --- a/packages/cocoaint/src/quartzcore/CIFilterGenerator.inc +++ b/packages/cocoaint/src/quartzcore/CIFilterGenerator.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIFilterGenerator.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIFilterShape.inc b/packages/cocoaint/src/quartzcore/CIFilterShape.inc index 73ea6c37c5..708925635c 100644 --- a/packages/cocoaint/src/quartzcore/CIFilterShape.inc +++ b/packages/cocoaint/src/quartzcore/CIFilterShape.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIFilterShape.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIImage.inc b/packages/cocoaint/src/quartzcore/CIImage.inc index 815d2d7b77..7d4d9d29a9 100644 --- a/packages/cocoaint/src/quartzcore/CIImage.inc +++ b/packages/cocoaint/src/quartzcore/CIImage.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIImage.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIImageAccumulator.inc b/packages/cocoaint/src/quartzcore/CIImageAccumulator.inc index 379c940806..d4642e377a 100644 --- a/packages/cocoaint/src/quartzcore/CIImageAccumulator.inc +++ b/packages/cocoaint/src/quartzcore/CIImageAccumulator.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIImageAccumulator.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIImageProvider.inc b/packages/cocoaint/src/quartzcore/CIImageProvider.inc index ca8a93b0b4..6745486a9b 100644 --- a/packages/cocoaint/src/quartzcore/CIImageProvider.inc +++ b/packages/cocoaint/src/quartzcore/CIImageProvider.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIImageProvider.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIKernel.inc b/packages/cocoaint/src/quartzcore/CIKernel.inc index 215131595b..bed95b0cbc 100644 --- a/packages/cocoaint/src/quartzcore/CIKernel.inc +++ b/packages/cocoaint/src/quartzcore/CIKernel.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIKernel.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIPlugIn.inc b/packages/cocoaint/src/quartzcore/CIPlugIn.inc index 37c4b4931d..df8c735310 100644 --- a/packages/cocoaint/src/quartzcore/CIPlugIn.inc +++ b/packages/cocoaint/src/quartzcore/CIPlugIn.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIPlugIn.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIPlugInInterface.inc b/packages/cocoaint/src/quartzcore/CIPlugInInterface.inc index 4ffb367b6c..43ff428fdd 100644 --- a/packages/cocoaint/src/quartzcore/CIPlugInInterface.inc +++ b/packages/cocoaint/src/quartzcore/CIPlugInInterface.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIPlugInInterface.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIRAWFilter.inc b/packages/cocoaint/src/quartzcore/CIRAWFilter.inc index f2da4cbd55..147d6ea568 100644 --- a/packages/cocoaint/src/quartzcore/CIRAWFilter.inc +++ b/packages/cocoaint/src/quartzcore/CIRAWFilter.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIRAWFilter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CISampler.inc b/packages/cocoaint/src/quartzcore/CISampler.inc index b2ef25b9e0..dd85126487 100644 --- a/packages/cocoaint/src/quartzcore/CISampler.inc +++ b/packages/cocoaint/src/quartzcore/CISampler.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CISampler.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CIVector.inc b/packages/cocoaint/src/quartzcore/CIVector.inc index fdffa41fc8..0426ea2b8f 100644 --- a/packages/cocoaint/src/quartzcore/CIVector.inc +++ b/packages/cocoaint/src/quartzcore/CIVector.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CIVector.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVBase.inc b/packages/cocoaint/src/quartzcore/CVBase.inc index 5670ecde27..1291ba4c89 100644 --- a/packages/cocoaint/src/quartzcore/CVBase.inc +++ b/packages/cocoaint/src/quartzcore/CVBase.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVBase.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVBuffer.inc b/packages/cocoaint/src/quartzcore/CVBuffer.inc index 1d0b8c50f4..e4084152ab 100644 --- a/packages/cocoaint/src/quartzcore/CVBuffer.inc +++ b/packages/cocoaint/src/quartzcore/CVBuffer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVBuffer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVDisplayLink.inc b/packages/cocoaint/src/quartzcore/CVDisplayLink.inc index 9deee09e84..b0b9f6dac5 100644 --- a/packages/cocoaint/src/quartzcore/CVDisplayLink.inc +++ b/packages/cocoaint/src/quartzcore/CVDisplayLink.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVDisplayLink.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVHostTime.inc b/packages/cocoaint/src/quartzcore/CVHostTime.inc index 9fa97d3e43..4d4318b1da 100644 --- a/packages/cocoaint/src/quartzcore/CVHostTime.inc +++ b/packages/cocoaint/src/quartzcore/CVHostTime.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVHostTime.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVImageBuffer.inc b/packages/cocoaint/src/quartzcore/CVImageBuffer.inc index f6f04a0ba6..c107f4cda6 100644 --- a/packages/cocoaint/src/quartzcore/CVImageBuffer.inc +++ b/packages/cocoaint/src/quartzcore/CVImageBuffer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVImageBuffer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVOpenGLBuffer.inc b/packages/cocoaint/src/quartzcore/CVOpenGLBuffer.inc index 29a0d49cb9..c039631edb 100644 --- a/packages/cocoaint/src/quartzcore/CVOpenGLBuffer.inc +++ b/packages/cocoaint/src/quartzcore/CVOpenGLBuffer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVOpenGLBuffer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVOpenGLBufferPool.inc b/packages/cocoaint/src/quartzcore/CVOpenGLBufferPool.inc index 038c9df5bb..c1bc0d33c1 100644 --- a/packages/cocoaint/src/quartzcore/CVOpenGLBufferPool.inc +++ b/packages/cocoaint/src/quartzcore/CVOpenGLBufferPool.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVOpenGLBufferPool.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVOpenGLTexture.inc b/packages/cocoaint/src/quartzcore/CVOpenGLTexture.inc index 4244b39ed9..789b264855 100644 --- a/packages/cocoaint/src/quartzcore/CVOpenGLTexture.inc +++ b/packages/cocoaint/src/quartzcore/CVOpenGLTexture.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVOpenGLTexture.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVOpenGLTextureCache.inc b/packages/cocoaint/src/quartzcore/CVOpenGLTextureCache.inc index 69d88640d4..10a90bea02 100644 --- a/packages/cocoaint/src/quartzcore/CVOpenGLTextureCache.inc +++ b/packages/cocoaint/src/quartzcore/CVOpenGLTextureCache.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVOpenGLTextureCache.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVPixelBuffer.inc b/packages/cocoaint/src/quartzcore/CVPixelBuffer.inc index c433211ba1..37fcd87a04 100644 --- a/packages/cocoaint/src/quartzcore/CVPixelBuffer.inc +++ b/packages/cocoaint/src/quartzcore/CVPixelBuffer.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVPixelBuffer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVPixelBufferPool.inc b/packages/cocoaint/src/quartzcore/CVPixelBufferPool.inc index c39dbc589a..d1767d28dc 100644 --- a/packages/cocoaint/src/quartzcore/CVPixelBufferPool.inc +++ b/packages/cocoaint/src/quartzcore/CVPixelBufferPool.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVPixelBufferPool.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVPixelFormatDescription.inc b/packages/cocoaint/src/quartzcore/CVPixelFormatDescription.inc index eff0dcc961..db588d29e9 100644 --- a/packages/cocoaint/src/quartzcore/CVPixelFormatDescription.inc +++ b/packages/cocoaint/src/quartzcore/CVPixelFormatDescription.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVPixelFormatDescription.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/quartzcore/CVReturn.inc b/packages/cocoaint/src/quartzcore/CVReturn.inc index 2765020174..3beffcfdc7 100644 --- a/packages/cocoaint/src/quartzcore/CVReturn.inc +++ b/packages/cocoaint/src/quartzcore/CVReturn.inc @@ -1,5 +1,5 @@ { Parsed from Quartzcore.framework CVReturn.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:20 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:45:56 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/CarbonUtils.inc b/packages/cocoaint/src/webkit/CarbonUtils.inc index 5e07ef4201..399653e198 100644 --- a/packages/cocoaint/src/webkit/CarbonUtils.inc +++ b/packages/cocoaint/src/webkit/CarbonUtils.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework CarbonUtils.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOM.inc b/packages/cocoaint/src/webkit/DOM.inc index eefbb834e4..ba09482a9c 100644 --- a/packages/cocoaint/src/webkit/DOM.inc +++ b/packages/cocoaint/src/webkit/DOM.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOM.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMAbstractView.inc b/packages/cocoaint/src/webkit/DOMAbstractView.inc index 845508fac6..78fdfecbcd 100644 --- a/packages/cocoaint/src/webkit/DOMAbstractView.inc +++ b/packages/cocoaint/src/webkit/DOMAbstractView.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMAbstractView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMAttr.inc b/packages/cocoaint/src/webkit/DOMAttr.inc index e1dc9c4ab7..420206266c 100644 --- a/packages/cocoaint/src/webkit/DOMAttr.inc +++ b/packages/cocoaint/src/webkit/DOMAttr.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMAttr.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCDATASection.inc b/packages/cocoaint/src/webkit/DOMCDATASection.inc index ea953c6e61..3bfff463c3 100644 --- a/packages/cocoaint/src/webkit/DOMCDATASection.inc +++ b/packages/cocoaint/src/webkit/DOMCDATASection.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCDATASection.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSS.inc b/packages/cocoaint/src/webkit/DOMCSS.inc index 559423e7cc..9f0f4d63dd 100644 --- a/packages/cocoaint/src/webkit/DOMCSS.inc +++ b/packages/cocoaint/src/webkit/DOMCSS.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSS.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc b/packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc index f1439f6263..06dcf90905 100644 --- a/packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc +++ b/packages/cocoaint/src/webkit/DOMCSSCharsetRule.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSCharsetRule.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc b/packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc index 7be4bada39..0a02ebb6d2 100644 --- a/packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc +++ b/packages/cocoaint/src/webkit/DOMCSSFontFaceRule.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSFontFaceRule.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSImportRule.inc b/packages/cocoaint/src/webkit/DOMCSSImportRule.inc index 5475b1e484..0573e2357b 100644 --- a/packages/cocoaint/src/webkit/DOMCSSImportRule.inc +++ b/packages/cocoaint/src/webkit/DOMCSSImportRule.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSImportRule.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSMediaRule.inc b/packages/cocoaint/src/webkit/DOMCSSMediaRule.inc index a30ea86fc7..497a32895f 100644 --- a/packages/cocoaint/src/webkit/DOMCSSMediaRule.inc +++ b/packages/cocoaint/src/webkit/DOMCSSMediaRule.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSMediaRule.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} @@ -53,7 +53,7 @@ { DOMCSSMediaRuleDeprecatedCategory } DOMCSSMediaRuleDeprecatedCategory = objccategory external (DOMCSSMediaRule) - function insertRule(rule: NSString; index: cuint): cuint; message 'insertRule:rule:'; + function insertRule(rule: NSString; index: cuint): cuint; message 'insertRule:rule:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMCSSPageRule.inc b/packages/cocoaint/src/webkit/DOMCSSPageRule.inc index ada188fba0..0c45c738b3 100644 --- a/packages/cocoaint/src/webkit/DOMCSSPageRule.inc +++ b/packages/cocoaint/src/webkit/DOMCSSPageRule.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSPageRule.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc b/packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc index 01c3fe130c..5873c8be2e 100644 --- a/packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc +++ b/packages/cocoaint/src/webkit/DOMCSSPrimitiveValue.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSPrimitiveValue.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} @@ -87,8 +87,8 @@ const { DOMCSSPrimitiveValueDeprecatedCategory } DOMCSSPrimitiveValueDeprecatedCategory = objccategory external (DOMCSSPrimitiveValue) - procedure setFloatValue(unitType: cushort; floatValue: single); message 'setFloatValue:unitType:'; - procedure setStringValue(stringType: cushort; stringValue: NSString); message 'setStringValue:stringType:'; + procedure setFloatValue(unitType: cushort; floatValue: single); message 'setFloatValue:unitType:'; deprecated 'in_webkit_version_3 and later'; + procedure setStringValue(stringType: cushort; stringValue: NSString); message 'setStringValue:stringType:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMCSSRule.inc b/packages/cocoaint/src/webkit/DOMCSSRule.inc index 7562673e9b..c5c19eb4e8 100644 --- a/packages/cocoaint/src/webkit/DOMCSSRule.inc +++ b/packages/cocoaint/src/webkit/DOMCSSRule.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSRule.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSRuleList.inc b/packages/cocoaint/src/webkit/DOMCSSRuleList.inc index acd920189d..630a2af296 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: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc b/packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc index 36ff0320b8..d8f447e87a 100644 --- a/packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc +++ b/packages/cocoaint/src/webkit/DOMCSSStyleDeclaration.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSStyleDeclaration.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} @@ -61,7 +61,7 @@ { DOMCSSStyleDeclarationDeprecatedCategory } DOMCSSStyleDeclarationDeprecatedCategory = objccategory external (DOMCSSStyleDeclaration) - procedure setProperty(propertyName: NSString; value: NSString; priority: NSString); message 'setProperty:propertyName:value:'; + procedure setProperty(propertyName: NSString; value: NSString; priority: NSString); message 'setProperty:propertyName:value:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMCSSStyleRule.inc b/packages/cocoaint/src/webkit/DOMCSSStyleRule.inc index 1d752ae904..35b3a55e9a 100644 --- a/packages/cocoaint/src/webkit/DOMCSSStyleRule.inc +++ b/packages/cocoaint/src/webkit/DOMCSSStyleRule.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSStyleRule.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc b/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc index 0dd401bcb1..2f75976724 100644 --- a/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc +++ b/packages/cocoaint/src/webkit/DOMCSSStyleSheet.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSStyleSheet.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} @@ -56,7 +56,7 @@ { DOMCSSStyleSheetDeprecatedCategory } DOMCSSStyleSheetDeprecatedCategory = objccategory external (DOMCSSStyleSheet) - function insertRule(rule: NSString; index: cuint): cuint; message 'insertRule:rule:'; + function insertRule(rule: NSString; index: cuint): cuint; message 'insertRule:rule:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc b/packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc index 2b982dcc30..2e4e4d705b 100644 --- a/packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc +++ b/packages/cocoaint/src/webkit/DOMCSSUnknownRule.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSUnknownRule.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSValue.inc b/packages/cocoaint/src/webkit/DOMCSSValue.inc index 956ecbe442..650364ad91 100644 --- a/packages/cocoaint/src/webkit/DOMCSSValue.inc +++ b/packages/cocoaint/src/webkit/DOMCSSValue.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSValue.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCSSValueList.inc b/packages/cocoaint/src/webkit/DOMCSSValueList.inc index 817ae7dcef..3a1161f417 100644 --- a/packages/cocoaint/src/webkit/DOMCSSValueList.inc +++ b/packages/cocoaint/src/webkit/DOMCSSValueList.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCSSValueList.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCharacterData.inc b/packages/cocoaint/src/webkit/DOMCharacterData.inc index adc42bb1cc..3d20fd47c3 100644 --- a/packages/cocoaint/src/webkit/DOMCharacterData.inc +++ b/packages/cocoaint/src/webkit/DOMCharacterData.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCharacterData.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} @@ -57,10 +57,10 @@ { DOMCharacterDataDeprecatedCategory } DOMCharacterDataDeprecatedCategory = objccategory external (DOMCharacterData) - function substringData(offset: cuint; length_: cuint): NSString; message 'substringData:offset:'; - procedure insertData(offset: cuint; data_: NSString); message 'insertData:offset:'; - procedure deleteData(offset: cuint; length_: cuint); message 'deleteData:offset:'; - procedure replaceData(offset: cuint; length_: cuint; data_: NSString); message 'replaceData:offset:length:'; + function substringData(offset: cuint; length_: cuint): NSString; message 'substringData:offset:'; deprecated 'in_webkit_version_3 and later'; + procedure insertData(offset: cuint; data_: NSString); message 'insertData:offset:'; deprecated 'in_webkit_version_3 and later'; + procedure deleteData(offset: cuint; length_: cuint); message 'deleteData:offset:'; deprecated 'in_webkit_version_3 and later'; + procedure replaceData(offset: cuint; length_: cuint; data_: NSString); message 'replaceData:offset:length:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMComment.inc b/packages/cocoaint/src/webkit/DOMComment.inc index f2cfa18f29..219376f957 100644 --- a/packages/cocoaint/src/webkit/DOMComment.inc +++ b/packages/cocoaint/src/webkit/DOMComment.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMComment.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCore.inc b/packages/cocoaint/src/webkit/DOMCore.inc index f794975e3e..0cbe1d4a4b 100644 --- a/packages/cocoaint/src/webkit/DOMCore.inc +++ b/packages/cocoaint/src/webkit/DOMCore.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCore.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMCounter.inc b/packages/cocoaint/src/webkit/DOMCounter.inc index d6b8592670..c76b34f522 100644 --- a/packages/cocoaint/src/webkit/DOMCounter.inc +++ b/packages/cocoaint/src/webkit/DOMCounter.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMCounter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMDocument.inc b/packages/cocoaint/src/webkit/DOMDocument.inc index 879918c302..d19a7e1be8 100644 --- a/packages/cocoaint/src/webkit/DOMDocument.inc +++ b/packages/cocoaint/src/webkit/DOMDocument.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMDocument.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} @@ -98,12 +98,12 @@ function adoptNode(source: DOMNode): DOMNode; message 'adoptNode:'; function createEvent(eventType: NSString): DOMEvent; message 'createEvent:'; function createRange: DOMRange; message 'createRange'; - function createNodeIterator_whatToShow_filter_expandEntityReferences(root: DOMNode; whatToShow: cuint; filter: id; expandEntityReferences: Boolean): DOMNodeIterator; message 'createNodeIterator:whatToShow:filter:expandEntityReferences:'; - function createTreeWalker_whatToShow_filter_expandEntityReferences(root: DOMNode; whatToShow: cuint; filter: id; expandEntityReferences: Boolean): DOMTreeWalker; message 'createTreeWalker:whatToShow:filter:expandEntityReferences:'; + function createNodeIterator_whatToShow_filter_expandEntityReferences(root: DOMNode; whatToShow: cuint; filter: DOMNodeFilterProtocol; expandEntityReferences: Boolean): DOMNodeIterator; message 'createNodeIterator:whatToShow:filter:expandEntityReferences:'; + function createTreeWalker_whatToShow_filter_expandEntityReferences(root: DOMNode; whatToShow: cuint; filter: DOMNodeFilterProtocol; expandEntityReferences: Boolean): DOMTreeWalker; message 'createTreeWalker:whatToShow:filter:expandEntityReferences:'; function getOverrideStyle_pseudoElement(element: DOMElement; pseudoElement: NSString): DOMCSSStyleDeclaration; message 'getOverrideStyle:pseudoElement:'; - function createExpression_resolver(expression: NSString; resolver: id): DOMXPathExpression; message 'createExpression:resolver:'; - function createNSResolver(nodeResolver: DOMNode): id; message 'createNSResolver:'; - function evaluate_contextNode_resolver_type_inResult(expression: NSString; contextNode: DOMNode; resolver: id; type_: cushort; inResult: DOMXPathResult): DOMXPathResult; message 'evaluate:contextNode:resolver:type:inResult:'; + function createExpression_resolver(expression: NSString; resolver: DOMXPathNSResolverProtocol): DOMXPathExpression; message 'createExpression:resolver:'; + function createNSResolver(nodeResolver: DOMNode): DOMXPathNSResolverProtocol; message 'createNSResolver:'; + function evaluate_contextNode_resolver_type_inResult(expression: NSString; contextNode: DOMNode; resolver: DOMXPathNSResolverProtocol; type_: cushort; inResult: DOMXPathResult): DOMXPathResult; message 'evaluate:contextNode:resolver:type:inResult:'; function execCommand_userInterface_value(command: NSString; userInterface: Boolean; value: NSString): Boolean; message 'execCommand:userInterface:value:'; function execCommand_userInterface(command: NSString; userInterface: Boolean): Boolean; message 'execCommand:userInterface:'; function execCommand(command: NSString): Boolean; message 'execCommand:'; @@ -125,17 +125,17 @@ { DOMDocumentDeprecatedCategory } DOMDocumentDeprecatedCategory = objccategory external (DOMDocument) - function createProcessingInstruction(target: NSString; data: NSString): DOMProcessingInstruction; message 'createProcessingInstruction:target:'; - function importNode(importedNode: DOMNode; deep: Boolean): DOMNode; message 'importNode:importedNode:'; - function createElementNS(namespaceURI_: NSString; qualifiedName: NSString): DOMElement; message 'createElementNS:namespaceURI:'; - function createAttributeNS(namespaceURI_: NSString; qualifiedName: NSString): DOMAttr; message 'createAttributeNS:namespaceURI:'; - function getElementsByTagNameNS(namespaceURI_: NSString; localName_: NSString): DOMNodeList; message 'getElementsByTagNameNS:namespaceURI:'; - function createNodeIterator(root: DOMNode; whatToShow: cuint; filter: id; expandEntityReferences: Boolean): DOMNodeIterator; message 'createNodeIterator:root:whatToShow:filter:'; - function createTreeWalker(root: DOMNode; whatToShow: cuint; filter: id; expandEntityReferences: Boolean): DOMTreeWalker; message 'createTreeWalker:root:whatToShow:filter:'; - function getOverrideStyle(element: DOMElement; pseudoElement: NSString): DOMCSSStyleDeclaration; message 'getOverrideStyle:element:'; - function createExpression(expression: NSString; resolver_BUT_DEPRECATED: id): DOMXPathExpression; message 'createExpression:expression:'; - function evaluate(expression: NSString; contextNode: DOMNode; resolver: id; type_: cushort; inResult_BUT_DEPRECATED: DOMXPathResult): DOMXPathResult; message 'evaluate:expression:contextNode:resolver:type:'; - function getComputedStyle(element: DOMElement; pseudoElement: NSString): DOMCSSStyleDeclaration; message 'getComputedStyle:element:'; + function createProcessingInstruction(target: NSString; data: NSString): DOMProcessingInstruction; message 'createProcessingInstruction:target:'; deprecated 'in_webkit_version_3 and later'; + function importNode(importedNode: DOMNode; deep: Boolean): DOMNode; message 'importNode:importedNode:'; deprecated 'in_webkit_version_3 and later'; + function createElementNS(namespaceURI_: NSString; qualifiedName: NSString): DOMElement; message 'createElementNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; + function createAttributeNS(namespaceURI_: NSString; qualifiedName: NSString): DOMAttr; message 'createAttributeNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; + function getElementsByTagNameNS(namespaceURI_: NSString; localName_: NSString): DOMNodeList; message 'getElementsByTagNameNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; + function createNodeIterator(root: DOMNode; whatToShow: cuint; filter: DOMNodeFilterProtocol; expandEntityReferences: Boolean): DOMNodeIterator; message 'createNodeIterator:root:whatToShow:filter:'; deprecated 'in_webkit_version_3 and later'; + function createTreeWalker(root: DOMNode; whatToShow: cuint; filter: DOMNodeFilterProtocol; expandEntityReferences: Boolean): DOMTreeWalker; message 'createTreeWalker:root:whatToShow:filter:'; deprecated 'in_webkit_version_3 and later'; + function getOverrideStyle(element: DOMElement; pseudoElement: NSString): DOMCSSStyleDeclaration; message 'getOverrideStyle:element:'; deprecated 'in_webkit_version_3 and later'; + function createExpression(expression: NSString; resolver: DOMXPathNSResolverProtocol): DOMXPathExpression; message 'createExpression:expression:'; + function evaluate(expression: NSString; contextNode: DOMNode; resolver: DOMXPathNSResolverProtocol; type_: cushort; inResult: DOMXPathResult): DOMXPathResult; message 'evaluate:expression:contextNode:resolver:type:'; + function getComputedStyle(element: DOMElement; pseudoElement: NSString): DOMCSSStyleDeclaration; message 'getComputedStyle:element:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMDocumentFragment.inc b/packages/cocoaint/src/webkit/DOMDocumentFragment.inc index 3f5572d585..55d36c5be2 100644 --- a/packages/cocoaint/src/webkit/DOMDocumentFragment.inc +++ b/packages/cocoaint/src/webkit/DOMDocumentFragment.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMDocumentFragment.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMDocumentType.inc b/packages/cocoaint/src/webkit/DOMDocumentType.inc index 45cae6e85c..4c46f65b9a 100644 --- a/packages/cocoaint/src/webkit/DOMDocumentType.inc +++ b/packages/cocoaint/src/webkit/DOMDocumentType.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMDocumentType.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMElement.inc b/packages/cocoaint/src/webkit/DOMElement.inc index e592c9770e..0093616f80 100644 --- a/packages/cocoaint/src/webkit/DOMElement.inc +++ b/packages/cocoaint/src/webkit/DOMElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} @@ -97,13 +97,13 @@ { DOMElementDeprecatedCategory } DOMElementDeprecatedCategory = objccategory external (DOMElement) - procedure setAttribute(name: NSString; value: NSString); message 'setAttribute:name:'; - function getAttributeNS(namespaceURI_: NSString; localName_: NSString): NSString; message 'getAttributeNS:namespaceURI:'; - procedure setAttributeNS(namespaceURI_: NSString; qualifiedName: NSString; value: NSString); message 'setAttributeNS:namespaceURI:qualifiedName:'; - procedure removeAttributeNS(namespaceURI_: NSString; localName_: NSString); message 'removeAttributeNS:namespaceURI:'; - function getElementsByTagNameNS(namespaceURI_: NSString; localName_: NSString): DOMNodeList; message 'getElementsByTagNameNS:namespaceURI:'; - function getAttributeNodeNS(namespaceURI_: NSString; localName_: NSString): DOMAttr; message 'getAttributeNodeNS:namespaceURI:'; - function hasAttributeNS(namespaceURI_: NSString; localName_: NSString): Boolean; message 'hasAttributeNS:namespaceURI:'; + procedure setAttribute(name: NSString; value: NSString); message 'setAttribute:name:'; deprecated 'in_webkit_version_3 and later'; + function getAttributeNS(namespaceURI_: NSString; localName_: NSString): NSString; message 'getAttributeNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; + procedure setAttributeNS(namespaceURI_: NSString; qualifiedName: NSString; value: NSString); message 'setAttributeNS:namespaceURI:qualifiedName:'; deprecated 'in_webkit_version_3 and later'; + procedure removeAttributeNS(namespaceURI_: NSString; localName_: NSString); message 'removeAttributeNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; + function getElementsByTagNameNS(namespaceURI_: NSString; localName_: NSString): DOMNodeList; message 'getElementsByTagNameNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; + function getAttributeNodeNS(namespaceURI_: NSString; localName_: NSString): DOMAttr; message 'getAttributeNodeNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; + function hasAttributeNS(namespaceURI_: NSString; localName_: NSString): Boolean; message 'hasAttributeNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMEntity.inc b/packages/cocoaint/src/webkit/DOMEntity.inc index 68ddec1288..5e7a67869b 100644 --- a/packages/cocoaint/src/webkit/DOMEntity.inc +++ b/packages/cocoaint/src/webkit/DOMEntity.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMEntity.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMEntityReference.inc b/packages/cocoaint/src/webkit/DOMEntityReference.inc index 92b2198856..ecf331d433 100644 --- a/packages/cocoaint/src/webkit/DOMEntityReference.inc +++ b/packages/cocoaint/src/webkit/DOMEntityReference.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMEntityReference.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMEvent.inc b/packages/cocoaint/src/webkit/DOMEvent.inc index 037789f4fc..675e0d9df7 100644 --- a/packages/cocoaint/src/webkit/DOMEvent.inc +++ b/packages/cocoaint/src/webkit/DOMEvent.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMEvent.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -71,7 +71,7 @@ const { DOMEventDeprecatedCategory } DOMEventDeprecatedCategory = objccategory external (DOMEvent) - procedure initEvent(eventTypeArg: NSString; canBubbleArg: Boolean; cancelableArg: Boolean); message 'initEvent:eventTypeArg:canBubbleArg:'; + procedure initEvent(eventTypeArg: NSString; canBubbleArg: Boolean; cancelableArg: Boolean); message 'initEvent:eventTypeArg:canBubbleArg:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMEventException.inc b/packages/cocoaint/src/webkit/DOMEventException.inc index ae0f5780af..c8b7ae8738 100644 --- a/packages/cocoaint/src/webkit/DOMEventException.inc +++ b/packages/cocoaint/src/webkit/DOMEventException.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMEventException.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMEventListener.inc b/packages/cocoaint/src/webkit/DOMEventListener.inc index ec6c7d9adb..6aa5fedbbe 100644 --- a/packages/cocoaint/src/webkit/DOMEventListener.inc +++ b/packages/cocoaint/src/webkit/DOMEventListener.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMEventListener.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMEventTarget.inc b/packages/cocoaint/src/webkit/DOMEventTarget.inc index fa3667a7b5..c0e9bdce73 100644 --- a/packages/cocoaint/src/webkit/DOMEventTarget.inc +++ b/packages/cocoaint/src/webkit/DOMEventTarget.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMEventTarget.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -40,11 +40,11 @@ { DOMEventTarget Protocol } DOMEventTargetProtocol = objcprotocol external name 'DOMEventTarget' - procedure addEventListener_listener_useCapture(type_: NSString; listener: id; useCapture: Boolean); message 'addEventListener:listener:useCapture:'; - procedure removeEventListener_listener_useCapture(type_: NSString; listener: id; useCapture: Boolean); message 'removeEventListener:listener:useCapture:'; + procedure addEventListener_listener_useCapture(type_: NSString; listener: DOMEventListenerProtocol; useCapture: Boolean); message 'addEventListener:listener:useCapture:'; + procedure removeEventListener_listener_useCapture(type_: NSString; listener: DOMEventListenerProtocol; useCapture: Boolean); message 'removeEventListener:listener:useCapture:'; function dispatchEvent(event: DOMEvent): Boolean; message 'dispatchEvent:'; - procedure addEventListener(type_: NSString; listener: id; useCapture: Boolean); message 'addEventListener:type:listener:'; - procedure removeEventListener(type_: NSString; listener: id; useCapture: Boolean); message 'removeEventListener:type:listener:'; + procedure addEventListener(type_: NSString; listener: DOMEventListenerProtocol; useCapture: Boolean); message 'addEventListener:type:listener:'; deprecated 'in_webkit_version_3 and later'; + procedure removeEventListener(type_: NSString; listener: DOMEventListenerProtocol; useCapture: Boolean); message 'removeEventListener:type:listener:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} {$endif} diff --git a/packages/cocoaint/src/webkit/DOMEvents.inc b/packages/cocoaint/src/webkit/DOMEvents.inc index d847cb7728..3be2c557a8 100644 --- a/packages/cocoaint/src/webkit/DOMEvents.inc +++ b/packages/cocoaint/src/webkit/DOMEvents.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMEvents.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMException.inc b/packages/cocoaint/src/webkit/DOMException.inc index a9c730de31..34c5c87c98 100644 --- a/packages/cocoaint/src/webkit/DOMException.inc +++ b/packages/cocoaint/src/webkit/DOMException.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMException.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMExtensions.inc b/packages/cocoaint/src/webkit/DOMExtensions.inc index 98acc9adf7..baadd8abc0 100644 --- a/packages/cocoaint/src/webkit/DOMExtensions.inc +++ b/packages/cocoaint/src/webkit/DOMExtensions.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMExtensions.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -40,10 +40,13 @@ { DOMNodeExtensionsCategory } DOMNodeExtensionsCategory = objccategory external (DOMNode) + function boundingBox: NSRect; message 'boundingBox'; + function lineBoxRects: NSArray; message 'lineBoxRects'; end; { DOMElementAppKitExtensionsCategory } DOMElementAppKitExtensionsCategory = objccategory external (DOMElement) + function image: NSImage; message 'image'; end; { DOMHTMLDocumentExtensionsCategory } diff --git a/packages/cocoaint/src/webkit/DOMFile.inc b/packages/cocoaint/src/webkit/DOMFile.inc index 806dd4a1d1..f9f373333f 100644 --- a/packages/cocoaint/src/webkit/DOMFile.inc +++ b/packages/cocoaint/src/webkit/DOMFile.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMFile.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -42,9 +42,10 @@ {$define DOMFILE_PAS_C} { DOMFile } - DOMFile = objcclass external (DOMObject) + DOMFile = objcclass external (DOMBlob) public + function name: NSString; message 'name'; function fileName: NSString; message 'fileName'; function fileSize: cuint; message 'fileSize'; end; diff --git a/packages/cocoaint/src/webkit/DOMFileList.inc b/packages/cocoaint/src/webkit/DOMFileList.inc index b0180c6133..4b5d83e8d8 100644 --- a/packages/cocoaint/src/webkit/DOMFileList.inc +++ b/packages/cocoaint/src/webkit/DOMFileList.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMFileList.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTML.inc b/packages/cocoaint/src/webkit/DOMHTML.inc index 0e94b5ad12..5dee0b14a9 100644 --- a/packages/cocoaint/src/webkit/DOMHTML.inc +++ b/packages/cocoaint/src/webkit/DOMHTML.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTML.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc b/packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc index 04573c6e76..f1b93d8854 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLAnchorElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLAnchorElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc b/packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc index e8ec36d026..6555af0204 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLAppletElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLAppletElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc b/packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc index b88eff8505..c56b4c66b8 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLAreaElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLAreaElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLBRElement.inc b/packages/cocoaint/src/webkit/DOMHTMLBRElement.inc index 2c3de2c1fe..a8adb42df3 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLBRElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLBRElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLBRElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc b/packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc index a139f5baf9..3478b97a9f 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLBaseElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLBaseElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc b/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc index d7783d5915..648e41534b 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLBaseFontElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLBaseFontElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc b/packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc index 1f512d7543..9effafd331 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLBodyElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLBodyElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc b/packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc index 74b9a9b15b..647eea0440 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLButtonElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLButtonElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLCollection.inc b/packages/cocoaint/src/webkit/DOMHTMLCollection.inc index e2282d2557..513420a70d 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLCollection.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLCollection.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLCollection.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLDListElement.inc b/packages/cocoaint/src/webkit/DOMHTMLDListElement.inc index 9d524c0dbf..abd0d67eb9 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLDListElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLDListElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLDListElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc b/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc index b2b5803569..d2ac41f4a2 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLDirectoryElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLDirectoryElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLDivElement.inc b/packages/cocoaint/src/webkit/DOMHTMLDivElement.inc index 0d9e6eb0b4..3fc5697b5a 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLDivElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLDivElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLDivElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLDocument.inc b/packages/cocoaint/src/webkit/DOMHTMLDocument.inc index 3a35f6515e..d221dd4d6c 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLDocument.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLDocument.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLDocument.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLElement.inc b/packages/cocoaint/src/webkit/DOMHTMLElement.inc index c521619511..3f725232b0 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc b/packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc index ecfcdb3f43..db822f7d5c 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLEmbedElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLEmbedElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc index 7f4451a866..32861bdc98 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLFieldSetElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLFieldSetElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLFontElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFontElement.inc index 669176d640..ef7fff089d 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLFontElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLFontElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLFontElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLFormElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFormElement.inc index af96f3a676..a383e7e7b1 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLFormElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLFormElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLFormElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc index 631d84bff8..090d7ec1dd 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLFrameElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLFrameElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc b/packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc index b22fe4c339..53734ddc00 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLFrameSetElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLFrameSetElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLHRElement.inc b/packages/cocoaint/src/webkit/DOMHTMLHRElement.inc index 18aa7a5b73..2ba1419810 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLHRElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLHRElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLHRElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc b/packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc index cc06f22e73..3dc9cc52c9 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLHeadElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLHeadElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc b/packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc index 825962efb0..2933f588f2 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLHeadingElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLHeadingElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc b/packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc index 05ecf8e6e0..1d04004127 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLHtmlElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLHtmlElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc b/packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc index 5e6bc49ec7..3851dcdd9f 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLIFrameElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLIFrameElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLImageElement.inc b/packages/cocoaint/src/webkit/DOMHTMLImageElement.inc index f882f561f6..8f3ee32cad 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLImageElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLImageElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLImageElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLInputElement.inc b/packages/cocoaint/src/webkit/DOMHTMLInputElement.inc index 5c2ebf7ce8..522257623b 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLInputElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLInputElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLInputElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLIsIndexElement.inc b/packages/cocoaint/src/webkit/DOMHTMLIsIndexElement.inc index b2cc9083ff..e45441447f 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLIsIndexElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLIsIndexElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLIsIndexElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLLIElement.inc b/packages/cocoaint/src/webkit/DOMHTMLLIElement.inc index 9c1d0d3ee3..dcfdf56417 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLLIElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLLIElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLLIElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc b/packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc index 7a9610cb8e..117f38d352 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLLabelElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLLabelElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc b/packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc index 4cb728c991..cd3501c4ec 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLLegendElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLLegendElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc b/packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc index 768582953d..3fecf76013 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLLinkElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLLinkElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLMapElement.inc b/packages/cocoaint/src/webkit/DOMHTMLMapElement.inc index 72eb5ed528..e8d652ec1d 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLMapElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLMapElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLMapElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc b/packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc index 0999d79ec7..42e625d94f 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLMarqueeElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLMarqueeElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc b/packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc index d448a37464..5d54cfa3f9 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLMenuElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLMenuElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc b/packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc index 142f7219dd..71aa8c6c7f 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLMetaElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLMetaElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLModElement.inc b/packages/cocoaint/src/webkit/DOMHTMLModElement.inc index 5b47280d1a..ca95d9cb7c 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLModElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLModElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLModElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLOListElement.inc b/packages/cocoaint/src/webkit/DOMHTMLOListElement.inc index 0f46e0d04a..c6a74a4186 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLOListElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLOListElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLOListElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc b/packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc index 00aa996761..c747fce999 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLObjectElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLObjectElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc b/packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc index 295475de38..5960212fb9 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLOptGroupElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLOptGroupElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc b/packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc index b8104a952b..fc098f94a8 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLOptionElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLOptionElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc b/packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc index 38c32ed3a8..f41cc47f0e 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLOptionsCollection.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLOptionsCollection.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc b/packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc index e43a803a8b..a66a196655 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLParagraphElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLParagraphElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLParamElement.inc b/packages/cocoaint/src/webkit/DOMHTMLParamElement.inc index 6ff4d76766..f146536e21 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLParamElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLParamElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLParamElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLPreElement.inc b/packages/cocoaint/src/webkit/DOMHTMLPreElement.inc index 481fe3682e..bdab5afbfd 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLPreElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLPreElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLPreElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc b/packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc index ca7ba25208..77f251d91c 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLQuoteElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLQuoteElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc b/packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc index 610ca7d1a1..a894655453 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLScriptElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLScriptElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc b/packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc index 5395e0d71b..51ba7ea623 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLSelectElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLSelectElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -72,7 +72,7 @@ { DOMHTMLSelectElementDeprecatedCategory } DOMHTMLSelectElementDeprecatedCategory = objccategory external (DOMHTMLSelectElement) - procedure add(element: DOMHTMLElement; before: DOMHTMLElement); message 'add:element:'; + procedure add(element: DOMHTMLElement; before: DOMHTMLElement); message 'add:element:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc b/packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc index 6bea64486f..91db820aa4 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLStyleElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLStyleElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc index ee9aa93c97..6f884d8e65 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLTableCaptionElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLTableCaptionElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc index be2212158e..c7689e117a 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLTableCellElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLTableCellElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc index 1f53d4bc9b..826a607f25 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLTableColElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLTableColElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableElement.inc index e9194ac1c9..74bae8d13c 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLTableElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLTableElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLTableElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc index f95dd26ce9..495fc39ae1 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLTableRowElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLTableRowElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc index 6b30b16fb3..2414bc9299 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLTableSectionElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLTableSectionElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc index 4bbac9bda4..e39ba16d0a 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLTextAreaElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLTextAreaElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc b/packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc index c39ca1c9d2..1edfd5ac81 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLTitleElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLTitleElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMHTMLUListElement.inc b/packages/cocoaint/src/webkit/DOMHTMLUListElement.inc index bd9cb3f065..2a9fb84b83 100644 --- a/packages/cocoaint/src/webkit/DOMHTMLUListElement.inc +++ b/packages/cocoaint/src/webkit/DOMHTMLUListElement.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMHTMLUListElement.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMImplementation.inc b/packages/cocoaint/src/webkit/DOMImplementation.inc index b4d524c994..cdac55e367 100644 --- a/packages/cocoaint/src/webkit/DOMImplementation.inc +++ b/packages/cocoaint/src/webkit/DOMImplementation.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMImplementation.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -54,10 +54,10 @@ { DOMImplementationDeprecatedCategory } DOMImplementationDeprecatedCategory = objccategory external (DOMImplementation) - function hasFeature(feature: NSString; version_: NSString): Boolean; message 'hasFeature:feature:'; - function createDocumentType(qualifiedName: NSString; publicId: NSString; systemId: NSString): DOMDocumentType; message 'createDocumentType:qualifiedName:publicId:'; - function createDocument(namespaceURI: NSString; qualifiedName: NSString; doctype: DOMDocumentType): DOMDocument; message 'createDocument:namespaceURI:qualifiedName:'; - function createCSSStyleSheet(title: NSString; media: NSString): DOMCSSStyleSheet; message 'createCSSStyleSheet:title:'; + function hasFeature(feature: NSString; version_: NSString): Boolean; message 'hasFeature:feature:'; deprecated 'in_webkit_version_3 and later'; + function createDocumentType(qualifiedName: NSString; publicId: NSString; systemId: NSString): DOMDocumentType; message 'createDocumentType:qualifiedName:publicId:'; deprecated 'in_webkit_version_3 and later'; + function createDocument(namespaceURI: NSString; qualifiedName: NSString; doctype: DOMDocumentType): DOMDocument; message 'createDocument:namespaceURI:qualifiedName:'; deprecated 'in_webkit_version_3 and later'; + function createCSSStyleSheet(title: NSString; media: NSString): DOMCSSStyleSheet; message 'createCSSStyleSheet:title:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMKeyboardEvent.inc b/packages/cocoaint/src/webkit/DOMKeyboardEvent.inc index 089387d404..3906ce8e7c 100644 --- a/packages/cocoaint/src/webkit/DOMKeyboardEvent.inc +++ b/packages/cocoaint/src/webkit/DOMKeyboardEvent.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMKeyboardEvent.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMMediaList.inc b/packages/cocoaint/src/webkit/DOMMediaList.inc index 5eff07ab83..8e847809c4 100644 --- a/packages/cocoaint/src/webkit/DOMMediaList.inc +++ b/packages/cocoaint/src/webkit/DOMMediaList.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMMediaList.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMMouseEvent.inc b/packages/cocoaint/src/webkit/DOMMouseEvent.inc index 887944fd2c..58b67e7376 100644 --- a/packages/cocoaint/src/webkit/DOMMouseEvent.inc +++ b/packages/cocoaint/src/webkit/DOMMouseEvent.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMMouseEvent.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -61,12 +61,12 @@ function y: cint; message 'y'; function fromElement: DOMNode; message 'fromElement'; function toElement: DOMNode; message 'toElement'; - procedure initMouseEvent_canBubble_cancelable_view_detail_screenX_screenY_clientX_clientY_ctrlKey_altKey_shiftKey_metaKey_button_relatedTarget(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint; screenX_: cint; screenY_: cint; clientX_: cint; clientY_: cint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean; button_: cushort; relatedTarget_: id); message 'initMouseEvent:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:relatedTarget:'; + procedure initMouseEvent_canBubble_cancelable_view_detail_screenX_screenY_clientX_clientY_ctrlKey_altKey_shiftKey_metaKey_button_relatedTarget(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint; screenX_: cint; screenY_: cint; clientX_: cint; clientY_: cint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean; button_: cushort; relatedTarget_: DOMEventTargetProtocol); message 'initMouseEvent:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:relatedTarget:'; end; { DOMMouseEventDeprecatedCategory } DOMMouseEventDeprecatedCategory = objccategory external (DOMMouseEvent) - procedure initMouseEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint; screenX_: cint; screenY_: cint; clientX_: cint; clientY_: cint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean; button_: cushort; relatedTarget_: id); message 'initMouseEvent:type:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:'; + procedure initMouseEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint; screenX_: cint; screenY_: cint; clientX_: cint; clientY_: cint; ctrlKey_: Boolean; altKey_: Boolean; shiftKey_: Boolean; metaKey_: Boolean; button_: cushort; relatedTarget_: DOMEventTargetProtocol); message 'initMouseEvent:type:canBubble:cancelable:view:detail:screenX:screenY:clientX:clientY:ctrlKey:altKey:shiftKey:metaKey:button:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMMutationEvent.inc b/packages/cocoaint/src/webkit/DOMMutationEvent.inc index 66363e92af..d8543ad2a3 100644 --- a/packages/cocoaint/src/webkit/DOMMutationEvent.inc +++ b/packages/cocoaint/src/webkit/DOMMutationEvent.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMMutationEvent.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -62,7 +62,7 @@ const { DOMMutationEventDeprecatedCategory } DOMMutationEventDeprecatedCategory = objccategory external (DOMMutationEvent) - procedure initMutationEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; relatedNode_: DOMNode; prevValue_: NSString; newValue_: NSString; attrName_: NSString; attrChange_: cushort); message 'initMutationEvent:type:canBubble:cancelable:relatedNode:prevValue:newValue:attrName:'; + procedure initMutationEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; relatedNode_: DOMNode; prevValue_: NSString; newValue_: NSString; attrName_: NSString; attrChange_: cushort); message 'initMutationEvent:type:canBubble:cancelable:relatedNode:prevValue:newValue:attrName:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMNamedNodeMap.inc b/packages/cocoaint/src/webkit/DOMNamedNodeMap.inc index dd18af4661..db2025287e 100644 --- a/packages/cocoaint/src/webkit/DOMNamedNodeMap.inc +++ b/packages/cocoaint/src/webkit/DOMNamedNodeMap.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMNamedNodeMap.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -57,8 +57,8 @@ { DOMNamedNodeMapDeprecatedCategory } DOMNamedNodeMapDeprecatedCategory = objccategory external (DOMNamedNodeMap) - function getNamedItemNS(namespaceURI: NSString; localName: NSString): DOMNode; message 'getNamedItemNS:namespaceURI:'; - function removeNamedItemNS(namespaceURI: NSString; localName: NSString): DOMNode; message 'removeNamedItemNS:namespaceURI:'; + function getNamedItemNS(namespaceURI: NSString; localName: NSString): DOMNode; message 'getNamedItemNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; + function removeNamedItemNS(namespaceURI: NSString; localName: NSString): DOMNode; message 'removeNamedItemNS:namespaceURI:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMNode.inc b/packages/cocoaint/src/webkit/DOMNode.inc index 6ce4b498c9..74b428f165 100644 --- a/packages/cocoaint/src/webkit/DOMNode.inc +++ b/packages/cocoaint/src/webkit/DOMNode.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMNode.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} @@ -105,18 +105,18 @@ const function compareDocumentPosition(other: DOMNode): cushort; message 'compareDocumentPosition:'; { Adopted Protocols } - procedure addEventListener_listener_useCapture(type_: NSString; listener: id; useCapture: Boolean); - procedure removeEventListener_listener_useCapture(type_: NSString; listener: id; useCapture: Boolean); + procedure addEventListener_listener_useCapture(type_: NSString; listener: DOMEventListenerProtocol; useCapture: Boolean); + procedure removeEventListener_listener_useCapture(type_: NSString; listener: DOMEventListenerProtocol; useCapture: Boolean); function dispatchEvent(event: DOMEvent): Boolean; - procedure addEventListener(type_: NSString; listener: id; useCapture: Boolean); - procedure removeEventListener(type_: NSString; listener: id; useCapture: Boolean); + procedure addEventListener(type_: NSString; listener: DOMEventListenerProtocol; useCapture: Boolean); + procedure removeEventListener(type_: NSString; listener: DOMEventListenerProtocol; useCapture: Boolean); end; { DOMNodeDeprecatedCategory } DOMNodeDeprecatedCategory = objccategory external (DOMNode) - function insertBefore(newChild: DOMNode; refChild: DOMNode): DOMNode; message 'insertBefore:newChild:'; - function replaceChild(newChild: DOMNode; oldChild: DOMNode): DOMNode; message 'replaceChild:newChild:'; - function isSupported(feature: NSString; version_: NSString): Boolean; message 'isSupported:feature:'; + function insertBefore(newChild: DOMNode; refChild: DOMNode): DOMNode; message 'insertBefore:newChild:'; deprecated 'in_webkit_version_3 and later'; + function replaceChild(newChild: DOMNode; oldChild: DOMNode): DOMNode; message 'replaceChild:newChild:'; deprecated 'in_webkit_version_3 and later'; + function isSupported(feature: NSString; version_: NSString): Boolean; message 'isSupported:feature:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMNodeFilter.inc b/packages/cocoaint/src/webkit/DOMNodeFilter.inc index 9748b4069f..b58375b178 100644 --- a/packages/cocoaint/src/webkit/DOMNodeFilter.inc +++ b/packages/cocoaint/src/webkit/DOMNodeFilter.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMNodeFilter.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMNodeIterator.inc b/packages/cocoaint/src/webkit/DOMNodeIterator.inc index ea9e27929d..85a0b72133 100644 --- a/packages/cocoaint/src/webkit/DOMNodeIterator.inc +++ b/packages/cocoaint/src/webkit/DOMNodeIterator.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMNodeIterator.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMNodeList.inc b/packages/cocoaint/src/webkit/DOMNodeList.inc index 744464a9b1..cefee07488 100644 --- a/packages/cocoaint/src/webkit/DOMNodeList.inc +++ b/packages/cocoaint/src/webkit/DOMNodeList.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMNodeList.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMNotation.inc b/packages/cocoaint/src/webkit/DOMNotation.inc index d4110f9370..34e4ff0fea 100644 --- a/packages/cocoaint/src/webkit/DOMNotation.inc +++ b/packages/cocoaint/src/webkit/DOMNotation.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMNotation.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMObject.inc b/packages/cocoaint/src/webkit/DOMObject.inc index be7c5950e1..c64448f2f4 100644 --- a/packages/cocoaint/src/webkit/DOMObject.inc +++ b/packages/cocoaint/src/webkit/DOMObject.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMObject.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMOverflowEvent.inc b/packages/cocoaint/src/webkit/DOMOverflowEvent.inc index dd9367c447..405211a12e 100644 --- a/packages/cocoaint/src/webkit/DOMOverflowEvent.inc +++ b/packages/cocoaint/src/webkit/DOMOverflowEvent.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMOverflowEvent.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMProcessingInstruction.inc b/packages/cocoaint/src/webkit/DOMProcessingInstruction.inc index b1f79e5723..efce7efdeb 100644 --- a/packages/cocoaint/src/webkit/DOMProcessingInstruction.inc +++ b/packages/cocoaint/src/webkit/DOMProcessingInstruction.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMProcessingInstruction.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMProgressEvent.inc b/packages/cocoaint/src/webkit/DOMProgressEvent.inc index f73751e572..83c8270985 100644 --- a/packages/cocoaint/src/webkit/DOMProgressEvent.inc +++ b/packages/cocoaint/src/webkit/DOMProgressEvent.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMProgressEvent.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMRGBColor.inc b/packages/cocoaint/src/webkit/DOMRGBColor.inc index 363f6b1bf3..6b84d00ab2 100644 --- a/packages/cocoaint/src/webkit/DOMRGBColor.inc +++ b/packages/cocoaint/src/webkit/DOMRGBColor.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMRGBColor.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMRange.inc b/packages/cocoaint/src/webkit/DOMRange.inc index 38d21a3a20..aae8bba5cc 100644 --- a/packages/cocoaint/src/webkit/DOMRange.inc +++ b/packages/cocoaint/src/webkit/DOMRange.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMRange.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -91,9 +91,9 @@ const { DOMRangeDeprecatedCategory } DOMRangeDeprecatedCategory = objccategory external (DOMRange) - procedure setStart(refNode: DOMNode; offset: cint); message 'setStart:refNode:'; - procedure setEnd(refNode: DOMNode; offset: cint); message 'setEnd:refNode:'; - function compareBoundaryPoints(how: cushort; sourceRange: DOMRange): cshort; message 'compareBoundaryPoints:how:'; + procedure setStart(refNode: DOMNode; offset: cint); message 'setStart:refNode:'; deprecated 'in_webkit_version_3 and later'; + procedure setEnd(refNode: DOMNode; offset: cint); message 'setEnd:refNode:'; deprecated 'in_webkit_version_3 and later'; + function compareBoundaryPoints(how: cushort; sourceRange: DOMRange): cshort; message 'compareBoundaryPoints:how:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMRangeException.inc b/packages/cocoaint/src/webkit/DOMRangeException.inc index e8b8172aaf..5787430faa 100644 --- a/packages/cocoaint/src/webkit/DOMRangeException.inc +++ b/packages/cocoaint/src/webkit/DOMRangeException.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMRangeException.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMRanges.inc b/packages/cocoaint/src/webkit/DOMRanges.inc index 84bf49331d..2896a1d405 100644 --- a/packages/cocoaint/src/webkit/DOMRanges.inc +++ b/packages/cocoaint/src/webkit/DOMRanges.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMRanges.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMRect.inc b/packages/cocoaint/src/webkit/DOMRect.inc index 5ff5ecdffe..7d5cbfbe8a 100644 --- a/packages/cocoaint/src/webkit/DOMRect.inc +++ b/packages/cocoaint/src/webkit/DOMRect.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMRect.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMStyleSheet.inc b/packages/cocoaint/src/webkit/DOMStyleSheet.inc index bd1dee2036..ecc5cee683 100644 --- a/packages/cocoaint/src/webkit/DOMStyleSheet.inc +++ b/packages/cocoaint/src/webkit/DOMStyleSheet.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMStyleSheet.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMStyleSheetList.inc b/packages/cocoaint/src/webkit/DOMStyleSheetList.inc index b82665772f..9379e3a720 100644 --- a/packages/cocoaint/src/webkit/DOMStyleSheetList.inc +++ b/packages/cocoaint/src/webkit/DOMStyleSheetList.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMStyleSheetList.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMStylesheets.inc b/packages/cocoaint/src/webkit/DOMStylesheets.inc index ea088f3115..4d95a31f64 100644 --- a/packages/cocoaint/src/webkit/DOMStylesheets.inc +++ b/packages/cocoaint/src/webkit/DOMStylesheets.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMStylesheets.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMText.inc b/packages/cocoaint/src/webkit/DOMText.inc index 00bdfc582d..a0d946c7cb 100644 --- a/packages/cocoaint/src/webkit/DOMText.inc +++ b/packages/cocoaint/src/webkit/DOMText.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMText.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMTraversal.inc b/packages/cocoaint/src/webkit/DOMTraversal.inc index 83861c1300..5a80131f7b 100644 --- a/packages/cocoaint/src/webkit/DOMTraversal.inc +++ b/packages/cocoaint/src/webkit/DOMTraversal.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMTraversal.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMTreeWalker.inc b/packages/cocoaint/src/webkit/DOMTreeWalker.inc index 8d6f8262d8..8f608ff70e 100644 --- a/packages/cocoaint/src/webkit/DOMTreeWalker.inc +++ b/packages/cocoaint/src/webkit/DOMTreeWalker.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMTreeWalker.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMUIEvent.inc b/packages/cocoaint/src/webkit/DOMUIEvent.inc index 31c623126f..97ff8b9dc5 100644 --- a/packages/cocoaint/src/webkit/DOMUIEvent.inc +++ b/packages/cocoaint/src/webkit/DOMUIEvent.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMUIEvent.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -59,7 +59,7 @@ { DOMUIEventDeprecatedCategory } DOMUIEventDeprecatedCategory = objccategory external (DOMUIEvent) - procedure initUIEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint); message 'initUIEvent:type:canBubble:cancelable:view:'; + procedure initUIEvent(type__: NSString; canBubble: Boolean; cancelable_: Boolean; view_: DOMAbstractView; detail_: cint); message 'initUIEvent:type:canBubble:cancelable:view:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMViews.inc b/packages/cocoaint/src/webkit/DOMViews.inc index 103bbe80e3..2f3e6dcb85 100644 --- a/packages/cocoaint/src/webkit/DOMViews.inc +++ b/packages/cocoaint/src/webkit/DOMViews.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMViews.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMWheelEvent.inc b/packages/cocoaint/src/webkit/DOMWheelEvent.inc index 010003fa7c..22e636d4ae 100644 --- a/packages/cocoaint/src/webkit/DOMWheelEvent.inc +++ b/packages/cocoaint/src/webkit/DOMWheelEvent.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMWheelEvent.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMXPath.inc b/packages/cocoaint/src/webkit/DOMXPath.inc index 15433b5aca..a74c94b5c8 100644 --- a/packages/cocoaint/src/webkit/DOMXPath.inc +++ b/packages/cocoaint/src/webkit/DOMXPath.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMXPath.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMXPathException.inc b/packages/cocoaint/src/webkit/DOMXPathException.inc index 5b1e12816a..4538b1c742 100644 --- a/packages/cocoaint/src/webkit/DOMXPathException.inc +++ b/packages/cocoaint/src/webkit/DOMXPathException.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMXPathException.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMXPathExpression.inc b/packages/cocoaint/src/webkit/DOMXPathExpression.inc index 04ef688e6b..2b9ffdf426 100644 --- a/packages/cocoaint/src/webkit/DOMXPathExpression.inc +++ b/packages/cocoaint/src/webkit/DOMXPathExpression.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMXPathExpression.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -50,7 +50,7 @@ { DOMXPathExpressionDeprecatedCategory } DOMXPathExpressionDeprecatedCategory = objccategory external (DOMXPathExpression) - function evaluate(contextNode: DOMNode; type_: cushort; inResult_BUT_DEPRECATED: DOMXPathResult): DOMXPathResult; message 'evaluate:contextNode:type:'; + function evaluate(contextNode: DOMNode; type_: cushort; inResult: DOMXPathResult): DOMXPathResult; message 'evaluate:contextNode:type:'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc b/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc index 4717c3a583..ec8cd22f46 100644 --- a/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc +++ b/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMXPathNSResolver.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/DOMXPathResult.inc b/packages/cocoaint/src/webkit/DOMXPathResult.inc index 97ac5e91eb..4d5b68ef9d 100644 --- a/packages/cocoaint/src/webkit/DOMXPathResult.inc +++ b/packages/cocoaint/src/webkit/DOMXPathResult.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework DOMXPathResult.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/HIWebView.inc b/packages/cocoaint/src/webkit/HIWebView.inc index 0d9b23217c..14bc4e0012 100644 --- a/packages/cocoaint/src/webkit/HIWebView.inc +++ b/packages/cocoaint/src/webkit/HIWebView.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework HIWebView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebArchive.inc b/packages/cocoaint/src/webkit/WebArchive.inc index 6e846b066a..c3ae8a990a 100644 --- a/packages/cocoaint/src/webkit/WebArchive.inc +++ b/packages/cocoaint/src/webkit/WebArchive.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebArchive.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebBackForwardList.inc b/packages/cocoaint/src/webkit/WebBackForwardList.inc index 61da1f2fc5..e331c7cb13 100644 --- a/packages/cocoaint/src/webkit/WebBackForwardList.inc +++ b/packages/cocoaint/src/webkit/WebBackForwardList.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebBackForwardList.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebDOMOperations.inc b/packages/cocoaint/src/webkit/WebDOMOperations.inc index 34adada6eb..812b4eba67 100644 --- a/packages/cocoaint/src/webkit/WebDOMOperations.inc +++ b/packages/cocoaint/src/webkit/WebDOMOperations.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebDOMOperations.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebDataSource.inc b/packages/cocoaint/src/webkit/WebDataSource.inc index 0c1a87fda3..8cbf518b1d 100644 --- a/packages/cocoaint/src/webkit/WebDataSource.inc +++ b/packages/cocoaint/src/webkit/WebDataSource.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebDataSource.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -49,7 +49,7 @@ public function initWithRequest(request_: NSURLRequest): id; message 'initWithRequest:'; function data: NSData; message 'data'; - function representation: id; message 'representation'; + function representation: WebDocumentRepresentationProtocol; message 'representation'; function webFrame: WebFrame; message 'webFrame'; function initialRequest: NSURLRequest; message 'initialRequest'; function request: NSMutableURLRequest; message 'request'; diff --git a/packages/cocoaint/src/webkit/WebDocument.inc b/packages/cocoaint/src/webkit/WebDocument.inc index 1b5a30be53..9e1b68a2bc 100644 --- a/packages/cocoaint/src/webkit/WebDocument.inc +++ b/packages/cocoaint/src/webkit/WebDocument.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebDocument.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebDownload.inc b/packages/cocoaint/src/webkit/WebDownload.inc index c6ecb168a4..ec27669fc5 100644 --- a/packages/cocoaint/src/webkit/WebDownload.inc +++ b/packages/cocoaint/src/webkit/WebDownload.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebDownload.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebEditingDelegate.inc b/packages/cocoaint/src/webkit/WebEditingDelegate.inc index fd0367d81c..590c43d473 100644 --- a/packages/cocoaint/src/webkit/WebEditingDelegate.inc +++ b/packages/cocoaint/src/webkit/WebEditingDelegate.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebEditingDelegate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebFrame.inc b/packages/cocoaint/src/webkit/WebFrame.inc index 5f41f8e263..bb97b08446 100644 --- a/packages/cocoaint/src/webkit/WebFrame.inc +++ b/packages/cocoaint/src/webkit/WebFrame.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebFrame.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc b/packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc index 6ce54f705a..59f68d0718 100644 --- a/packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc +++ b/packages/cocoaint/src/webkit/WebFrameLoadDelegate.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebFrameLoadDelegate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -53,7 +53,7 @@ procedure webView_didCancelClientRedirectForFrame(sender: WebView; frame: WebFrame); message 'webView:didCancelClientRedirectForFrame:'; procedure webView_willCloseFrame(sender: WebView; frame: WebFrame); message 'webView:willCloseFrame:'; procedure webView_didClearWindowObject_forFrame(webView_: WebView; windowObject: WebScriptObject; frame: WebFrame); message 'webView:didClearWindowObject:forFrame:'; - procedure webView_windowScriptObjectAvailable(webView_: WebView; windowScriptObject: WebScriptObject); message 'webView:windowScriptObjectAvailable:'; + procedure webView_windowScriptObjectAvailable(webView_: WebView; windowScriptObject: WebScriptObject); message 'webView:windowScriptObjectAvailable:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/WebFrameView.inc b/packages/cocoaint/src/webkit/WebFrameView.inc index d3fab9000e..745da4abaa 100644 --- a/packages/cocoaint/src/webkit/WebFrameView.inc +++ b/packages/cocoaint/src/webkit/WebFrameView.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebFrameView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebHistory.inc b/packages/cocoaint/src/webkit/WebHistory.inc index 994b9582d0..9e74883760 100644 --- a/packages/cocoaint/src/webkit/WebHistory.inc +++ b/packages/cocoaint/src/webkit/WebHistory.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebHistory.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebHistoryItem.inc b/packages/cocoaint/src/webkit/WebHistoryItem.inc index e84466735f..9ab057d9a1 100644 --- a/packages/cocoaint/src/webkit/WebHistoryItem.inc +++ b/packages/cocoaint/src/webkit/WebHistoryItem.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebHistoryItem.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebKit.inc b/packages/cocoaint/src/webkit/WebKit.inc index 3ef731bf0d..a186f055fa 100644 --- a/packages/cocoaint/src/webkit/WebKit.inc +++ b/packages/cocoaint/src/webkit/WebKit.inc @@ -3,6 +3,7 @@ {$include WebScriptObject.inc} {$include DOMObject.inc} {$include DOMNode.inc} +{$include DOMBlob.inc} {$include DOMCharacterData.inc} {$include DOMText.inc} diff --git a/packages/cocoaint/src/webkit/WebKitErrors.inc b/packages/cocoaint/src/webkit/WebKitErrors.inc index 4d2f2c6698..9f455cbd93 100644 --- a/packages/cocoaint/src/webkit/WebKitErrors.inc +++ b/packages/cocoaint/src/webkit/WebKitErrors.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebKitErrors.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebPlugin.inc b/packages/cocoaint/src/webkit/WebPlugin.inc index bff906facd..9e0f646b00 100644 --- a/packages/cocoaint/src/webkit/WebPlugin.inc +++ b/packages/cocoaint/src/webkit/WebPlugin.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebPlugin.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -49,6 +49,7 @@ procedure webPlugInMainResourceDidReceiveResponse(response: NSURLResponse); message 'webPlugInMainResourceDidReceiveResponse:'; procedure webPlugInMainResourceDidReceiveData(data: NSData); message 'webPlugInMainResourceDidReceiveData:'; procedure webPlugInMainResourceDidFailWithError(error: NSError); message 'webPlugInMainResourceDidFailWithError:'; + procedure webPlugInMainResourceDidFinishLoading; message 'webPlugInMainResourceDidFinishLoading'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/WebPluginContainer.inc b/packages/cocoaint/src/webkit/WebPluginContainer.inc index 048ee33e95..f866157259 100644 --- a/packages/cocoaint/src/webkit/WebPluginContainer.inc +++ b/packages/cocoaint/src/webkit/WebPluginContainer.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebPluginContainer.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebPluginViewFactory.inc b/packages/cocoaint/src/webkit/WebPluginViewFactory.inc index 9207bc72ca..f09b0eb112 100644 --- a/packages/cocoaint/src/webkit/WebPluginViewFactory.inc +++ b/packages/cocoaint/src/webkit/WebPluginViewFactory.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebPluginViewFactory.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebPolicyDelegate.inc b/packages/cocoaint/src/webkit/WebPolicyDelegate.inc index b6721ae476..5bdb7cd806 100644 --- a/packages/cocoaint/src/webkit/WebPolicyDelegate.inc +++ b/packages/cocoaint/src/webkit/WebPolicyDelegate.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebPolicyDelegate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -64,9 +64,9 @@ var { WebPolicyDelegateCategory } WebPolicyDelegateCategory = objccategory external (NSObject) - procedure webView_decidePolicyForNavigationAction_request_frame_decisionListener(webView_: WebView; actionInformation: NSDictionary; request: NSURLRequest; frame: WebFrame; listener: id); message 'webView:decidePolicyForNavigationAction:request:frame:decisionListener:'; - procedure webView_decidePolicyForNewWindowAction_request_newFrameName_decisionListener(webView_: WebView; actionInformation: NSDictionary; request: NSURLRequest; frameName: NSString; listener: id); message 'webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:'; - procedure webView_decidePolicyForMIMEType_request_frame_decisionListener(webView_: WebView; type_: NSString; request: NSURLRequest; frame: WebFrame; listener: id); message 'webView:decidePolicyForMIMEType:request:frame:decisionListener:'; + procedure webView_decidePolicyForNavigationAction_request_frame_decisionListener(webView_: WebView; actionInformation: NSDictionary; request: NSURLRequest; frame: WebFrame; listener: WebPolicyDecisionListenerProtocol); message 'webView:decidePolicyForNavigationAction:request:frame:decisionListener:'; + procedure webView_decidePolicyForNewWindowAction_request_newFrameName_decisionListener(webView_: WebView; actionInformation: NSDictionary; request: NSURLRequest; frameName: NSString; listener: WebPolicyDecisionListenerProtocol); message 'webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:'; + procedure webView_decidePolicyForMIMEType_request_frame_decisionListener(webView_: WebView; type_: NSString; request: NSURLRequest; frame: WebFrame; listener: WebPolicyDecisionListenerProtocol); message 'webView:decidePolicyForMIMEType:request:frame:decisionListener:'; procedure webView_unableToImplementPolicyWithError_frame(webView_: WebView; error: NSError; frame: WebFrame); message 'webView:unableToImplementPolicyWithError:frame:'; end; diff --git a/packages/cocoaint/src/webkit/WebPreferences.inc b/packages/cocoaint/src/webkit/WebPreferences.inc index bb6268ac3e..7fb6d072a1 100644 --- a/packages/cocoaint/src/webkit/WebPreferences.inc +++ b/packages/cocoaint/src/webkit/WebPreferences.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebPreferences.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebResource.inc b/packages/cocoaint/src/webkit/WebResource.inc index 7d6ed7468d..dfb3723417 100644 --- a/packages/cocoaint/src/webkit/WebResource.inc +++ b/packages/cocoaint/src/webkit/WebResource.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebResource.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc b/packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc index c47a97f1dc..d46e0e4ec2 100644 --- a/packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc +++ b/packages/cocoaint/src/webkit/WebResourceLoadDelegate.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebResourceLoadDelegate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/src/webkit/WebScriptObject.inc b/packages/cocoaint/src/webkit/WebScriptObject.inc index 76755aa8bd..6cfc46b68f 100644 --- a/packages/cocoaint/src/webkit/WebScriptObject.inc +++ b/packages/cocoaint/src/webkit/WebScriptObject.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebScriptObject.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:19 CET 2011 } {$ifdef TYPES} @@ -51,6 +51,7 @@ public class function throwException(exceptionMessage: NSString): Boolean; message 'throwException:'; + function JSObject: JSObjectRef; message 'JSObject'; function callWebScriptMethod_withArguments(name: NSString; arguments: NSArray): id; message 'callWebScriptMethod:withArguments:'; function evaluateWebScript(script: NSString): id; message 'evaluateWebScript:'; procedure removeWebScriptKey(name: NSString); message 'removeWebScriptKey:'; diff --git a/packages/cocoaint/src/webkit/WebUIDelegate.inc b/packages/cocoaint/src/webkit/WebUIDelegate.inc index a41e2a3646..2e90885d1f 100644 --- a/packages/cocoaint/src/webkit/WebUIDelegate.inc +++ b/packages/cocoaint/src/webkit/WebUIDelegate.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebUIDelegate.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} @@ -121,14 +121,14 @@ type function webView_runJavaScriptConfirmPanelWithMessage_initiatedByFrame(sender: WebView; message: NSString; frame: WebFrame): Boolean; message 'webView:runJavaScriptConfirmPanelWithMessage:initiatedByFrame:'; function webView_runJavaScriptTextInputPanelWithPrompt_defaultText_initiatedByFrame(sender: WebView; prompt: NSString; defaultText: NSString; frame: WebFrame): NSString; message 'webView:runJavaScriptTextInputPanelWithPrompt:defaultText:initiatedByFrame:'; function webView_runBeforeUnloadConfirmPanelWithMessage_initiatedByFrame(sender: WebView; message: NSString; frame: WebFrame): Boolean; message 'webView:runBeforeUnloadConfirmPanelWithMessage:initiatedByFrame:'; - procedure webView_runOpenPanelForFileButtonWithResultListener(sender: WebView; resultListener: id); message 'webView:runOpenPanelForFileButtonWithResultListener:'; - procedure webView_runOpenPanelForFileButtonWithResultListener_allowMultipleFiles(sender: WebView; resultListener: id; allowMultipleFiles: Boolean); message 'webView:runOpenPanelForFileButtonWithResultListener:allowMultipleFiles:'; + procedure webView_runOpenPanelForFileButtonWithResultListener(sender: WebView; resultListener: WebOpenPanelResultListenerProtocol); message 'webView:runOpenPanelForFileButtonWithResultListener:'; + procedure webView_runOpenPanelForFileButtonWithResultListener_allowMultipleFiles(sender: WebView; resultListener: WebOpenPanelResultListenerProtocol; allowMultipleFiles: Boolean); message 'webView:runOpenPanelForFileButtonWithResultListener:allowMultipleFiles:'; procedure webView_mouseDidMoveOverElement_modifierFlags(sender: WebView; elementInformation: NSDictionary; modifierFlags: WebNSUInteger); message 'webView:mouseDidMoveOverElement:modifierFlags:'; function webView_contextMenuItemsForElement_defaultMenuItems(sender: WebView; element: NSDictionary; defaultMenuItems: NSArray): NSArray; message 'webView:contextMenuItemsForElement:defaultMenuItems:'; - function webView_validateUserInterfaceItem_defaultValidation(webView_: WebView; item: id; defaultValidation: Boolean): Boolean; message 'webView:validateUserInterfaceItem:defaultValidation:'; + function webView_validateUserInterfaceItem_defaultValidation(webView_: WebView; item: NSValidatedUserInterfaceItemProtocol; defaultValidation: Boolean): Boolean; message 'webView:validateUserInterfaceItem:defaultValidation:'; function webView_shouldPerformAction_fromSender(webView_: WebView; action: SEL; sender: id): Boolean; message 'webView:shouldPerformAction:fromSender:'; - function webView_dragDestinationActionMaskForDraggingInfo(webView_: WebView; draggingInfo: id): WebNSUInteger; message 'webView:dragDestinationActionMaskForDraggingInfo:'; - procedure webView_willPerformDragDestinationAction_forDraggingInfo(webView_: WebView; action: WebDragDestinationAction; draggingInfo: id); message 'webView:willPerformDragDestinationAction:forDraggingInfo:'; + function webView_dragDestinationActionMaskForDraggingInfo(webView_: WebView; draggingInfo: NSDraggingInfoProtocol): WebNSUInteger; message 'webView:dragDestinationActionMaskForDraggingInfo:'; + procedure webView_willPerformDragDestinationAction_forDraggingInfo(webView_: WebView; action: WebDragDestinationAction; draggingInfo: NSDraggingInfoProtocol); message 'webView:willPerformDragDestinationAction:forDraggingInfo:'; function webView_dragSourceActionMaskForPoint(webView_: WebView; point: NSPoint): WebNSUInteger; message 'webView:dragSourceActionMaskForPoint:'; procedure webView_willPerformDragSourceAction_fromPoint_withPasteboard(webView_: WebView; action: WebDragSourceAction; point: NSPoint; pasteboard: NSPasteboardPtr); message 'webView:willPerformDragSourceAction:fromPoint:withPasteboard:'; procedure webView_printFrameView(sender: WebView; frameView: WebFrameView); message 'webView:printFrameView:'; @@ -136,11 +136,11 @@ type function webViewFooterHeight(sender: WebView): single; message 'webViewFooterHeight:'; procedure webView_drawHeaderInRect(sender: WebView; rect: NSRect); message 'webView:drawHeaderInRect:'; procedure webView_drawFooterInRect(sender: WebView; rect: NSRect); message 'webView:drawFooterInRect:'; - procedure webView_runJavaScriptAlertPanelWithMessage(sender: WebView; message: NSString); message 'webView:runJavaScriptAlertPanelWithMessage:'; - function webView_runJavaScriptConfirmPanelWithMessage(sender: WebView; message: NSString): Boolean; message 'webView:runJavaScriptConfirmPanelWithMessage:'; - function webView_runJavaScriptTextInputPanelWithPrompt_defaultText(sender: WebView; prompt: NSString; defaultText: NSString): NSString; message 'webView:runJavaScriptTextInputPanelWithPrompt:defaultText:'; - procedure webView_setContentRect(sender: WebView; frame: NSRect); message 'webView:setContentRect:'; - function webViewContentRect(sender: WebView): NSRect; message 'webViewContentRect:'; + procedure webView_runJavaScriptAlertPanelWithMessage(sender: WebView; message: NSString); message 'webView:runJavaScriptAlertPanelWithMessage:'; deprecated 'in_webkit_version_3 and later'; + function webView_runJavaScriptConfirmPanelWithMessage(sender: WebView; message: NSString): Boolean; message 'webView:runJavaScriptConfirmPanelWithMessage:'; deprecated 'in_webkit_version_3 and later'; + function webView_runJavaScriptTextInputPanelWithPrompt_defaultText(sender: WebView; prompt: NSString; defaultText: NSString): NSString; message 'webView:runJavaScriptTextInputPanelWithPrompt:defaultText:'; deprecated 'in_webkit_version_3 and later'; + procedure webView_setContentRect(sender: WebView; frame: NSRect); message 'webView:setContentRect:'; deprecated 'in_webkit_version_3 and later'; + function webViewContentRect(sender: WebView): NSRect; message 'webViewContentRect:'; deprecated 'in_webkit_version_3 and later'; end; {$endif} diff --git a/packages/cocoaint/src/webkit/WebView.inc b/packages/cocoaint/src/webkit/WebView.inc index 481e4bbd73..414d9600ef 100644 --- a/packages/cocoaint/src/webkit/WebView.inc +++ b/packages/cocoaint/src/webkit/WebView.inc @@ -1,5 +1,5 @@ { Parsed from Webkit.framework WebView.h } -{ Version: 2.1.4 - Sun Jan 2 15:08:41 CET 2011 } +{ Version: 2.1.5 - Fri Feb 11 21:46:20 CET 2011 } {$ifdef TYPES} diff --git a/packages/cocoaint/utils/make-cocoa-headers.sh b/packages/cocoaint/utils/make-cocoa-headers.sh index 239f978f54..4edcfd3d23 100755 --- a/packages/cocoaint/utils/make-cocoa-headers.sh +++ b/packages/cocoaint/utils/make-cocoa-headers.sh @@ -21,7 +21,7 @@ echo `pwd`/cocoa-skel/src. echo If you wish to compile them, execute the following commands: echo cp ../Makefile cocoa-skel echo cd cocoa-skel -echo make OPT="-O2 -ap" +echo make OPT=\"-O2 -ap\" echo echo The compiled files can be installed afterwards using \"make install\" echo if required. If another compiler binary than the default one has to diff --git a/packages/cocoaint/utils/make-ios-headers.sh b/packages/cocoaint/utils/make-ios-headers.sh index 1e5edf1122..9885161c1d 100755 --- a/packages/cocoaint/utils/make-ios-headers.sh +++ b/packages/cocoaint/utils/make-ios-headers.sh @@ -4,25 +4,26 @@ set -e # change -SDKBASEPATH=/Developer/Platforms/iPhoneOS.Platform/Developer/SDKs/iPhoneOS3.2.sdk +SDKBASEPATH=/Developer/Platforms/iPhoneOS.Platform/Developer/SDKs/iPhoneOS4.2.sdk -if [ $? -ne 0 ]; then +if [ $# -ne 0 ]; then SDKBASEPATH="$1" -fi; +fi if [ ! -d "$SDKBASEPATH" ]; then echo iOS SDK base path \"$SDKBASEPATH\" echo not found, specify it as the first parameter to this script. echo Note that this parser version has only been verified to work with the - echo iOS SDK 3.2 + echo iOS SDK 4.2 echo exit 1 fi # convert uikit and related framework headers php parser.php -objp -all -frameworks=foundation,quartzcore,opengles,uikit -root=`pwd`/uikit-skel/src -framework_path="$SDKBASEPATH"/System/Library/Frameworks + # correct some translations the automatic translation cannot handle -patch -p0 < patches/uikit.patch +patch -p0 < patches/uikit-4.2.patch # rename badly named unit and include file sed -e 's/AnonClassDefinitionsQuartzcore/AnonClassDefinitionsUikit/' < uikit-skel/src/AnonClassDefinitionsQuartzcore.pas > uikit-skel/src/AnonClassDefinitionsUikit.pas mv uikit-skel/src/quartzcore/AnonIncludeClassDefinitionsQuartzcore.inc uikit-skel/src/uikit/AnonIncludeClassDefinitionsUikit.inc diff --git a/packages/cocoaint/utils/parser.php b/packages/cocoaint/utils/parser.php index 8b0ba7974b..0b9c807b59 100755 --- a/packages/cocoaint/utils/parser.php +++ b/packages/cocoaint/utils/parser.php @@ -1,6 +1,6 @@ ) + $type = preg_replace("!id\s*<([^,>]*)>!", "$1Protocol", $type); + // Remove other protocol types + $type = trim(eregi_replace("<[^>]*>", "", $type)); // Replace types before cleaning $type = $this->ReplaceObjcType($type); - // Remove protocol which type conforms to (id ) - $type = eregi_replace("<.*>", "", $type); - // Remove array brackets (NSUInteger[])p - $type = eregi_replace("\[[0-9]*\]", "", $type); + $type = trim(eregi_replace("\[[0-9]*\]", "", $type)); // var params to non-object types (NSRange *) if (ereg("([a-zA-Z0-9_]+)[[:space:]]*[*]+$", $type, $captures)) { if (!in_array($captures[1], $this->cocoa_classes)) { - $type = $this->ReplaceReferenceParameterType($type_clean); + $type = $this->ReplaceReferenceParameterType(trim($type,"* ")); //$modifiers = "var "; } } @@ -433,7 +434,7 @@ class ObjectivePParser extends ObjectivePParserBase { // Handle NS*** pointers (NSError **) if (ereg("(NS[a-zA-Z0-9_]+)[[:space:]]*\*\*$", $type, $captures)) { if (in_array($captures[1], $this->cocoa_classes)) { - $type = "$type_clean$this->class_pointer_suffix"; + $type = trim($type,"* ")."$this->class_pointer_suffix"; } } @@ -986,6 +987,9 @@ class ObjectivePParser extends ObjectivePParserBase { $params_with_modifiers = str_replace_word("SEL", $this->sel_string, $params_with_modifiers); } + // detect blocks (not yet supported) + $has_blocks = strpos("$return_type $params_with_modifiers","^"); + // make method templates if ($kind != "function") { if ($variable_arguments) $modifier .= " varargs;"; @@ -1024,6 +1028,8 @@ class ObjectivePParser extends ObjectivePParserBase { $struct["class"] = $class; $struct["name"] = $name; $struct["kind"] = $kind; + if ($has_blocks === false) $struct["blocks_disable_comment"] = ""; + else $struct["blocks_disable_comment"] = "// "; if ($struct["param_array"] != null) $struct["has_params"] = true; @@ -1411,7 +1417,7 @@ class ObjectivePParser extends ObjectivePParserBase { if ($class["methods"]) { foreach ($class["methods"] as $method) { if ($method["comment"]) $this->PrintOutput(2, $method["comment"]); - $this->PrintOutput(2, $method["def"]." message '".$method["objc_method"]."';".$method["deprecated"]); + $this->PrintOutput(2, $method["blocks_disable_comment"].$method["def"]." message '".$method["objc_method"]."';".$method["deprecated"]); } } @@ -1424,7 +1430,7 @@ class ObjectivePParser extends ObjectivePParserBase { foreach ($class["protocols"] as $name) { if ($this->dump["protocols"][$name]) { foreach ($this->dump["protocols"][$name] as $method) { - if (!$this->ClassContainsMethod($class, $method)) $this->PrintOutput(2, $method["def"]); + if (!$this->ClassContainsMethod($class, $method)) $this->PrintOutput(2, $method["blocks_disable_comment"].$method["def"]); } } } @@ -1453,7 +1459,7 @@ class ObjectivePParser extends ObjectivePParserBase { if ($category["methods"]) { foreach ($category["methods"] as $method) { if ($method["comment"]) $this->PrintOutput(2, $method["comment"]); - $this->PrintOutput(2, $method["def"]." message '".$method["objc_method"]."';".$method["deprecated"]); + $this->PrintOutput(2, $method["blocks_disable_comment"].$method["def"]." message '".$method["objc_method"]."';".$method["deprecated"]); } } @@ -1593,7 +1599,7 @@ class ObjectivePParser extends ObjectivePParserBase { if ($protocol["methods"]) { foreach ($protocol["methods"] as $name => $method) { if ($method["comment"]) $this->PrintOutput(2, $method["comment"]); - $this->PrintOutput(2, $method["def"]." message '".$method["objc_method"]."';".$method["deprecated"]); + $this->PrintOutput(2, $method["blocks_disable_comment"].$method["def"]." message '".$method["objc_method"]."';".$method["deprecated"]); } } @@ -1771,7 +1777,7 @@ class ObjectivePParser extends ObjectivePParserBase { if (count($class["methods"]) > 0) { $this->PrintOutput(0, ""); foreach ($class["methods"] as $method) { - $this->PrintOutput(2, $method["def"]); + $this->PrintOutput(2, $method["blocks_disable_comment"].$method["def"]); } } @@ -1783,7 +1789,7 @@ class ObjectivePParser extends ObjectivePParserBase { if ($category["methods"]) { foreach ($category["methods"] as $method) { - $this->PrintOutput(2, $method["def"]); + $this->PrintOutput(2, $method["blocks_disable_comment"].$method["def"]); } } } @@ -2046,18 +2052,18 @@ class ObjectivePParser extends ObjectivePParserBase { if ($method_fragment) $method_fragment .= " ".trim($line, " "); // found method fragment termination - if (($method_fragment) && (eregi($this->regex_objc_method_terminate, $line))) { + if (($method_fragment) && (preg_match($this->pregex_objc_method_terminate, $line))) { $line = $method_fragment; $method_fragment = null; } // found method $method = null; - if (eregi($this->regex_objc_method_params, $line, $captures)) { + if (preg_match($this->pregex_objc_method_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current_category, $line, $captures, array(), true, ""); - } elseif (eregi($this->regex_objc_method_no_params, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_no_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current_category, $line, $captures, array(), false, ""); - } elseif (eregi($this->regex_objc_method_partial, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_partial, $line, $captures)) { $method_fragment = $line; } @@ -2101,19 +2107,19 @@ class ObjectivePParser extends ObjectivePParserBase { if ($method_fragment) $method_fragment .= " ".trim($line, " "); // found method fragment termination - if (($method_fragment) && (eregi($this->regex_objc_method_terminate, $line))) { + if (($method_fragment) && (preg_match($this->pregex_objc_method_terminate, $line))) { $line = $method_fragment; $method_fragment = null; } // found method - if (eregi($this->regex_objc_method_params, $line, $captures)) { + if (preg_match($this->pregex_objc_method_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current, $line, $captures, $protected_keywords, true, ""); $this->current_class["protected_keywords"][] = strtolower($method["name"]); - } elseif (eregi($this->regex_objc_method_no_params, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_no_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current, $line, $captures, $protected_keywords, false, ""); $this->current_class["protected_keywords"][] = strtolower($method["name"]); - } elseif (eregi($this->regex_objc_method_partial, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_partial, $line, $captures)) { $method_fragment = $line; } @@ -2127,7 +2133,7 @@ class ObjectivePParser extends ObjectivePParserBase { */ function ParseNormalField($line, $protected_keywords, &$field_bitpacked, &$bitpacked_real_type, &$this_class_field_names) { - if (preg_match("!^\s*([^-{}*@+,<;:]*struct[^-*@+,<;:]+|[^-{}*@+,<;:]+)\b\s*(?:<([^>]*)>)?([*]*)\s*(\w+)((?:\s*,\s*[^:;[]+)*)?\s*(:[0-9]+)?\s*(\[.*\])?\s*(?:__attribute__\(\(([^)]*)\)\))?\s*;!", $line, $captures)) { // regular field + if (preg_match("!^\s*([^-{}*@+,<;:]*struct[^-*@+,<;:]+|[^-{}*@+,<;:]+)\b\s*(?:<([^>]*)>)?\s*([*]*)\s*(\w+)((?:\s*,\s*[^:;[]+)*)?\s*(:[0-9]+)?\s*(\[.*\])?\s*(?:__attribute__\(\(([^)]*)\)\))?\s*;!", $line, $captures)) { // regular field // captures[1]: type name (may be multiple words, and may not be complete // in case of an anonymous bitfield without a name) // Curly braces are only allowed in case of structs @@ -2920,11 +2926,11 @@ class ObjectivePParser extends ObjectivePParserBase { // found method $method = null; - if (eregi($this->regex_objc_method_params, $line, $captures)) { + if (preg_match($this->pregex_objc_method_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current_protocol, $line, $captures, array(), true, $deprecatedmods); - } elseif (eregi($this->regex_objc_method_no_params, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_no_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current_protocol, $line, $captures, array(), false, $deprecatedmods); - } elseif (eregi($this->regex_objc_method_partial, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_partial, $line, $captures)) { $method_fragment = $line; } @@ -3021,18 +3027,18 @@ class ObjectivePParser extends ObjectivePParserBase { if ($method_fragment) $method_fragment .= " ".trim($line); // found method fragment termination - if (($method_fragment) && (eregi($this->regex_objc_method_terminate, $line))) { + if (($method_fragment) && (preg_match($this->pregex_objc_method_terminate, $line))) { $line = $method_fragment; $method_fragment = null; } // found method $method = null; - if (eregi($this->regex_objc_method_params, $line, $captures)) { + if (preg_match($this->pregex_objc_method_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current_category, $line, $captures, $this->GetProtectedKeywords($this->current_class), true, $deprecatedmods); - } elseif (eregi($this->regex_objc_method_no_params, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_no_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current_category, $line, $captures, $this->GetProtectedKeywords($this->current_class), false, $deprecatedmods); - } elseif (eregi($this->regex_objc_method_partial, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_partial, $line, $captures)) { $method_fragment = $line; } @@ -3098,7 +3104,7 @@ class ObjectivePParser extends ObjectivePParserBase { // property has attributes if (count($parts) == 5) { - $property["parameters"] = explode(",", $parts[1]); + $property["parameters"] = preg_split("/\s*,\s*/", $parts[1]); $attributes = $parts[1]; $type = $parts[2]; $pointertype = $parts[3]; @@ -3317,26 +3323,26 @@ class ObjectivePParser extends ObjectivePParserBase { if ($method_fragment) $method_fragment .= " ".trim($line, " "); // found method fragment termination - if (($method_fragment) && (eregi($this->regex_objc_method_terminate, $line))) { + if (($method_fragment) && (preg_match($this->pregex_objc_method_terminate, $line))) { $line = $method_fragment; $method_fragment = null; } // found method - if (eregi($this->regex_objc_method_params, $line, $captures)) { + if (preg_match($this->pregex_objc_method_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current, $line, $captures, $this->GetProtectedKeywords($this->current_class), true, $deprecatedmods); if ($this->AddMethodToClass($method, $this->dump[$file_name]["classes"][$current])) { //if ($this->comment_terminated) $method["comment"] = $this->InsertCurrentComment(); $this->dump[$file_name]["classes"][$current]["methods"][] = $method; } - } elseif (eregi($this->regex_objc_method_no_params, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_no_params, $line, $captures)) { $method = $this->ConvertObjcMethodToPascal($current, $line, $captures, $this->GetProtectedKeywords($this->current_class), false, $deprecatedmods); if ($this->AddMethodToClass($method, $this->dump[$file_name]["classes"][$current])) { //if ($this->comment_terminated) $method["comment"] = $this->InsertCurrentComment(); $this->dump[$file_name]["classes"][$current]["methods"][] = $method; } - } elseif (eregi($this->regex_objc_method_partial, $line, $captures)) { + } elseif (preg_match($this->pregex_objc_method_partial, $line, $captures)) { $method_fragment = $line; } @@ -3554,6 +3560,8 @@ class ObjectivePParser extends ObjectivePParserBase { // remove external class macros $line = eregi_replace("^[A-Z0-9]+_EXTERN_CLASS[[:space:]]+", "", $line); + // remove version macro's (some can appear before a class) + $line = $this->RemoveVersionMacros($line, $dummy_deprecated_mods); // classes if (eregi($this->regex_objc_class, $line, $captures)) { diff --git a/packages/cocoaint/utils/source/objp_base.php b/packages/cocoaint/utils/source/objp_base.php index 4c0cdbb03d..3e6095fc0c 100644 --- a/packages/cocoaint/utils/source/objp_base.php +++ b/packages/cocoaint/utils/source/objp_base.php @@ -172,7 +172,8 @@ class ObjectivePParserBase { // Categories to ignore // NSURLLoading is deprecated in 10.4 and later, and causes problems // when parsing the iPhoneOS foundation - var $ignore_categories = array("NSURLLoading"); + var $ignore_categories = array("NSURLLoading", + ); // Methods to ignore var $ignore_methods = array( "observationInfo", @@ -224,28 +225,31 @@ class ObjectivePParserBase { ); // These macros are used to suggest which version of a framework the symbol is available in but removed to assist the parser - var $version_macros = array( "[[:space:]]*DEPRECATED_IN_.*_VERSION_[0-9]+_[0-9]+_AND_LATER[[:space:]]*", - "[[:space:]]*AVAILABLE_.*_VERSION_[0-9]+_[0-9]+_AND_LATER_BUT_DEPRECATED_IN_.*_VERSION_[0-9]+_[0-9]+[[:space:]]*", - "[[:space:]]*AVAILABLE_.*_VERSION_[0-9]+_[0-9]+_AND_LATER[[:space:]]*", - "[[:space:]]*AVAILABLE_.*_VERSION_[0-9]+_[0-9]+[[:space:]]*", + var $version_macros = array( "[[:space:]]*DEPRECATED_IN_[^(]*_VERSION_[0-9]+_[0-9]+_AND_LATER[[:space:]]*", + "[[:space:]]*AVAILABLE_[^(]*_VERSION_[0-9]+_[0-9]+_AND_LATER_BUT_DEPRECATED_IN_[^(]*_VERSION_[0-9]+_[0-9]+[[:space:]]*", + "[[:space:]]*AVAILABLE_[^(]*_VERSION_[0-9]+_[0-9]+_AND_LATER_BUT_DEPRECATED[[:space:]]*", + "[[:space:]]*AVAILABLE_[^(]*_VERSION_[0-9]+_[0-9]+_AND_LATER[[:space:]]*", + "[[:space:]]*AVAILABLE_[^(]*_VERSION_[0-9]+_[0-9]+[[:space:]]*", "[[:space:]]*.*_VERSION_MAX_ALLOWED[[:space:]]*", - "[[:space:]]__OSX_AVAILABLE.*\([^)]+\)", - "[[:space:]]*UIKIT_CLASS_AVAILABLE\(.*\)[[:space:]]*", - "[[:space:]]*__OSX_AVAILABLE_STARTING\(.*\)[[:space:]]*", + "[[:space:]]__OSX_AVAILABLE[^(]*\([^;)]+\)[[:space:]]*", + "[[:space:]]*UIKIT_CLASS_AVAILABLE\([^;]*\)[[:space:]]*", + "[[:space:]]*NS_AVAILABLE[^(]*\([^;]*\)[[:space:]]*", + "[[:space:]]*NS_DEPRECATED[^(]*\([^;]*\)[[:space:]]*", + "[[:space:]]WEBKIT_OBJC_METHOD_ANNOTATION\([^;]*\)[[:space:]]*", ); /** * COMMON REGULAR EXPRESIONS */ - var $regex_objc_method_params = "^(-|\+)[[:space:]]*\(([^)]*)\)[[:space:]]*([a-zA-Z0-9]+):(.*);"; - var $regex_objc_method_no_params = "^(-|\+)[[:space:]]*\(([^)]*)\)[[:space:]]*([a-zA-Z0-9]+);"; - var $regex_objc_method_partial = "^(-|\+)[[:space:]]*\(([^)]*)\)[[:space:]]*([a-zA-Z0-9]+):(.*)"; - var $regex_objc_method_terminate = "(.*);[[:space:]]*$"; + var $pregex_objc_method_params = "!^(-|\+)\s*\(([^)]*)\)\s*(\w+):([^;]*)\s*[^:;]*;!"; + var $pregex_objc_method_no_params = "!^(-|\+)\s*\(([^)]*)\)\s*(\w+)\s*[^:;]*;!"; + var $pregex_objc_method_partial = "!^(-|\+)\s*\(([^)]*)\)\s*(\w+):([^;]*)!"; + var $pregex_objc_method_terminate = "!([^;]*);\s*$!"; var $regex_objc_category = "^@interface ([a-zA-Z]+)[[:space:]]*\(([a-zA-Z]+)\)"; - var $regex_objc_class = "^@interface ([a-zA-Z]+)[[:space:]]*:[[:space:]]*([a-zA-Z]+)[[:space:]]*(<(.*)>)*"; + var $regex_objc_class = "^@interface ([a-zA-Z]+)[[:space:]]*:[[:space:]]*([a-zA-Z0-9_]+)[[:space:]]*(<(.*)>)*"; var $regex_objc_class_no_super = "^@interface ([a-zA-Z]+)[[:space:]]*<(.*)>[[:space:]]*"; - var $regex_objc_protocol = "^@protocol ([a-zA-Z]+)"; + var $regex_objc_protocol = "^@protocol ([a-zA-Z0-9_]+)"; var $regex_procedure_type = "^[[:space:]]*(void|IBAction)+[[:space:]]*$"; var $regex_scope_compiler_directive = "^\s*@(private|protected|public)(;*)+\s*$"; var $regex_objc_property_attributes = "^@property[[:space:]]*\(([^)]*)\)[[:space:]]*([a-zA-Z_0-9]+)[[:space:]]*(\*)*[[:space:]]*(.*);"; diff --git a/packages/cocoaint/utils/source/utilities.php b/packages/cocoaint/utils/source/utilities.php index 98599160c7..27560393b3 100644 --- a/packages/cocoaint/utils/source/utilities.php +++ b/packages/cocoaint/utils/source/utilities.php @@ -19,12 +19,16 @@ // converts "STR_XX_YY_ZZ" to "Str Xx Yy Zz" function DeprecatedMacroToDirective($str) { // AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_4 etc - if (preg_match("!DEPRECATED_(IN_.*VERSION_.*)_AND_LATER!", $str, $matches)) { + if (preg_match("!DEPRECATED_(IN_.*VERSION_[0-9]*(?:_[0-9]*)?)!", $str, $matches)) { $str = strtolower($matches[1]); // cleanup $str = preg_replace("!in_mac_os_x_version_!", "in Mac OS X ", $str); $str = preg_replace("!([0-9])_([0-9])!e", '\1.\2', $str); return " deprecated '" . $str . " and later'"; + // AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER_BUT_DEPRECATED + } elseif (preg_match("!MAC_OS_X_VERSION_([0-9]*(?:_[0-9]*)?)(?:_AND_LATER)?_BUT_DEPRECATED!", $str, $matches)) { + $str = preg_replace("!_!", ".", $matches[1]); + return " deprecated 'in Mac OS X " . $str . " and later'"; // NS_DEPRECATED(__MAC_10_1,__MAC_10_6,__IPHONE_NA,__IPHONE_NA), // __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_1,__MAC_10_6,__IPHONE_NA,__IPHONE_NA, // NS_DEPRECATED_IPHONE(__IPHONE_2_0,__IPHONE_2_0), diff --git a/packages/cocoaint/utils/uikit-skel/src/UndefinedTypes.inc b/packages/cocoaint/utils/uikit-skel/src/UndefinedTypes.inc index 4cc522cd38..63a338d573 100644 --- a/packages/cocoaint/utils/uikit-skel/src/UndefinedTypes.inc +++ b/packages/cocoaint/utils/uikit-skel/src/UndefinedTypes.inc @@ -65,5 +65,5 @@ type __NSAppleEventManagerSuspensionPtr = Pointer; { does not really exist, is in inactive part of ifdef } - NSURLHandleClientProtocol = objcprotocol - end; external; \ No newline at end of file + NSURLHandleClientProtocol = objcprotocol external + end; diff --git a/packages/cocoaint/utils/uikit-skel/src/iPhoneAll.pas b/packages/cocoaint/utils/uikit-skel/src/iPhoneAll.pas index e57e006eea..d9df481cc8 100644 --- a/packages/cocoaint/utils/uikit-skel/src/iPhoneAll.pas +++ b/packages/cocoaint/utils/uikit-skel/src/iPhoneAll.pas @@ -16,11 +16,13 @@ uses CGBase,CGAffineTransforms,CGBitmapContext,CGColor,CGColorSpace,CGContext,CGDataConsumer,CGDataProvider,CGDirectDisplay,CGDirectPalette,CGDisplayConfiguration,CGDisplayFades,CGErrors,CGEvent,CGEventSource,CGEventTypes,CGFont,CGFunction,CGGLContext,CGGeometry,CGImage,CGLayer,CGPDFArray,CGPDFContentStream,CGPDFContext,CGPDFDictionary,CGPDFDocument,CGPDFObject,CGPDFOperatorTable,CGPDFPage,CGPDFScanner,CGPDFStream,CGPDFString,CGPSConverter,CGPath,CGPattern,CGRemoteOperation,CGSession,CGShading,CGWindowLevels, MacTypes, AEDataModel, Icons, SecBase, SecTrust, AnonClassDefinitionsUikit; + +{ undefine to generate SDK 3.2 headers } +{$define IOS_SDK_4_2_OR_HIGHER} {$define INTERFACE} {$include UndefinedTypes.inc} -{$include uikit/AnonIncludeClassDefinitionsUikit.inc} {$define HEADER} {$include foundation/Foundation.inc} diff --git a/packages/cocoaint/utils/uikit-skel/src/uikit/UIKit.inc b/packages/cocoaint/utils/uikit-skel/src/uikit/UIKit.inc index a864c00342..f4d048e343 100644 --- a/packages/cocoaint/utils/uikit-skel/src/uikit/UIKit.inc +++ b/packages/cocoaint/utils/uikit-skel/src/uikit/UIKit.inc @@ -74,3 +74,8 @@ {$include UIVideoEditorController.inc} {$include UIWebView.inc} {$include UIWindow.inc} + +{$ifdef IOS_SDK_4_2_OR_HIGHER} +{$include UIActionSheet.inc} +{$include UILocalNotification.inc} +{$endif} \ No newline at end of file