cocoa 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +1 -0
- data/VERSION +1 -1
- data/cocoa.gemspec +11 -5
- data/examples/table_view.rb +72 -0
- data/lib/cocoa/bindings/CAConstraint.rb +2 -2
- data/lib/cocoa/bindings/CALayer.rb +6 -6
- data/lib/cocoa/bindings/CAMediaTimingFunction.rb +1 -1
- data/lib/cocoa/bindings/CAOpenGLLayer.rb +2 -2
- data/lib/cocoa/bindings/CARenderer.rb +2 -2
- data/lib/cocoa/bindings/CATransaction.rb +1 -1
- data/lib/cocoa/bindings/CIImage.rb +2 -2
- data/lib/cocoa/bindings/NSATSTypesetter.rb +21 -21
- data/lib/cocoa/bindings/NSAffineTransform.rb +2 -2
- data/lib/cocoa/bindings/NSAlert.rb +2 -2
- data/lib/cocoa/bindings/NSAnimation.rb +3 -3
- data/lib/cocoa/bindings/NSAnimationContext.rb +1 -1
- data/lib/cocoa/bindings/NSAppleEventDescriptor.rb +8 -8
- data/lib/cocoa/bindings/NSAppleEventManager.rb +3 -3
- data/lib/cocoa/bindings/NSAppleScript.rb +2 -2
- data/lib/cocoa/bindings/NSApplication.rb +19 -19
- data/lib/cocoa/bindings/NSArchiver.rb +3 -3
- data/lib/cocoa/bindings/NSArray.rb +21 -21
- data/lib/cocoa/bindings/NSArrayController.rb +2 -2
- data/lib/cocoa/bindings/NSAssertionHandler.rb +2 -2
- data/lib/cocoa/bindings/NSAttributedString.rb +29 -29
- data/lib/cocoa/bindings/NSBezierPath.rb +15 -15
- data/lib/cocoa/bindings/NSBitmapImageRep.rb +16 -16
- data/lib/cocoa/bindings/NSBrowser.rb +16 -16
- data/lib/cocoa/bindings/NSBundle.rb +14 -14
- data/lib/cocoa/bindings/NSButton.rb +2 -2
- data/lib/cocoa/bindings/NSButtonCell.rb +6 -6
- data/lib/cocoa/bindings/NSByteCountFormatter.rb +1 -1
- data/lib/cocoa/bindings/NSCache.rb +1 -1
- data/lib/cocoa/bindings/NSCachedImageRep.rb +2 -2
- data/lib/cocoa/bindings/NSCachedURLResponse.rb +1 -1
- data/lib/cocoa/bindings/NSCalendar.rb +4 -4
- data/lib/cocoa/bindings/NSCalendarDate.rb +7 -7
- data/lib/cocoa/bindings/NSCell.rb +21 -21
- data/lib/cocoa/bindings/NSClassDescription.rb +1 -1
- data/lib/cocoa/bindings/NSCoder.rb +20 -20
- data/lib/cocoa/bindings/NSCollectionView.rb +3 -3
- data/lib/cocoa/bindings/NSColor.rb +17 -17
- data/lib/cocoa/bindings/NSColorList.rb +3 -3
- data/lib/cocoa/bindings/NSColorPanel.rb +1 -1
- data/lib/cocoa/bindings/NSColorPicker.rb +2 -2
- data/lib/cocoa/bindings/NSComboBox.rb +1 -1
- data/lib/cocoa/bindings/NSComboBoxCell.rb +1 -1
- data/lib/cocoa/bindings/NSComparisonPredicate.rb +2 -2
- data/lib/cocoa/bindings/NSCompoundPredicate.rb +1 -1
- data/lib/cocoa/bindings/NSConditionLock.rb +1 -1
- data/lib/cocoa/bindings/NSConnection.rb +6 -6
- data/lib/cocoa/bindings/NSControl.rb +2 -2
- data/lib/cocoa/bindings/NSController.rb +1 -1
- data/lib/cocoa/bindings/NSCursor.rb +1 -1
- data/lib/cocoa/bindings/NSCustomImageRep.rb +2 -2
- data/lib/cocoa/bindings/NSData.rb +12 -12
- data/lib/cocoa/bindings/NSDataDetector.rb +2 -2
- data/lib/cocoa/bindings/NSDate.rb +5 -5
- data/lib/cocoa/bindings/NSDateFormatter.rb +4 -4
- data/lib/cocoa/bindings/NSDecimalNumber.rb +10 -10
- data/lib/cocoa/bindings/NSDecimalNumberHandler.rb +2 -2
- data/lib/cocoa/bindings/NSDictionary.rb +12 -12
- data/lib/cocoa/bindings/NSDistantObject.rb +4 -4
- data/lib/cocoa/bindings/NSDistributedNotificationCenter.rb +3 -3
- data/lib/cocoa/bindings/NSDocument.rb +41 -41
- data/lib/cocoa/bindings/NSDocumentController.rb +16 -16
- data/lib/cocoa/bindings/NSDraggingItem.rb +1 -1
- data/lib/cocoa/bindings/NSDraggingSession.rb +1 -1
- data/lib/cocoa/bindings/NSDrawer.rb +1 -1
- data/lib/cocoa/bindings/NSError.rb +2 -2
- data/lib/cocoa/bindings/NSEvent.rb +9 -9
- data/lib/cocoa/bindings/NSException.rb +3 -3
- data/lib/cocoa/bindings/NSExpression.rb +8 -8
- data/lib/cocoa/bindings/NSFileCoordinator.rb +4 -4
- data/lib/cocoa/bindings/NSFileHandle.rb +4 -4
- data/lib/cocoa/bindings/NSFileManager.rb +39 -39
- data/lib/cocoa/bindings/NSFileVersion.rb +4 -4
- data/lib/cocoa/bindings/NSFileWrapper.rb +6 -6
- data/lib/cocoa/bindings/NSFont.rb +4 -4
- data/lib/cocoa/bindings/NSFontCollection.rb +5 -5
- data/lib/cocoa/bindings/NSFontDescriptor.rb +1 -1
- data/lib/cocoa/bindings/NSFontManager.rb +10 -10
- data/lib/cocoa/bindings/NSFontPanel.rb +1 -1
- data/lib/cocoa/bindings/NSForm.rb +1 -1
- data/lib/cocoa/bindings/NSFormatter.rb +3 -3
- data/lib/cocoa/bindings/NSGlyphGenerator.rb +1 -1
- data/lib/cocoa/bindings/NSGlyphInfo.rb +3 -3
- data/lib/cocoa/bindings/NSGradient.rb +7 -7
- data/lib/cocoa/bindings/NSGraphicsContext.rb +1 -1
- data/lib/cocoa/bindings/NSHTTPCookie.rb +1 -1
- data/lib/cocoa/bindings/NSHTTPCookieStorage.rb +1 -1
- data/lib/cocoa/bindings/NSHTTPURLResponse.rb +1 -1
- data/lib/cocoa/bindings/NSHashTable.rb +2 -2
- data/lib/cocoa/bindings/NSHelpManager.rb +4 -4
- data/lib/cocoa/bindings/NSImage.rb +11 -11
- data/lib/cocoa/bindings/NSImageRep.rb +2 -2
- data/lib/cocoa/bindings/NSIndexPath.rb +2 -2
- data/lib/cocoa/bindings/NSIndexSet.rb +9 -9
- data/lib/cocoa/bindings/NSIndexSpecifier.rb +1 -1
- data/lib/cocoa/bindings/NSInputManager.rb +2 -2
- data/lib/cocoa/bindings/NSInputServer.rb +1 -1
- data/lib/cocoa/bindings/NSInputStream.rb +2 -2
- data/lib/cocoa/bindings/NSInvocation.rb +2 -2
- data/lib/cocoa/bindings/NSInvocationOperation.rb +1 -1
- data/lib/cocoa/bindings/NSJSONSerialization.rb +4 -4
- data/lib/cocoa/bindings/NSKeyedArchiver.rb +12 -12
- data/lib/cocoa/bindings/NSKeyedUnarchiver.rb +3 -3
- data/lib/cocoa/bindings/NSLayoutConstraint.rb +2 -2
- data/lib/cocoa/bindings/NSLayoutManager.rb +59 -59
- data/lib/cocoa/bindings/NSLinguisticTagger.rb +8 -8
- data/lib/cocoa/bindings/NSLocale.rb +1 -1
- data/lib/cocoa/bindings/NSMachBootstrapServer.rb +2 -2
- data/lib/cocoa/bindings/NSMachPort.rb +4 -4
- data/lib/cocoa/bindings/NSMapTable.rb +4 -4
- data/lib/cocoa/bindings/NSMatrix.rb +20 -20
- data/lib/cocoa/bindings/NSMenu.rb +7 -7
- data/lib/cocoa/bindings/NSMenuItem.rb +1 -1
- data/lib/cocoa/bindings/NSMenuItemCell.rb +6 -6
- data/lib/cocoa/bindings/NSMessagePortNameServer.rb +1 -1
- data/lib/cocoa/bindings/NSMetadataQuery.rb +1 -1
- data/lib/cocoa/bindings/NSMutableArray.rb +12 -12
- data/lib/cocoa/bindings/NSMutableAttributedString.rb +11 -11
- data/lib/cocoa/bindings/NSMutableData.rb +2 -2
- data/lib/cocoa/bindings/NSMutableDictionary.rb +2 -2
- data/lib/cocoa/bindings/NSMutableIndexSet.rb +1 -1
- data/lib/cocoa/bindings/NSMutableOrderedSet.rb +11 -11
- data/lib/cocoa/bindings/NSMutableString.rb +3 -3
- data/lib/cocoa/bindings/NSMutableURLRequest.rb +2 -2
- data/lib/cocoa/bindings/NSNameSpecifier.rb +1 -1
- data/lib/cocoa/bindings/NSNetService.rb +4 -4
- data/lib/cocoa/bindings/NSNetServiceBrowser.rb +3 -3
- data/lib/cocoa/bindings/NSNib.rb +4 -4
- data/lib/cocoa/bindings/NSNibConnector.rb +1 -1
- data/lib/cocoa/bindings/NSNotification.rb +1 -1
- data/lib/cocoa/bindings/NSNotificationCenter.rb +4 -4
- data/lib/cocoa/bindings/NSNotificationQueue.rb +2 -2
- data/lib/cocoa/bindings/NSNumberFormatter.rb +2 -2
- data/lib/cocoa/bindings/NSObject.rb +142 -142
- data/lib/cocoa/bindings/NSObjectController.rb +1 -1
- data/lib/cocoa/bindings/NSOpenGLContext.rb +8 -8
- data/lib/cocoa/bindings/NSOpenGLLayer.rb +2 -2
- data/lib/cocoa/bindings/NSOpenGLPixelBuffer.rb +1 -1
- data/lib/cocoa/bindings/NSOpenGLPixelFormat.rb +1 -1
- data/lib/cocoa/bindings/NSOpenGLView.rb +1 -1
- data/lib/cocoa/bindings/NSOpenPanel.rb +3 -3
- data/lib/cocoa/bindings/NSOperationQueue.rb +1 -1
- data/lib/cocoa/bindings/NSOrderedSet.rb +21 -21
- data/lib/cocoa/bindings/NSOrthography.rb +2 -2
- data/lib/cocoa/bindings/NSOutlineView.rb +7 -7
- data/lib/cocoa/bindings/NSOutputStream.rb +7 -7
- data/lib/cocoa/bindings/NSPageLayout.rb +1 -1
- data/lib/cocoa/bindings/NSPasteboard.rb +9 -9
- data/lib/cocoa/bindings/NSPasteboardItem.rb +4 -4
- data/lib/cocoa/bindings/NSPathCell.rb +4 -4
- data/lib/cocoa/bindings/NSPathControl.rb +1 -1
- data/lib/cocoa/bindings/NSPersistentDocument.rb +4 -4
- data/lib/cocoa/bindings/NSPointerArray.rb +2 -2
- data/lib/cocoa/bindings/NSPopUpButton.rb +3 -3
- data/lib/cocoa/bindings/NSPopUpButtonCell.rb +5 -5
- data/lib/cocoa/bindings/NSPopover.rb +1 -1
- data/lib/cocoa/bindings/NSPort.rb +5 -5
- data/lib/cocoa/bindings/NSPortCoder.rb +2 -2
- data/lib/cocoa/bindings/NSPortMessage.rb +1 -1
- data/lib/cocoa/bindings/NSPortNameServer.rb +2 -2
- data/lib/cocoa/bindings/NSPositionalSpecifier.rb +1 -1
- data/lib/cocoa/bindings/NSPredicate.rb +2 -2
- data/lib/cocoa/bindings/NSPredicateEditorRowTemplate.rb +2 -2
- data/lib/cocoa/bindings/NSPrintOperation.rb +4 -4
- data/lib/cocoa/bindings/NSPrintPanel.rb +1 -1
- data/lib/cocoa/bindings/NSPrinter.rb +9 -9
- data/lib/cocoa/bindings/NSPropertyListSerialization.rb +7 -7
- data/lib/cocoa/bindings/NSProtocolChecker.rb +2 -2
- data/lib/cocoa/bindings/NSRangeSpecifier.rb +1 -1
- data/lib/cocoa/bindings/NSRegularExpression.rb +10 -10
- data/lib/cocoa/bindings/NSRelativeSpecifier.rb +1 -1
- data/lib/cocoa/bindings/NSResponder.rb +5 -5
- data/lib/cocoa/bindings/NSRuleEditor.rb +4 -4
- data/lib/cocoa/bindings/NSRulerMarker.rb +2 -2
- data/lib/cocoa/bindings/NSRulerView.rb +4 -4
- data/lib/cocoa/bindings/NSRunLoop.rb +7 -7
- data/lib/cocoa/bindings/NSSavePanel.rb +3 -3
- data/lib/cocoa/bindings/NSScanner.rb +4 -4
- data/lib/cocoa/bindings/NSScreen.rb +1 -1
- data/lib/cocoa/bindings/NSScriptClassDescription.rb +1 -1
- data/lib/cocoa/bindings/NSScriptCoercionHandler.rb +2 -2
- data/lib/cocoa/bindings/NSScriptCommandDescription.rb +1 -1
- data/lib/cocoa/bindings/NSScriptObjectSpecifier.rb +3 -3
- data/lib/cocoa/bindings/NSScriptSuiteRegistry.rb +2 -2
- data/lib/cocoa/bindings/NSScrollView.rb +3 -3
- data/lib/cocoa/bindings/NSScroller.rb +4 -4
- data/lib/cocoa/bindings/NSSegmentedCell.rb +10 -10
- data/lib/cocoa/bindings/NSSegmentedControl.rb +7 -7
- data/lib/cocoa/bindings/NSSet.rb +9 -9
- data/lib/cocoa/bindings/NSSharingService.rb +1 -1
- data/lib/cocoa/bindings/NSSharingServicePicker.rb +1 -1
- data/lib/cocoa/bindings/NSSliderCell.rb +1 -1
- data/lib/cocoa/bindings/NSSocketPort.rb +3 -3
- data/lib/cocoa/bindings/NSSocketPortNameServer.rb +2 -2
- data/lib/cocoa/bindings/NSSortDescriptor.rb +3 -3
- data/lib/cocoa/bindings/NSSound.rb +2 -2
- data/lib/cocoa/bindings/NSSpecifierTest.rb +1 -1
- data/lib/cocoa/bindings/NSSpeechSynthesizer.rb +3 -3
- data/lib/cocoa/bindings/NSSpellChecker.rb +15 -15
- data/lib/cocoa/bindings/NSSpellServer.rb +2 -2
- data/lib/cocoa/bindings/NSSplitView.rb +2 -2
- data/lib/cocoa/bindings/NSStatusItem.rb +1 -1
- data/lib/cocoa/bindings/NSStream.rb +4 -4
- data/lib/cocoa/bindings/NSString.rb +39 -39
- data/lib/cocoa/bindings/NSTabView.rb +1 -1
- data/lib/cocoa/bindings/NSTabViewItem.rb +1 -1
- data/lib/cocoa/bindings/NSTableHeaderCell.rb +1 -1
- data/lib/cocoa/bindings/NSTableView.rb +25 -25
- data/lib/cocoa/bindings/NSTask.rb +1 -1
- data/lib/cocoa/bindings/NSText.rb +4 -4
- data/lib/cocoa/bindings/NSTextAlternatives.rb +1 -1
- data/lib/cocoa/bindings/NSTextBlock.rb +9 -9
- data/lib/cocoa/bindings/NSTextCheckingResult.rb +12 -12
- data/lib/cocoa/bindings/NSTextContainer.rb +1 -1
- data/lib/cocoa/bindings/NSTextList.rb +1 -1
- data/lib/cocoa/bindings/NSTextStorage.rb +1 -1
- data/lib/cocoa/bindings/NSTextTab.rb +2 -2
- data/lib/cocoa/bindings/NSTextTable.rb +3 -3
- data/lib/cocoa/bindings/NSTextTableBlock.rb +1 -1
- data/lib/cocoa/bindings/NSTextView.rb +27 -27
- data/lib/cocoa/bindings/NSThread.rb +2 -2
- data/lib/cocoa/bindings/NSTimeZone.rb +3 -3
- data/lib/cocoa/bindings/NSTimer.rb +3 -3
- data/lib/cocoa/bindings/NSToolbar.rb +1 -1
- data/lib/cocoa/bindings/NSTrackingArea.rb +1 -1
- data/lib/cocoa/bindings/NSTreeController.rb +4 -4
- data/lib/cocoa/bindings/NSTreeNode.rb +1 -1
- data/lib/cocoa/bindings/NSTypesetter.rb +24 -24
- data/lib/cocoa/bindings/NSURL.rb +18 -18
- data/lib/cocoa/bindings/NSURLAuthenticationChallenge.rb +2 -2
- data/lib/cocoa/bindings/NSURLCache.rb +2 -2
- data/lib/cocoa/bindings/NSURLConnection.rb +6 -6
- data/lib/cocoa/bindings/NSURLCredential.rb +4 -4
- data/lib/cocoa/bindings/NSURLCredentialStorage.rb +3 -3
- data/lib/cocoa/bindings/NSURLDownload.rb +3 -3
- data/lib/cocoa/bindings/NSURLHandle.rb +3 -3
- data/lib/cocoa/bindings/NSURLProtectionSpace.rb +2 -2
- data/lib/cocoa/bindings/NSURLProtocol.rb +5 -5
- data/lib/cocoa/bindings/NSURLRequest.rb +2 -2
- data/lib/cocoa/bindings/NSURLResponse.rb +1 -1
- data/lib/cocoa/bindings/NSUbiquitousKeyValueStore.rb +8 -8
- data/lib/cocoa/bindings/NSUnarchiver.rb +3 -3
- data/lib/cocoa/bindings/NSUndoManager.rb +1 -1
- data/lib/cocoa/bindings/NSUniqueIDSpecifier.rb +1 -1
- data/lib/cocoa/bindings/NSUserAppleScriptTask.rb +1 -1
- data/lib/cocoa/bindings/NSUserAutomatorTask.rb +1 -1
- data/lib/cocoa/bindings/NSUserDefaults.rb +9 -9
- data/lib/cocoa/bindings/NSUserDefaultsController.rb +1 -1
- data/lib/cocoa/bindings/NSUserScriptTask.rb +1 -1
- data/lib/cocoa/bindings/NSUserUnixTask.rb +1 -1
- data/lib/cocoa/bindings/NSValue.rb +3 -3
- data/lib/cocoa/bindings/NSValueTransformer.rb +1 -1
- data/lib/cocoa/bindings/NSView.rb +34 -34
- data/lib/cocoa/bindings/NSViewController.rb +2 -2
- data/lib/cocoa/bindings/NSWhoseSpecifier.rb +1 -1
- data/lib/cocoa/bindings/NSWindow.rb +22 -22
- data/lib/cocoa/bindings/NSWindowController.rb +2 -2
- data/lib/cocoa/bindings/NSWorkspace.rb +18 -18
- data/lib/cocoa/bindings/NSXMLDTD.rb +6 -6
- data/lib/cocoa/bindings/NSXMLDocument.rb +9 -9
- data/lib/cocoa/bindings/NSXMLElement.rb +7 -7
- data/lib/cocoa/bindings/NSXMLNode.rb +8 -8
- data/lib/cocoa/bindings/NSXPCConnection.rb +1 -1
- data/lib/cocoa/bindings/NSXPCInterface.rb +4 -4
- data/lib/cocoa/extensions.rb +7 -4
- data/lib/cocoa/helpers.rb +99 -179
- data/lib/cocoa/objc.rb +63 -217
- data/lib/cocoa/objc/method_def.rb +314 -0
- data/lib/cocoa/structs/NSRange.rb +3 -0
- data/lib/cocoa/structs/NSRect.rb +3 -0
- data/spec/cocoa/cocoa_spec.rb +99 -0
- data/spec/spec_helper.rb +1 -0
- data/tasks/generate.rake +6 -4
- metadata +37 -37
|
@@ -4,12 +4,12 @@ module Cocoa
|
|
|
4
4
|
class NSNetServiceBrowser < Cocoa::NSObject
|
|
5
5
|
attach_method :delegate, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
6
6
|
attach_method :init, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
7
|
-
attach_method :removeFromRunLoop, :args=>2, :names=>[
|
|
8
|
-
attach_method :scheduleInRunLoop, :args=>2, :names=>[
|
|
7
|
+
attach_method :removeFromRunLoop, :args=>2, :names=>[:forMode], :types=>["@", "@"], :retval=>"v"
|
|
8
|
+
attach_method :scheduleInRunLoop, :args=>2, :names=>[:forMode], :types=>["@", "@"], :retval=>"v"
|
|
9
9
|
attach_method :searchForAllDomains, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
10
10
|
attach_method :searchForBrowsableDomains, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
11
11
|
attach_method :searchForRegistrationDomains, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
12
|
-
attach_method :searchForServicesOfType, :args=>2, :names=>[
|
|
12
|
+
attach_method :searchForServicesOfType, :args=>2, :names=>[:inDomain], :types=>["@", "@"], :retval=>"v"
|
|
13
13
|
attach_method :setDelegate, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
14
14
|
attach_method :stop, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
15
15
|
end
|
data/lib/cocoa/bindings/NSNib.rb
CHANGED
|
@@ -3,10 +3,10 @@ require 'cocoa/bindings/NSObject'
|
|
|
3
3
|
module Cocoa
|
|
4
4
|
class NSNib < Cocoa::NSObject
|
|
5
5
|
attach_method :initWithContentsOfURL, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
6
|
-
attach_method :initWithNibData, :args=>2, :names=>[
|
|
7
|
-
attach_method :initWithNibNamed, :args=>2, :names=>[
|
|
6
|
+
attach_method :initWithNibData, :args=>2, :names=>[:bundle], :types=>["@", "@"], :retval=>"@"
|
|
7
|
+
attach_method :initWithNibNamed, :args=>2, :names=>[:bundle], :types=>["@", "@"], :retval=>"@"
|
|
8
8
|
attach_method :instantiateNibWithExternalNameTable, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
9
|
-
attach_method :instantiateNibWithOwner, :args=>2, :names=>[
|
|
10
|
-
attach_method :instantiateWithOwner, :args=>2, :names=>[
|
|
9
|
+
attach_method :instantiateNibWithOwner, :args=>2, :names=>[:topLevelObjects], :types=>["@", "^@"], :retval=>"B"
|
|
10
|
+
attach_method :instantiateWithOwner, :args=>2, :names=>[:topLevelObjects], :types=>["@", "^@"], :retval=>"B"
|
|
11
11
|
end
|
|
12
12
|
end
|
|
@@ -5,7 +5,7 @@ module Cocoa
|
|
|
5
5
|
attach_method :destination, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
6
6
|
attach_method :establishConnection, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
7
7
|
attach_method :label, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
8
|
-
attach_method :replaceObject, :args=>2, :names=>[
|
|
8
|
+
attach_method :replaceObject, :args=>2, :names=>[:withObject], :types=>["@", "@"], :retval=>"v"
|
|
9
9
|
attach_method :setDestination, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
10
10
|
attach_method :setLabel, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
11
11
|
attach_method :setSource, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -3,7 +3,7 @@ require 'cocoa/bindings/NSObject'
|
|
|
3
3
|
module Cocoa
|
|
4
4
|
class NSNotification < Cocoa::NSObject
|
|
5
5
|
attach_method :name, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
6
|
-
attach_singular_method :notificationWithName, [{:args=>2, :names=>[
|
|
6
|
+
attach_singular_method :notificationWithName, [{:args=>2, :names=>[:object], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:object, :userInfo], :types=>["@", "@", "@"], :retval=>"@"}]
|
|
7
7
|
attach_method :object, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
8
8
|
attach_method :userInfo, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
9
9
|
end
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
require 'cocoa/bindings/NSObject'
|
|
3
3
|
module Cocoa
|
|
4
4
|
class NSNotificationCenter < Cocoa::NSObject
|
|
5
|
-
attach_method :addObserver, :args=>4, :names=>[
|
|
6
|
-
attach_method :addObserverForName, :args=>4, :names=>[
|
|
5
|
+
attach_method :addObserver, :args=>4, :names=>[:selector, :name, :object], :types=>["@", ":", "@", "@"], :retval=>"v"
|
|
6
|
+
attach_method :addObserverForName, :args=>4, :names=>[:object, :queue, :usingBlock], :types=>["@", "@", "@", "@?"], :retval=>"@"
|
|
7
7
|
attach_singular_method :defaultCenter, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
8
8
|
attach_method :postNotification, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
9
|
-
attach_method :postNotificationName, [{:args=>2, :names=>[
|
|
10
|
-
attach_method :removeObserver, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>3, :names=>[
|
|
9
|
+
attach_method :postNotificationName, [{:args=>2, :names=>[:object], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:object, :userInfo], :types=>["@", "@", "@"], :retval=>"v"}]
|
|
10
|
+
attach_method :removeObserver, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>3, :names=>[:name, :object], :types=>["@", "@", "@"], :retval=>"v"}]
|
|
11
11
|
end
|
|
12
12
|
end
|
|
@@ -3,8 +3,8 @@ require 'cocoa/bindings/NSObject'
|
|
|
3
3
|
module Cocoa
|
|
4
4
|
class NSNotificationQueue < Cocoa::NSObject
|
|
5
5
|
attach_singular_method :defaultQueue, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
6
|
-
attach_method :dequeueNotificationsMatching, :args=>2, :names=>[
|
|
7
|
-
attach_method :enqueueNotification, [{:args=>2, :names=>[
|
|
6
|
+
attach_method :dequeueNotificationsMatching, :args=>2, :names=>[:coalesceMask], :types=>["@", "Q"], :retval=>"v"
|
|
7
|
+
attach_method :enqueueNotification, [{:args=>2, :names=>[:postingStyle], :types=>["@", "Q"], :retval=>"v"}, {:args=>4, :names=>[:postingStyle, :coalesceMask, :forModes], :types=>["@", "Q", "Q", "@"], :retval=>"v"}]
|
|
8
8
|
attach_method :initWithNotificationCenter, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
9
9
|
end
|
|
10
10
|
end
|
|
@@ -18,7 +18,7 @@ module Cocoa
|
|
|
18
18
|
attach_method :formatWidth, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
19
19
|
attach_method :formatterBehavior, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
20
20
|
attach_method :generatesDecimalNumbers, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
21
|
-
attach_method :getObjectValue, :args=>4, :names=>[
|
|
21
|
+
attach_method :getObjectValue, :args=>4, :names=>[:forString, :range, :error], :types=>["^@", "@", "^{_NSRange=QQ}", "^@"], :retval=>"B"
|
|
22
22
|
attach_method :groupingSeparator, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
23
23
|
attach_method :groupingSize, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
24
24
|
attach_method :hasThousandSeparators, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
@@ -26,7 +26,7 @@ module Cocoa
|
|
|
26
26
|
attach_method :isLenient, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
27
27
|
attach_method :isPartialStringValidationEnabled, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
28
28
|
attach_method :locale, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
29
|
-
attach_singular_method :localizedStringFromNumber, :args=>2, :names=>[
|
|
29
|
+
attach_singular_method :localizedStringFromNumber, :args=>2, :names=>[:numberStyle], :types=>["@", "Q"], :retval=>"@"
|
|
30
30
|
attach_method :localizesFormat, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
31
31
|
attach_method :maximum, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
32
32
|
attach_method :maximumFractionDigits, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
module Cocoa
|
|
3
3
|
class NSObject
|
|
4
4
|
include Cocoa
|
|
5
|
-
attach_method :URL, [{:args=>2, :names=>[
|
|
6
|
-
attach_method :URLHandle, [{:args=>2, :names=>[
|
|
5
|
+
attach_method :URL, [{:args=>2, :names=>[:resourceDataDidBecomeAvailable], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:resourceDidFailLoadingWithReason], :types=>["@", "@"], :retval=>"v"}]
|
|
6
|
+
attach_method :URLHandle, [{:args=>2, :names=>[:resourceDataDidBecomeAvailable], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:resourceDidFailLoadingWithReason], :types=>["@", "@"], :retval=>"v"}]
|
|
7
7
|
attach_method :URLHandleResourceDidBeginLoading, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
8
8
|
attach_method :URLHandleResourceDidCancelLoading, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
9
9
|
attach_method :URLHandleResourceDidFinishLoading, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
10
|
-
attach_method :URLProtocol, [{:args=>2, :names=>[
|
|
10
|
+
attach_method :URLProtocol, [{:args=>2, :names=>[:cachedResponseIsValid], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didCancelAuthenticationChallenge], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didFailWithError], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didLoadData], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didReceiveAuthenticationChallenge], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:didReceiveResponse, :cacheStoragePolicy], :types=>["@", "@", "Q"], :retval=>"v"}, {:args=>3, :names=>[:wasRedirectedToRequest, :redirectResponse], :types=>["@", "@", "@"], :retval=>"v"}]
|
|
11
11
|
attach_method :URLProtocolDidFinishLoading, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
12
12
|
attach_method :URLResourceDidCancelLoading, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
13
13
|
attach_method :URLResourceDidFinishLoading, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -15,9 +15,9 @@ module Cocoa
|
|
|
15
15
|
attach_method :accessibilityActionDescription, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
16
16
|
attach_method :accessibilityActionNames, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
17
17
|
attach_method :accessibilityArrayAttributeCount, :args=>1, :names=>[], :types=>["@"], :retval=>"Q"
|
|
18
|
-
attach_method :accessibilityArrayAttributeValues, :args=>3, :names=>[
|
|
18
|
+
attach_method :accessibilityArrayAttributeValues, :args=>3, :names=>[:index, :maxCount], :types=>["@", "Q", "Q"], :retval=>"@"
|
|
19
19
|
attach_method :accessibilityAttributeNames, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
20
|
-
attach_method :accessibilityAttributeValue, [{:args=>1, :names=>[], :types=>["@"], :retval=>"@"}, {:args=>2, :names=>[
|
|
20
|
+
attach_method :accessibilityAttributeValue, [{:args=>1, :names=>[], :types=>["@"], :retval=>"@"}, {:args=>2, :names=>[:forParameter], :types=>["@", "@"], :retval=>"@"}]
|
|
21
21
|
attach_method :accessibilityFocusedUIElement, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
22
22
|
attach_method :accessibilityHitTest, :args=>1, :names=>[], :types=>["{CGPoint=dd}"], :retval=>"@"
|
|
23
23
|
attach_method :accessibilityIndexOfChild, :args=>1, :names=>[], :types=>["@"], :retval=>"Q"
|
|
@@ -25,30 +25,30 @@ module Cocoa
|
|
|
25
25
|
attach_method :accessibilityIsIgnored, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
26
26
|
attach_method :accessibilityParameterizedAttributeNames, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
27
27
|
attach_method :accessibilityPerformAction, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
28
|
-
attach_method :accessibilitySetOverrideValue, :args=>2, :names=>[
|
|
29
|
-
attach_method :accessibilitySetValue, :args=>2, :names=>[
|
|
28
|
+
attach_method :accessibilitySetOverrideValue, :args=>2, :names=>[:forAttribute], :types=>["@", "@"], :retval=>"B"
|
|
29
|
+
attach_method :accessibilitySetValue, :args=>2, :names=>[:forAttribute], :types=>["@", "@"], :retval=>"v"
|
|
30
30
|
attach_method :accommodatePresentedItemDeletionWithCompletionHandler, :args=>1, :names=>[], :types=>["@?"], :retval=>"v"
|
|
31
|
-
attach_method :accommodatePresentedSubitemDeletionAtURL, :args=>2, :names=>[
|
|
31
|
+
attach_method :accommodatePresentedSubitemDeletionAtURL, :args=>2, :names=>[:completionHandler], :types=>["@", "@?"], :retval=>"v"
|
|
32
32
|
attach_method :action, :args=>0, :names=>[], :types=>[], :retval=>":"
|
|
33
|
-
attach_method :actionForLayer, :args=>2, :names=>[
|
|
34
|
-
attach_method :activeConversationChanged, :args=>2, :names=>[
|
|
35
|
-
attach_method :activeConversationWillChange, :args=>2, :names=>[
|
|
36
|
-
attach_method :addObserver, :args=>4, :names=>[
|
|
33
|
+
attach_method :actionForLayer, :args=>2, :names=>[:forKey], :types=>["@", "@"], :retval=>"@"
|
|
34
|
+
attach_method :activeConversationChanged, :args=>2, :names=>[:toNewConversation], :types=>["@", "q"], :retval=>"v"
|
|
35
|
+
attach_method :activeConversationWillChange, :args=>2, :names=>[:fromOldConversation], :types=>["@", "q"], :retval=>"v"
|
|
36
|
+
attach_method :addObserver, :args=>4, :names=>[:forKeyPath, :options, :context], :types=>["@", "@", "Q", "^v"], :retval=>"v"
|
|
37
37
|
attach_method :alertShowHelp, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
38
38
|
attach_singular_method :alloc, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
39
39
|
attach_singular_method :allocWithZone, :args=>1, :names=>[], :types=>["^{_NSZone=}"], :retval=>"@"
|
|
40
40
|
attach_method :allowsMultipleSelection, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
41
41
|
attach_method :alphaControlAddedOrRemoved, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
42
42
|
attach_method :animatesToDestination, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
43
|
-
attach_method :animation, [{:args=>2, :names=>[
|
|
43
|
+
attach_method :animation, [{:args=>2, :names=>[:didReachProgressMark], :types=>["@", "f"], :retval=>"v"}, {:args=>2, :names=>[:valueForProgress], :types=>["@", "f"], :retval=>"f"}]
|
|
44
44
|
attach_method :animationDidEnd, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
45
45
|
attach_method :animationDidStart, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
46
|
-
attach_method :animationDidStop, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>2, :names=>[
|
|
46
|
+
attach_method :animationDidStop, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>2, :names=>[:finished], :types=>["@", "B"], :retval=>"v"}]
|
|
47
47
|
attach_method :animationForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
48
48
|
attach_method :animationShouldStart, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
49
49
|
attach_method :animations, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
50
50
|
attach_method :animator, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
51
|
-
attach_method :application, [{:args=>2, :names=>[
|
|
51
|
+
attach_method :application, [{:args=>2, :names=>[:delegateHandlesKey], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:didDecodeRestorableState], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didFailToRegisterForRemoteNotificationsWithError], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didReceiveRemoteNotification], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didRegisterForRemoteNotificationsWithDeviceToken], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:openFile], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:openFileWithoutUI], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:openFiles], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:openTempFile], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:printFile], :types=>["@", "@"], :retval=>"B"}, {:args=>4, :names=>[:printFiles, :withSettings, :showPrintPanels], :types=>["@", "@", "@", "B"], :retval=>"Q"}, {:args=>2, :names=>[:willEncodeRestorableState], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:willPresentError], :types=>["@", "@"], :retval=>"@"}]
|
|
52
52
|
attach_method :applicationDidBecomeActive, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
53
53
|
attach_method :applicationDidChangeScreenParameters, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
54
54
|
attach_method :applicationDidFinishLaunching, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -58,7 +58,7 @@ module Cocoa
|
|
|
58
58
|
attach_method :applicationDidUpdate, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
59
59
|
attach_method :applicationDockMenu, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
60
60
|
attach_method :applicationOpenUntitledFile, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
61
|
-
attach_method :applicationShouldHandleReopen, :args=>2, :names=>[
|
|
61
|
+
attach_method :applicationShouldHandleReopen, :args=>2, :names=>[:hasVisibleWindows], :types=>["@", "B"], :retval=>"B"
|
|
62
62
|
attach_method :applicationShouldOpenUntitledFile, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
63
63
|
attach_method :applicationShouldTerminate, :args=>1, :names=>[], :types=>["@"], :retval=>"Q"
|
|
64
64
|
attach_method :applicationShouldTerminateAfterLastWindowClosed, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
@@ -69,17 +69,17 @@ module Cocoa
|
|
|
69
69
|
attach_method :applicationWillTerminate, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
70
70
|
attach_method :applicationWillUnhide, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
71
71
|
attach_method :applicationWillUpdate, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
72
|
-
attach_method :archiver, [{:args=>2, :names=>[
|
|
72
|
+
attach_method :archiver, [{:args=>2, :names=>[:didEncodeObject], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:willEncodeObject], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:willReplaceObject, :withObject], :types=>["@", "@", "@"], :retval=>"v"}]
|
|
73
73
|
attach_method :archiverDidFinish, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
74
74
|
attach_method :archiverWillFinish, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
75
75
|
attach_method :attachColorList, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
76
76
|
attach_method :attachment, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
77
|
-
attach_method :attemptRecoveryFromError, [{:args=>2, :names=>[
|
|
77
|
+
attach_method :attemptRecoveryFromError, [{:args=>2, :names=>[:optionIndex], :types=>["@", "Q"], :retval=>"B"}, {:args=>5, :names=>[:optionIndex, :delegate, :didRecoverSelector, :contextInfo], :types=>["@", "Q", "@", ":", "^v"], :retval=>"v"}]
|
|
78
78
|
attach_method :attributeKeys, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
79
79
|
attach_method :attributedString, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
80
|
-
attach_method :attributedSubstringForProposedRange, :args=>2, :names=>[
|
|
80
|
+
attach_method :attributedSubstringForProposedRange, :args=>2, :names=>[:actualRange], :types=>["{_NSRange=QQ}", "^{_NSRange=QQ}"], :retval=>"@"
|
|
81
81
|
attach_method :attributedSubstringFromRange, :args=>1, :names=>[], :types=>["{_NSRange=QQ}"], :retval=>"@"
|
|
82
|
-
attach_method :authenticateComponents, :args=>2, :names=>[
|
|
82
|
+
attach_method :authenticateComponents, :args=>2, :names=>[:withData], :types=>["@", "@"], :retval=>"B"
|
|
83
83
|
attach_method :authenticationDataForComponents, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
84
84
|
attach_method :autoContentAccessingProxy, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
85
85
|
attach_singular_method :automaticallyNotifiesObserversForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
@@ -90,18 +90,18 @@ module Cocoa
|
|
|
90
90
|
attach_method :baselineDeltaForCharacterAtIndex, :args=>1, :names=>[], :types=>["Q"], :retval=>"d"
|
|
91
91
|
attach_method :beginContentAccess, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
92
92
|
attach_method :beginTime, :args=>0, :names=>[], :types=>[], :retval=>"d"
|
|
93
|
-
attach_method :bind, :args=>4, :names=>[
|
|
94
|
-
attach_method :browser, [{:args=>5, :names=>[
|
|
93
|
+
attach_method :bind, :args=>4, :names=>[:toObject, :withKeyPath, :options], :types=>["@", "@", "@", "@"], :retval=>"v"
|
|
94
|
+
attach_method :browser, [{:args=>5, :names=>[:acceptDrop, :atRow, :column, :dropOperation], :types=>["@", "@", "q", "q", "Q"], :retval=>"B"}, {:args=>4, :names=>[:canDragRowsWithIndexes, :inColumn, :withEvent], :types=>["@", "@", "q", "@"], :retval=>"B"}, {:args=>3, :names=>[:child, :ofItem], :types=>["@", "q", "@"], :retval=>"@"}, {:args=>3, :names=>[:createRowsForColumn, :inMatrix], :types=>["@", "q", "@"], :retval=>"v"}, {:args=>3, :names=>[:didChangeLastColumn, :toColumn], :types=>["@", "q", "q"], :retval=>"v"}, {:args=>5, :names=>[:draggingImageForRowsWithIndexes, :inColumn, :withEvent, :offset], :types=>["@", "@", "q", "@", "^{CGPoint=dd}"], :retval=>"@"}, {:args=>2, :names=>[:headerViewControllerForItem], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:heightOfRow, :inColumn], :types=>["@", "q", "q"], :retval=>"d"}, {:args=>2, :names=>[:isColumnValid], :types=>["@", "q"], :retval=>"B"}, {:args=>2, :names=>[:isLeafItem], :types=>["@", "@"], :retval=>"B"}, {:args=>4, :names=>[:namesOfPromisedFilesDroppedAtDestination, :forDraggedRowsWithIndexes, :inColumn], :types=>["@", "@", "@", "q"], :retval=>"@"}, {:args=>5, :names=>[:nextTypeSelectMatchFromRow, :toRow, :inColumn, :forString], :types=>["@", "q", "q", "q", "@"], :retval=>"q"}, {:args=>2, :names=>[:numberOfChildrenOfItem], :types=>["@", "@"], :retval=>"q"}, {:args=>2, :names=>[:numberOfRowsInColumn], :types=>["@", "q"], :retval=>"q"}, {:args=>2, :names=>[:objectValueForItem], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:previewViewControllerForLeafItem], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:selectCellWithString, :inColumn], :types=>["@", "@", "q"], :retval=>"B"}, {:args=>3, :names=>[:selectRow, :inColumn], :types=>["@", "q", "q"], :retval=>"B"}, {:args=>3, :names=>[:selectionIndexesForProposedSelection, :inColumn], :types=>["@", "@", "q"], :retval=>"@"}, {:args=>3, :names=>[:setObjectValue, :forItem], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:shouldEditItem], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldShowCellExpansionForRow, :column], :types=>["@", "q", "q"], :retval=>"B"}, {:args=>4, :names=>[:shouldSizeColumn, :forUserResize, :toWidth], :types=>["@", "q", "B", "d"], :retval=>"d"}, {:args=>3, :names=>[:shouldTypeSelectForEvent, :withCurrentSearchString], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>2, :names=>[:sizeToFitWidthOfColumn], :types=>["@", "q"], :retval=>"d"}, {:args=>2, :names=>[:titleOfColumn], :types=>["@", "q"], :retval=>"@"}, {:args=>3, :names=>[:typeSelectStringForRow, :inColumn], :types=>["@", "q", "q"], :retval=>"@"}, {:args=>5, :names=>[:validateDrop, :proposedRow, :column, :dropOperation], :types=>["@", "@", "^q", "^q", "^Q"], :retval=>"Q"}, {:args=>4, :names=>[:willDisplayCell, :atRow, :column], :types=>["@", "@", "q", "q"], :retval=>"v"}, {:args=>4, :names=>[:writeRowsWithIndexes, :inColumn, :toPasteboard], :types=>["@", "@", "q", "@"], :retval=>"B"}]
|
|
95
95
|
attach_method :browserColumnConfigurationDidChange, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
96
96
|
attach_method :browserDidScroll, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
97
97
|
attach_method :browserWillScroll, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
98
98
|
attach_method :buttonToolTip, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
99
|
-
attach_method :cache, :args=>2, :names=>[
|
|
99
|
+
attach_method :cache, :args=>2, :names=>[:willEvictObject], :types=>["@", "@"], :retval=>"v"
|
|
100
100
|
attach_method :canBeDisabled, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
101
101
|
attach_method :cancelAuthenticationChallenge, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
102
|
-
attach_singular_method :cancelPreviousPerformRequestsWithTarget, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>3, :names=>[
|
|
102
|
+
attach_singular_method :cancelPreviousPerformRequestsWithTarget, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>3, :names=>[:selector, :object], :types=>["@", ":", "@"], :retval=>"v"}]
|
|
103
103
|
attach_method :cellBaselineOffset, :args=>0, :names=>[], :types=>[], :retval=>"{CGPoint=dd}"
|
|
104
|
-
attach_method :cellFrameForTextContainer, :args=>4, :names=>[
|
|
104
|
+
attach_method :cellFrameForTextContainer, :args=>4, :names=>[:proposedLineFragment, :glyphPosition, :characterIndex], :types=>["@", "{CGRect={CGPoint=dd}{CGSize=dd}}", "{CGPoint=dd}", "Q"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"
|
|
105
105
|
attach_method :cellSize, :args=>0, :names=>[], :types=>[], :retval=>"{CGSize=dd}"
|
|
106
106
|
attach_method :changeColor, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
107
107
|
attach_method :changeFont, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -118,68 +118,68 @@ module Cocoa
|
|
|
118
118
|
attach_singular_method :classForKeyedUnarchiver, :args=>0, :names=>[], :types=>[], :retval=>"#"
|
|
119
119
|
attach_method :classForPortCoder, :args=>0, :names=>[], :types=>[], :retval=>"#"
|
|
120
120
|
attach_method :className, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
121
|
-
attach_method :coerceValue, :args=>2, :names=>[
|
|
122
|
-
attach_method :collectionView, [{:args=>4, :names=>[
|
|
123
|
-
attach_method :comboBox, [{:args=>2, :names=>[
|
|
124
|
-
attach_method :comboBoxCell, [{:args=>2, :names=>[
|
|
121
|
+
attach_method :coerceValue, :args=>2, :names=>[:forKey], :types=>["@", "@"], :retval=>"@"
|
|
122
|
+
attach_method :collectionView, [{:args=>4, :names=>[:acceptDrop, :index, :dropOperation], :types=>["@", "@", "q", "q"], :retval=>"B"}, {:args=>3, :names=>[:canDragItemsAtIndexes, :withEvent], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>4, :names=>[:draggingImageForItemsAtIndexes, :withEvent, :offset], :types=>["@", "@", "@", "^{CGPoint=dd}"], :retval=>"@"}, {:args=>4, :names=>[:draggingSession, :endedAtPoint, :dragOperation], :types=>["@", "@", "{CGPoint=dd}", "Q"], :retval=>"v"}, {:args=>4, :names=>[:draggingSession, :willBeginAtPoint, :forItemsAtIndexes], :types=>["@", "@", "{CGPoint=dd}", "@"], :retval=>"v"}, {:args=>3, :names=>[:namesOfPromisedFilesDroppedAtDestination, :forDraggedItemsAtIndexes], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>2, :names=>[:pasteboardWriterForItemAtIndex], :types=>["@", "Q"], :retval=>"@"}, {:args=>2, :names=>[:updateDraggingItemsForDrag], :types=>["@", "@"], :retval=>"v"}, {:args=>4, :names=>[:validateDrop, :proposedIndex, :dropOperation], :types=>["@", "@", "^q", "^q"], :retval=>"Q"}, {:args=>3, :names=>[:writeItemsAtIndexes, :toPasteboard], :types=>["@", "@", "@"], :retval=>"B"}]
|
|
123
|
+
attach_method :comboBox, [{:args=>2, :names=>[:completedString], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:indexOfItemWithStringValue], :types=>["@", "@"], :retval=>"Q"}, {:args=>2, :names=>[:objectValueForItemAtIndex], :types=>["@", "q"], :retval=>"@"}]
|
|
124
|
+
attach_method :comboBoxCell, [{:args=>2, :names=>[:completedString], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:indexOfItemWithStringValue], :types=>["@", "@"], :retval=>"Q"}, {:args=>2, :names=>[:objectValueForItemAtIndex], :types=>["@", "q"], :retval=>"@"}]
|
|
125
125
|
attach_method :comboBoxSelectionDidChange, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
126
126
|
attach_method :comboBoxSelectionIsChanging, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
127
127
|
attach_method :comboBoxWillDismiss, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
128
128
|
attach_method :comboBoxWillPopUp, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
129
129
|
attach_method :commitEditing, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
130
130
|
attach_method :commitEditingAndReturnError, :args=>1, :names=>[], :types=>["^@"], :retval=>"B"
|
|
131
|
-
attach_method :commitEditingWithDelegate, :args=>3, :names=>[
|
|
131
|
+
attach_method :commitEditingWithDelegate, :args=>3, :names=>[:didCommitSelector, :contextInfo], :types=>["@", ":", "^v"], :retval=>"v"
|
|
132
132
|
attach_method :concludeDragOperation, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
133
|
-
attach_method :confinementRectForMenu, :args=>2, :names=>[
|
|
133
|
+
attach_method :confinementRectForMenu, :args=>2, :names=>[:onScreen], :types=>["@", "@"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"
|
|
134
134
|
attach_singular_method :conformsToProtocol, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
135
135
|
attach_method :conformsToProtocol, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
136
|
-
attach_method :connection, [{:args=>2, :names=>[
|
|
137
|
-
attach_method :connectionDidFinishDownloading, :args=>2, :names=>[
|
|
136
|
+
attach_method :connection, [{:args=>2, :names=>[:canAuthenticateAgainstProtectionSpace], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:didCancelAuthenticationChallenge], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didFailWithError], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didReceiveAuthenticationChallenge], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didReceiveData], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didReceiveResponse], :types=>["@", "@"], :retval=>"v"}, {:args=>4, :names=>[:didSendBodyData, :totalBytesWritten, :totalBytesExpectedToWrite], :types=>["@", "q", "q", "q"], :retval=>"v"}, {:args=>4, :names=>[:didWriteData, :totalBytesWritten, :expectedTotalBytes], :types=>["@", "q", "q", "q"], :retval=>"v"}, {:args=>2, :names=>[:handleRequest], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:needNewBodyStream], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:shouldMakeNewConnection], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:willCacheResponse], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:willSendRequest, :redirectResponse], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>2, :names=>[:willSendRequestForAuthenticationChallenge], :types=>["@", "@"], :retval=>"v"}]
|
|
137
|
+
attach_method :connectionDidFinishDownloading, :args=>2, :names=>[:destinationURL], :types=>["@", "@"], :retval=>"v"
|
|
138
138
|
attach_method :connectionDidFinishLoading, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
139
|
-
attach_method :connectionDidResumeDownloading, :args=>3, :names=>[
|
|
139
|
+
attach_method :connectionDidResumeDownloading, :args=>3, :names=>[:totalBytesWritten, :expectedTotalBytes], :types=>["@", "q", "q"], :retval=>"v"
|
|
140
140
|
attach_method :connectionShouldUseCredentialStorage, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
141
141
|
attach_method :contentView, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
142
|
-
attach_method :contentViewAtIndex, :args=>2, :names=>[
|
|
142
|
+
attach_method :contentViewAtIndex, :args=>2, :names=>[:effectiveCharacterRange], :types=>["Q", "^{_NSRange=QQ}"], :retval=>"@"
|
|
143
143
|
attach_method :continueWithoutCredentialForAuthenticationChallenge, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
144
|
-
attach_method :control, [{:args=>3, :names=>[
|
|
144
|
+
attach_method :control, [{:args=>3, :names=>[:didFailToFormatString, :errorDescription], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:didFailToValidatePartialString, :errorDescription], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:isValidObject], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:textShouldBeginEditing], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:textShouldEndEditing], :types=>["@", "@"], :retval=>"B"}, {:args=>5, :names=>[:textView, :completions, :forPartialWordRange, :indexOfSelectedItem], :types=>["@", "@", "@", "{_NSRange=QQ}", "^q"], :retval=>"@"}, {:args=>3, :names=>[:textView, :doCommandBySelector], :types=>["@", "@", ":"], :retval=>"B"}]
|
|
145
145
|
attach_method :controlTextDidBeginEditing, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
146
146
|
attach_method :controlTextDidChange, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
147
147
|
attach_method :controlTextDidEndEditing, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
148
148
|
attach_method :conversationIdentifier, :args=>0, :names=>[], :types=>[], :retval=>"q"
|
|
149
149
|
attach_method :copy, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
150
|
-
attach_method :copyScriptingValue, :args=>3, :names=>[
|
|
150
|
+
attach_method :copyScriptingValue, :args=>3, :names=>[:forKey, :withProperties], :types=>["@", "@", "@"], :retval=>"@"
|
|
151
151
|
attach_singular_method :copyWithZone, :args=>1, :names=>[], :types=>["^{_NSZone=}"], :retval=>"@"
|
|
152
152
|
attach_method :copyWithZone, :args=>1, :names=>[], :types=>["^{_NSZone=}"], :retval=>"@"
|
|
153
|
-
attach_method :countByEnumeratingWithState, :args=>3, :names=>[
|
|
153
|
+
attach_method :countByEnumeratingWithState, :args=>3, :names=>[:objects, :count], :types=>["^{_NSFastEnumerationState=Q^@^Q[5Q]}", "^@", "Q"], :retval=>"Q"
|
|
154
154
|
attach_method :createConversationForConnection, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
155
155
|
attach_method :currentMode, :args=>0, :names=>[], :types=>[], :retval=>"q"
|
|
156
156
|
attach_method :customWindowsToEnterFullScreenForWindow, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
157
157
|
attach_method :customWindowsToExitFullScreenForWindow, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
158
|
-
attach_method :datePickerCell, :args=>3, :names=>[
|
|
158
|
+
attach_method :datePickerCell, :args=>3, :names=>[:validateProposedDateValue, :timeInterval], :types=>["@", "^@", "^d"], :retval=>"v"
|
|
159
159
|
attach_method :dealloc, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
160
160
|
attach_method :debugDescription, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
161
161
|
attach_singular_method :defaultAnimationForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
162
|
-
attach_singular_method :defaultPlaceholderForMarker, :args=>2, :names=>[
|
|
162
|
+
attach_singular_method :defaultPlaceholderForMarker, :args=>2, :names=>[:withBinding], :types=>["@", "@"], :retval=>"@"
|
|
163
163
|
attach_singular_method :description, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
164
164
|
attach_method :description, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
165
165
|
attach_method :detachColorList, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
166
166
|
attach_method :detachableWindowForPopover, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
167
167
|
attach_method :dictionaryWithValuesForKeys, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
168
|
-
attach_method :didChange, :args=>3, :names=>[
|
|
169
|
-
attach_method :didChangeValueForKey, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>3, :names=>[
|
|
168
|
+
attach_method :didChange, :args=>3, :names=>[:valuesAtIndexes, :forKey], :types=>["Q", "@", "@"], :retval=>"v"
|
|
169
|
+
attach_method :didChangeValueForKey, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>3, :names=>[:withSetMutation, :usingObjects], :types=>["@", "Q", "@"], :retval=>"v"}]
|
|
170
170
|
attach_method :didReplaceCharacters, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
171
171
|
attach_method :discardContentIfPossible, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
172
172
|
attach_method :discardEditing, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
173
173
|
attach_method :displayLayer, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
174
|
-
attach_method :doCommandBySelector, [{:args=>1, :names=>[], :types=>[":"], :retval=>"v"}, {:args=>2, :names=>[
|
|
174
|
+
attach_method :doCommandBySelector, [{:args=>1, :names=>[], :types=>[":"], :retval=>"v"}, {:args=>2, :names=>[:client], :types=>[":", "@"], :retval=>"v"}]
|
|
175
175
|
attach_method :dockMenu, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
176
176
|
attach_method :doesContain, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
177
177
|
attach_method :doesNotRecognizeSelector, :args=>1, :names=>[], :types=>[":"], :retval=>"v"
|
|
178
|
-
attach_method :download, [{:args=>2, :names=>[
|
|
178
|
+
attach_method :download, [{:args=>2, :names=>[:canAuthenticateAgainstProtectionSpace], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:decideDestinationWithSuggestedFilename], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didCancelAuthenticationChallenge], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didCreateDestination], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didFailWithError], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didReceiveAuthenticationChallenge], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didReceiveDataOfLength], :types=>["@", "Q"], :retval=>"v"}, {:args=>2, :names=>[:didReceiveResponse], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:shouldDecodeSourceDataOfMIMEType], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:willResumeWithResponse, :fromByte], :types=>["@", "@", "q"], :retval=>"v"}, {:args=>3, :names=>[:willSendRequest, :redirectResponse], :types=>["@", "@", "@"], :retval=>"@"}]
|
|
179
179
|
attach_method :downloadDidBegin, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
180
180
|
attach_method :downloadDidFinish, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
181
181
|
attach_method :downloadShouldUseCredentialStorage, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
182
|
-
attach_method :draggedImage, [{:args=>0, :names=>[], :types=>[], :retval=>"@"}, {:args=>2, :names=>[
|
|
182
|
+
attach_method :draggedImage, [{:args=>0, :names=>[], :types=>[], :retval=>"@"}, {:args=>2, :names=>[:beganAt], :types=>["@", "{CGPoint=dd}"], :retval=>"v"}, {:args=>3, :names=>[:endedAt, :deposited], :types=>["@", "{CGPoint=dd}", "B"], :retval=>"v"}, {:args=>3, :names=>[:endedAt, :operation], :types=>["@", "{CGPoint=dd}", "Q"], :retval=>"v"}, {:args=>2, :names=>[:movedTo], :types=>["@", "{CGPoint=dd}"], :retval=>"v"}]
|
|
183
183
|
attach_method :draggedImageLocation, :args=>0, :names=>[], :types=>[], :retval=>"{CGPoint=dd}"
|
|
184
184
|
attach_method :draggingDestinationWindow, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
185
185
|
attach_method :draggingEnded, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -189,68 +189,68 @@ module Cocoa
|
|
|
189
189
|
attach_method :draggingLocation, :args=>0, :names=>[], :types=>[], :retval=>"{CGPoint=dd}"
|
|
190
190
|
attach_method :draggingPasteboard, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
191
191
|
attach_method :draggingSequenceNumber, :args=>0, :names=>[], :types=>[], :retval=>"q"
|
|
192
|
-
attach_method :draggingSession, [{:args=>3, :names=>[
|
|
192
|
+
attach_method :draggingSession, [{:args=>3, :names=>[:endedAtPoint, :operation], :types=>["@", "{CGPoint=dd}", "Q"], :retval=>"v"}, {:args=>2, :names=>[:movedToPoint], :types=>["@", "{CGPoint=dd}"], :retval=>"v"}, {:args=>2, :names=>[:sourceOperationMaskForDraggingContext], :types=>["@", "q"], :retval=>"Q"}, {:args=>2, :names=>[:willBeginAtPoint], :types=>["@", "{CGPoint=dd}"], :retval=>"v"}]
|
|
193
193
|
attach_method :draggingSource, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
194
194
|
attach_method :draggingSourceOperationMask, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
195
195
|
attach_method :draggingSourceOperationMaskForLocal, :args=>1, :names=>[], :types=>["B"], :retval=>"Q"
|
|
196
196
|
attach_method :draggingUpdated, :args=>1, :names=>[], :types=>["@"], :retval=>"Q"
|
|
197
|
-
attach_method :drawCharactersInRange, :args=>2, :names=>[
|
|
198
|
-
attach_method :drawLayer, :args=>2, :names=>[
|
|
199
|
-
attach_method :drawWithFrame, [{:args=>2, :names=>[
|
|
197
|
+
attach_method :drawCharactersInRange, :args=>2, :names=>[:forContentView], :types=>["{_NSRange=QQ}", "@"], :retval=>"v"
|
|
198
|
+
attach_method :drawLayer, :args=>2, :names=>[:inContext], :types=>["@", "^{CGContext=}"], :retval=>"v"
|
|
199
|
+
attach_method :drawWithFrame, [{:args=>2, :names=>[:inView], :types=>["{CGRect={CGPoint=dd}{CGSize=dd}}", "@"], :retval=>"v"}, {:args=>3, :names=>[:inView, :characterIndex], :types=>["{CGRect={CGPoint=dd}{CGSize=dd}}", "@", "Q"], :retval=>"v"}, {:args=>4, :names=>[:inView, :characterIndex, :layoutManager], :types=>["{CGRect={CGPoint=dd}{CGSize=dd}}", "@", "Q", "@"], :retval=>"v"}]
|
|
200
200
|
attach_method :drawerDidClose, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
201
201
|
attach_method :drawerDidOpen, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
202
202
|
attach_method :drawerShouldClose, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
203
203
|
attach_method :drawerShouldOpen, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
204
204
|
attach_method :drawerWillClose, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
205
205
|
attach_method :drawerWillOpen, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
206
|
-
attach_method :drawerWillResizeContents, :args=>2, :names=>[
|
|
206
|
+
attach_method :drawerWillResizeContents, :args=>2, :names=>[:toSize], :types=>["@", "{CGSize=dd}"], :retval=>"{CGSize=dd}"
|
|
207
207
|
attach_method :drawsVerticallyForCharacterAtIndex, :args=>1, :names=>[], :types=>["Q"], :retval=>"B"
|
|
208
208
|
attach_method :duration, :args=>0, :names=>[], :types=>[], :retval=>"d"
|
|
209
209
|
attach_method :encodeWithCoder, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
210
210
|
attach_method :endContentAccess, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
211
|
-
attach_method :enumerateDraggingItemsWithOptions, :args=>5, :names=>[
|
|
212
|
-
attach_method :exceptionDuringOperation, :args=>4, :names=>[
|
|
211
|
+
attach_method :enumerateDraggingItemsWithOptions, :args=>5, :names=>[:forView, :classes, :searchOptions, :usingBlock], :types=>["Q", "@", "@", "@", "@?"], :retval=>"v"
|
|
212
|
+
attach_method :exceptionDuringOperation, :args=>4, :names=>[:error, :leftOperand, :rightOperand], :types=>[":", "Q", "@", "@"], :retval=>"@"
|
|
213
213
|
attach_singular_method :exposeBinding, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
214
214
|
attach_method :exposedBindings, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
215
|
-
attach_method :fileManager, [{:args=>3, :names=>[
|
|
215
|
+
attach_method :fileManager, [{:args=>3, :names=>[:shouldCopyItemAtPath, :toPath], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldCopyItemAtURL, :toURL], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldLinkItemAtPath, :toPath], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldLinkItemAtURL, :toURL], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldMoveItemAtPath, :toPath], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldMoveItemAtURL, :toURL], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>2, :names=>[:shouldProceedAfterError], :types=>["@", "@"], :retval=>"B"}, {:args=>4, :names=>[:shouldProceedAfterError, :copyingItemAtPath, :toPath], :types=>["@", "@", "@", "@"], :retval=>"B"}, {:args=>4, :names=>[:shouldProceedAfterError, :copyingItemAtURL, :toURL], :types=>["@", "@", "@", "@"], :retval=>"B"}, {:args=>4, :names=>[:shouldProceedAfterError, :linkingItemAtPath, :toPath], :types=>["@", "@", "@", "@"], :retval=>"B"}, {:args=>4, :names=>[:shouldProceedAfterError, :linkingItemAtURL, :toURL], :types=>["@", "@", "@", "@"], :retval=>"B"}, {:args=>4, :names=>[:shouldProceedAfterError, :movingItemAtPath, :toPath], :types=>["@", "@", "@", "@"], :retval=>"B"}, {:args=>4, :names=>[:shouldProceedAfterError, :movingItemAtURL, :toURL], :types=>["@", "@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldProceedAfterError, :removingItemAtPath], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldProceedAfterError, :removingItemAtURL], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>2, :names=>[:shouldRemoveItemAtPath], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:shouldRemoveItemAtURL], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:willProcessPath], :types=>["@", "@"], :retval=>"v"}]
|
|
216
216
|
attach_method :fillMode, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
217
217
|
attach_method :finalize, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
218
218
|
attach_method :findBarView, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
219
219
|
attach_method :findBarViewDidChangeHeight, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
220
|
-
attach_method :firstRectForCharacterRange, [{:args=>1, :names=>[], :types=>["{_NSRange=QQ}"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"}, {:args=>2, :names=>[
|
|
220
|
+
attach_method :firstRectForCharacterRange, [{:args=>1, :names=>[], :types=>["{_NSRange=QQ}"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"}, {:args=>2, :names=>[:actualRange], :types=>["{_NSRange=QQ}", "^{_NSRange=QQ}"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"}]
|
|
221
221
|
attach_method :firstSelectedRange, :args=>0, :names=>[], :types=>[], :retval=>"{_NSRange=QQ}"
|
|
222
|
-
attach_method :fontManager, :args=>2, :names=>[
|
|
222
|
+
attach_method :fontManager, :args=>2, :names=>[:willIncludeFont], :types=>["@", "@"], :retval=>"B"
|
|
223
223
|
attach_method :forwardInvocation, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
224
224
|
attach_method :forwardingTargetForSelector, :args=>1, :names=>[], :types=>[":"], :retval=>"@"
|
|
225
225
|
attach_method :fractionOfDistanceThroughGlyphForPoint, :args=>1, :names=>[], :types=>["{CGPoint=dd}"], :retval=>"d"
|
|
226
226
|
attach_method :handleMachMessage, :args=>1, :names=>[], :types=>["^v"], :retval=>"v"
|
|
227
227
|
attach_method :handlePortMessage, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
228
228
|
attach_method :handleQueryWithUnboundKey, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
229
|
-
attach_method :handleTakeValue, :args=>2, :names=>[
|
|
229
|
+
attach_method :handleTakeValue, :args=>2, :names=>[:forUnboundKey], :types=>["@", "@"], :retval=>"v"
|
|
230
230
|
attach_method :hasMarkedText, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
231
231
|
attach_method :hash, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
232
|
-
attach_method :highlight, :args=>3, :names=>[
|
|
232
|
+
attach_method :highlight, :args=>3, :names=>[:withFrame, :inView], :types=>["B", "{CGRect={CGPoint=dd}{CGSize=dd}}", "@"], :retval=>"v"
|
|
233
233
|
attach_method :identifier, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
234
234
|
attach_method :ignoreModifierKeysForDraggingSession, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
235
235
|
attach_method :ignoreModifierKeysWhileDragging, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
236
236
|
attach_method :ignoreSpelling, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
237
|
-
attach_method :image, [{:args=>3, :names=>[
|
|
238
|
-
attach_method :imageDidNotDraw, :args=>2, :names=>[
|
|
237
|
+
attach_method :image, [{:args=>3, :names=>[:didLoadPartOfRepresentation, :withValidRows], :types=>["@", "@", "q"], :retval=>"v"}, {:args=>3, :names=>[:didLoadRepresentation, :withStatus], :types=>["@", "@", "Q"], :retval=>"v"}, {:args=>2, :names=>[:didLoadRepresentationHeader], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:willLoadRepresentation], :types=>["@", "@"], :retval=>"v"}]
|
|
238
|
+
attach_method :imageDidNotDraw, :args=>2, :names=>[:inRect], :types=>["@", "{CGRect={CGPoint=dd}{CGSize=dd}}"], :retval=>"@"
|
|
239
239
|
attach_method :indicesOfObjectsByEvaluatingObjectSpecifier, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
240
240
|
attach_method :infoForBinding, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
241
241
|
attach_method :init, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
242
242
|
attach_method :initWithCoder, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
243
|
-
attach_method :initWithPasteboardPropertyList, :args=>2, :names=>[
|
|
244
|
-
attach_method :initWithPickerMask, :args=>2, :names=>[
|
|
243
|
+
attach_method :initWithPasteboardPropertyList, :args=>2, :names=>[:ofType], :types=>["@", "@"], :retval=>"@"
|
|
244
|
+
attach_method :initWithPickerMask, :args=>2, :names=>[:colorPanel], :types=>["Q", "@"], :retval=>"@"
|
|
245
245
|
attach_singular_method :initialize, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
246
246
|
attach_method :inputClientBecomeActive, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
247
247
|
attach_method :inputClientDisabled, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
248
248
|
attach_method :inputClientEnabled, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
249
249
|
attach_method :inputClientResignActive, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
250
|
-
attach_method :insertGlyphs, :args=>4, :names=>[
|
|
251
|
-
attach_method :insertNewButtonImage, :args=>2, :names=>[
|
|
252
|
-
attach_method :insertText, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>2, :names=>[
|
|
253
|
-
attach_method :insertValue, [{:args=>3, :names=>[
|
|
250
|
+
attach_method :insertGlyphs, :args=>4, :names=>[:length, :forStartingGlyphAtIndex, :characterIndex], :types=>["^I", "Q", "Q", "Q"], :retval=>"v"
|
|
251
|
+
attach_method :insertNewButtonImage, :args=>2, :names=>[:in], :types=>["@", "@"], :retval=>"v"
|
|
252
|
+
attach_method :insertText, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>2, :names=>[:client], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:replacementRange], :types=>["@", "{_NSRange=QQ}"], :retval=>"v"}]
|
|
253
|
+
attach_method :insertValue, [{:args=>3, :names=>[:atIndex, :inPropertyWithKey], :types=>["@", "Q", "@"], :retval=>"v"}, {:args=>2, :names=>[:inPropertyWithKey], :types=>["@", "@"], :retval=>"v"}]
|
|
254
254
|
attach_singular_method :instanceMethodForSelector, :args=>1, :names=>[], :types=>[":"], :retval=>"^?"
|
|
255
255
|
attach_singular_method :instanceMethodSignatureForSelector, :args=>1, :names=>[], :types=>[":"], :retval=>"@"
|
|
256
256
|
attach_singular_method :instancesRespondToSelector, :args=>1, :names=>[], :types=>[":"], :retval=>"B"
|
|
@@ -277,34 +277,34 @@ module Cocoa
|
|
|
277
277
|
attach_method :key, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
278
278
|
attach_method :keyPathsForValuesAffectingPreview, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
279
279
|
attach_singular_method :keyPathsForValuesAffectingValueForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
280
|
-
attach_method :layer, :args=>3, :names=>[
|
|
281
|
-
attach_method :layoutManager, [{:args=>3, :names=>[
|
|
280
|
+
attach_method :layer, :args=>3, :names=>[:shouldInheritContentsScale, :fromWindow], :types=>["@", "d", "@"], :retval=>"B"
|
|
281
|
+
attach_method :layoutManager, [{:args=>3, :names=>[:didCompleteLayoutForTextContainer, :atEnd], :types=>["@", "@", "B"], :retval=>"v"}, {:args=>5, :names=>[:shouldUseTemporaryAttributes, :forDrawingToScreen, :atCharacterIndex, :effectiveRange], :types=>["@", "@", "B", "Q", "^{_NSRange=QQ}"], :retval=>"@"}]
|
|
282
282
|
attach_method :layoutManagerDidInvalidateLayout, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
283
283
|
attach_method :layoutOptions, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
284
284
|
attach_method :layoutOrientation, :args=>0, :names=>[], :types=>[], :retval=>"q"
|
|
285
285
|
attach_method :layoutSublayersOfLayer, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
286
|
-
attach_method :listener, :args=>2, :names=>[
|
|
286
|
+
attach_method :listener, :args=>2, :names=>[:shouldAcceptNewConnection], :types=>["@", "@"], :retval=>"B"
|
|
287
287
|
attach_singular_method :load, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
288
288
|
attach_method :localizedKey, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
289
289
|
attach_method :localizedSummaryItems, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
290
290
|
attach_method :localizedTitlesForItem, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
291
291
|
attach_method :lock, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
292
|
-
attach_method :makeNewConnection, :args=>2, :names=>[
|
|
292
|
+
attach_method :makeNewConnection, :args=>2, :names=>[:sender], :types=>["@", "@"], :retval=>"B"
|
|
293
293
|
attach_method :markedRange, :args=>0, :names=>[], :types=>[], :retval=>"{_NSRange=QQ}"
|
|
294
294
|
attach_method :markedTextAbandoned, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
295
|
-
attach_method :markedTextSelectionChanged, :args=>2, :names=>[
|
|
296
|
-
attach_method :menu, [{:args=>4, :names=>[
|
|
295
|
+
attach_method :markedTextSelectionChanged, :args=>2, :names=>[:client], :types=>["{_NSRange=QQ}", "@"], :retval=>"v"
|
|
296
|
+
attach_method :menu, [{:args=>4, :names=>[:updateItem, :atIndex, :shouldCancel], :types=>["@", "@", "q", "B"], :retval=>"B"}, {:args=>2, :names=>[:willHighlightItem], :types=>["@", "@"], :retval=>"v"}]
|
|
297
297
|
attach_method :menuDidClose, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
298
|
-
attach_method :menuHasKeyEquivalent, :args=>4, :names=>[
|
|
298
|
+
attach_method :menuHasKeyEquivalent, :args=>4, :names=>[:forEvent, :target, :action], :types=>["@", "@", "^@", "^:"], :retval=>"B"
|
|
299
299
|
attach_method :menuNeedsUpdate, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
300
300
|
attach_method :menuWillOpen, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
301
|
-
attach_method :metadataQuery, [{:args=>2, :names=>[
|
|
301
|
+
attach_method :metadataQuery, [{:args=>2, :names=>[:replacementObjectForResultObject], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:replacementValueForAttribute, :value], :types=>["@", "@", "@"], :retval=>"@"}]
|
|
302
302
|
attach_method :methodForSelector, :args=>1, :names=>[], :types=>[":"], :retval=>"^?"
|
|
303
303
|
attach_method :methodSignatureForSelector, :args=>1, :names=>[], :types=>[":"], :retval=>"@"
|
|
304
304
|
attach_method :minContentSize, :args=>0, :names=>[], :types=>[], :retval=>"{CGSize=dd}"
|
|
305
|
-
attach_method :mouseDownOnCharacterIndex, :args=>4, :names=>[
|
|
306
|
-
attach_method :mouseDraggedOnCharacterIndex, :args=>4, :names=>[
|
|
307
|
-
attach_method :mouseUpOnCharacterIndex, :args=>4, :names=>[
|
|
305
|
+
attach_method :mouseDownOnCharacterIndex, :args=>4, :names=>[:atCoordinate, :withModifier, :client], :types=>["Q", "{CGPoint=dd}", "Q", "@"], :retval=>"B"
|
|
306
|
+
attach_method :mouseDraggedOnCharacterIndex, :args=>4, :names=>[:atCoordinate, :withModifier, :client], :types=>["Q", "{CGPoint=dd}", "Q", "@"], :retval=>"B"
|
|
307
|
+
attach_method :mouseUpOnCharacterIndex, :args=>4, :names=>[:atCoordinate, :withModifier, :client], :types=>["Q", "{CGPoint=dd}", "Q", "@"], :retval=>"v"
|
|
308
308
|
attach_method :mutableArrayValueForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
309
309
|
attach_method :mutableArrayValueForKeyPath, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
310
310
|
attach_method :mutableCopy, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
@@ -315,8 +315,8 @@ module Cocoa
|
|
|
315
315
|
attach_method :mutableSetValueForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
316
316
|
attach_method :mutableSetValueForKeyPath, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
317
317
|
attach_method :namesOfPromisedFilesDroppedAtDestination, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
318
|
-
attach_method :netService, [{:args=>2, :names=>[
|
|
319
|
-
attach_method :netServiceBrowser, [{:args=>3, :names=>[
|
|
318
|
+
attach_method :netService, [{:args=>2, :names=>[:didNotPublish], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didNotResolve], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didUpdateTXTRecordData], :types=>["@", "@"], :retval=>"v"}]
|
|
319
|
+
attach_method :netServiceBrowser, [{:args=>3, :names=>[:didFindDomain, :moreComing], :types=>["@", "@", "B"], :retval=>"v"}, {:args=>3, :names=>[:didFindService, :moreComing], :types=>["@", "@", "B"], :retval=>"v"}, {:args=>2, :names=>[:didNotSearch], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:didRemoveDomain, :moreComing], :types=>["@", "@", "B"], :retval=>"v"}, {:args=>3, :names=>[:didRemoveService, :moreComing], :types=>["@", "@", "B"], :retval=>"v"}]
|
|
320
320
|
attach_method :netServiceBrowserDidStopSearch, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
321
321
|
attach_method :netServiceBrowserWillSearch, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
322
322
|
attach_method :netServiceDidPublish, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -325,7 +325,7 @@ module Cocoa
|
|
|
325
325
|
attach_method :netServiceWillPublish, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
326
326
|
attach_method :netServiceWillResolve, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
327
327
|
attach_singular_method :new, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
328
|
-
attach_method :newScriptingObjectOfClass, :args=>4, :names=>[
|
|
328
|
+
attach_method :newScriptingObjectOfClass, :args=>4, :names=>[:forValueForKey, :withContentsValue, :properties], :types=>["#", "@", "@", "@"], :retval=>"@"
|
|
329
329
|
attach_method :numberOfItemsInComboBox, :args=>1, :names=>[], :types=>["@"], :retval=>"q"
|
|
330
330
|
attach_method :numberOfItemsInComboBoxCell, :args=>1, :names=>[], :types=>["@"], :retval=>"q"
|
|
331
331
|
attach_method :numberOfItemsInMenu, :args=>1, :names=>[], :types=>["@"], :retval=>"q"
|
|
@@ -335,9 +335,9 @@ module Cocoa
|
|
|
335
335
|
attach_method :objectDidEndEditing, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
336
336
|
attach_method :objectSpecifier, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
337
337
|
attach_method :observationInfo, :args=>0, :names=>[], :types=>[], :retval=>"^v"
|
|
338
|
-
attach_method :observeValueForKeyPath, :args=>4, :names=>[
|
|
338
|
+
attach_method :observeValueForKeyPath, :args=>4, :names=>[:ofObject, :change, :context], :types=>["@", "@", "@", "^v"], :retval=>"v"
|
|
339
339
|
attach_method :optionDescriptionsForBinding, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
340
|
-
attach_method :outlineView, [{:args=>4, :names=>[
|
|
340
|
+
attach_method :outlineView, [{:args=>4, :names=>[:acceptDrop, :item, :childIndex], :types=>["@", "@", "@", "q"], :retval=>"B"}, {:args=>3, :names=>[:child, :ofItem], :types=>["@", "q", "@"], :retval=>"@"}, {:args=>3, :names=>[:dataCellForTableColumn, :item], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>3, :names=>[:didAddRowView, :forRow], :types=>["@", "@", "q"], :retval=>"v"}, {:args=>2, :names=>[:didClickTableColumn], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didDragTableColumn], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:didRemoveRowView, :forRow], :types=>["@", "@", "q"], :retval=>"v"}, {:args=>4, :names=>[:draggingSession, :endedAtPoint, :operation], :types=>["@", "@", "{CGPoint=dd}", "Q"], :retval=>"v"}, {:args=>4, :names=>[:draggingSession, :willBeginAtPoint, :forItems], :types=>["@", "@", "{CGPoint=dd}", "@"], :retval=>"v"}, {:args=>2, :names=>[:heightOfRowByItem], :types=>["@", "@"], :retval=>"d"}, {:args=>2, :names=>[:isGroupItem], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:isItemExpandable], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:itemForPersistentObject], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:mouseDownInHeaderOfTableColumn], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:namesOfPromisedFilesDroppedAtDestination, :forDraggedItems], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>4, :names=>[:nextTypeSelectMatchFromItem, :toItem, :forString], :types=>["@", "@", "@", "@"], :retval=>"@"}, {:args=>2, :names=>[:numberOfChildrenOfItem], :types=>["@", "@"], :retval=>"q"}, {:args=>3, :names=>[:objectValueForTableColumn, :byItem], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>2, :names=>[:pasteboardWriterForItem], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:persistentObjectForItem], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:rowViewForItem], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:selectionIndexesForProposedSelection], :types=>["@", "@"], :retval=>"@"}, {:args=>4, :names=>[:setObjectValue, :forTableColumn, :byItem], :types=>["@", "@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:shouldCollapseItem], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldEditTableColumn, :item], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>2, :names=>[:shouldExpandItem], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldReorderColumn, :toColumn], :types=>["@", "q", "q"], :retval=>"B"}, {:args=>2, :names=>[:shouldSelectItem], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:shouldSelectTableColumn], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldShowCellExpansionForTableColumn, :item], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>2, :names=>[:shouldShowOutlineCellForItem], :types=>["@", "@"], :retval=>"B"}, {:args=>4, :names=>[:shouldTrackCell, :forTableColumn, :item], :types=>["@", "@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldTypeSelectForEvent, :withCurrentSearchString], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>2, :names=>[:sizeToFitWidthOfColumn], :types=>["@", "q"], :retval=>"d"}, {:args=>2, :names=>[:sortDescriptorsDidChange], :types=>["@", "@"], :retval=>"v"}, {:args=>6, :names=>[:toolTipForCell, :rect, :tableColumn, :item, :mouseLocation], :types=>["@", "@", "^{CGRect={CGPoint=dd}{CGSize=dd}}", "@", "@", "{CGPoint=dd}"], :retval=>"@"}, {:args=>3, :names=>[:typeSelectStringForTableColumn, :item], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>2, :names=>[:updateDraggingItemsForDrag], :types=>["@", "@"], :retval=>"v"}, {:args=>4, :names=>[:validateDrop, :proposedItem, :proposedChildIndex], :types=>["@", "@", "@", "q"], :retval=>"Q"}, {:args=>3, :names=>[:viewForTableColumn, :item], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>4, :names=>[:willDisplayCell, :forTableColumn, :item], :types=>["@", "@", "@", "@"], :retval=>"v"}, {:args=>4, :names=>[:willDisplayOutlineCell, :forTableColumn, :item], :types=>["@", "@", "@", "@"], :retval=>"v"}, {:args=>3, :names=>[:writeItems, :toPasteboard], :types=>["@", "@", "@"], :retval=>"B"}]
|
|
341
341
|
attach_method :outlineViewColumnDidMove, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
342
342
|
attach_method :outlineViewColumnDidResize, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
343
343
|
attach_method :outlineViewItemDidCollapse, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -346,26 +346,26 @@ module Cocoa
|
|
|
346
346
|
attach_method :outlineViewItemWillExpand, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
347
347
|
attach_method :outlineViewSelectionDidChange, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
348
348
|
attach_method :outlineViewSelectionIsChanging, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
349
|
-
attach_method :pageController, [{:args=>2, :names=>[
|
|
349
|
+
attach_method :pageController, [{:args=>2, :names=>[:didTransitionToObject], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:frameForObject], :types=>["@", "@"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"}, {:args=>2, :names=>[:identifierForObject], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:prepareViewController, :withObject], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:viewControllerForIdentifier], :types=>["@", "@"], :retval=>"@"}]
|
|
350
350
|
attach_method :pageControllerDidEndLiveTransition, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
351
351
|
attach_method :pageControllerWillStartLiveTransition, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
352
|
-
attach_method :panel, [{:args=>4, :names=>[
|
|
352
|
+
attach_method :panel, [{:args=>4, :names=>[:compareFilename, :with, :caseSensitive], :types=>["@", "@", "@", "B"], :retval=>"q"}, {:args=>2, :names=>[:didChangeToDirectoryURL], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:directoryDidChange], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:isValidFilename], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:shouldEnableURL], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:shouldShowFilename], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:userEnteredFilename, :confirmed], :types=>["@", "@", "B"], :retval=>"@"}, {:args=>3, :names=>[:validateURL, :error], :types=>["@", "@", "^@"], :retval=>"B"}, {:args=>2, :names=>[:willExpand], :types=>["@", "B"], :retval=>"v"}]
|
|
353
353
|
attach_method :panelSelectionDidChange, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
354
|
-
attach_method :parser, [{:args=>4, :names=>[
|
|
354
|
+
attach_method :parser, [{:args=>4, :names=>[:didEndElement, :namespaceURI, :qualifiedName], :types=>["@", "@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didEndMappingPrefix], :types=>["@", "@"], :retval=>"v"}, {:args=>5, :names=>[:didStartElement, :namespaceURI, :qualifiedName, :attributes], :types=>["@", "@", "@", "@", "@"], :retval=>"v"}, {:args=>3, :names=>[:didStartMappingPrefix, :toURI], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>5, :names=>[:foundAttributeDeclarationWithName, :forElement, :type, :defaultValue], :types=>["@", "@", "@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:foundCDATA], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:foundCharacters], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:foundComment], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:foundElementDeclarationWithName, :model], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>4, :names=>[:foundExternalEntityDeclarationWithName, :publicID, :systemID], :types=>["@", "@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:foundIgnorableWhitespace], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:foundInternalEntityDeclarationWithName, :value], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>4, :names=>[:foundNotationDeclarationWithName, :publicID, :systemID], :types=>["@", "@", "@", "@"], :retval=>"v"}, {:args=>3, :names=>[:foundProcessingInstructionWithTarget, :data], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>5, :names=>[:foundUnparsedEntityDeclarationWithName, :publicID, :systemID, :notationName], :types=>["@", "@", "@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:parseErrorOccurred], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:resolveExternalEntityName, :systemID], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>2, :names=>[:validationErrorOccurred], :types=>["@", "@"], :retval=>"v"}]
|
|
355
355
|
attach_method :parserDidEndDocument, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
356
356
|
attach_method :parserDidStartDocument, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
357
|
-
attach_method :pasteboard, [{:args=>3, :names=>[
|
|
357
|
+
attach_method :pasteboard, [{:args=>3, :names=>[:item, :provideDataForType], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:provideDataForType], :types=>["@", "@"], :retval=>"v"}]
|
|
358
358
|
attach_method :pasteboardChangedOwner, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
359
359
|
attach_method :pasteboardFinishedWithDataProvider, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
360
360
|
attach_method :pasteboardPropertyListForType, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
361
|
-
attach_method :pathCell, [{:args=>2, :names=>[
|
|
362
|
-
attach_method :pathControl, [{:args=>2, :names=>[
|
|
361
|
+
attach_method :pathCell, [{:args=>2, :names=>[:willDisplayOpenPanel], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:willPopUpMenu], :types=>["@", "@"], :retval=>"v"}]
|
|
362
|
+
attach_method :pathControl, [{:args=>2, :names=>[:acceptDrop], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldDragPathComponentCell, :withPasteboard], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>2, :names=>[:validateDrop], :types=>["@", "@"], :retval=>"Q"}, {:args=>2, :names=>[:willDisplayOpenPanel], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:willPopUpMenu], :types=>["@", "@"], :retval=>"v"}]
|
|
363
363
|
attach_method :performActionForItem, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
364
364
|
attach_method :performDefaultHandlingForAuthenticationChallenge, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
365
365
|
attach_method :performDragOperation, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
366
|
-
attach_method :performSelector, [{:args=>1, :names=>[], :types=>[":"], :retval=>"@"}, {:args=>4, :names=>[
|
|
367
|
-
attach_method :performSelectorInBackground, :args=>2, :names=>[
|
|
368
|
-
attach_method :performSelectorOnMainThread, [{:args=>3, :names=>[
|
|
366
|
+
attach_method :performSelector, [{:args=>1, :names=>[], :types=>[":"], :retval=>"@"}, {:args=>4, :names=>[:onThread, :withObject, :waitUntilDone], :types=>[":", "@", "@", "B"], :retval=>"v"}, {:args=>5, :names=>[:onThread, :withObject, :waitUntilDone, :modes], :types=>[":", "@", "@", "B", "@"], :retval=>"v"}, {:args=>2, :names=>[:withObject], :types=>[":", "@"], :retval=>"@"}, {:args=>3, :names=>[:withObject, :afterDelay], :types=>[":", "@", "d"], :retval=>"v"}, {:args=>4, :names=>[:withObject, :afterDelay, :inModes], :types=>[":", "@", "d", "@"], :retval=>"v"}, {:args=>3, :names=>[:withObject, :withObject], :types=>[":", "@", "@"], :retval=>"@"}]
|
|
367
|
+
attach_method :performSelectorInBackground, :args=>2, :names=>[:withObject], :types=>[":", "@"], :retval=>"v"
|
|
368
|
+
attach_method :performSelectorOnMainThread, [{:args=>3, :names=>[:withObject, :waitUntilDone], :types=>[":", "@", "B"], :retval=>"v"}, {:args=>4, :names=>[:withObject, :waitUntilDone, :modes], :types=>[":", "@", "B", "@"], :retval=>"v"}]
|
|
369
369
|
attach_method :popoverDidClose, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
370
370
|
attach_method :popoverDidShow, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
371
371
|
attach_method :popoverShouldClose, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
@@ -380,7 +380,7 @@ module Cocoa
|
|
|
380
380
|
attach_method :presentedItemDidResolveConflictVersion, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
381
381
|
attach_method :presentedItemOperationQueue, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
382
382
|
attach_method :presentedItemURL, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
383
|
-
attach_method :presentedSubitemAtURL, [{:args=>2, :names=>[
|
|
383
|
+
attach_method :presentedSubitemAtURL, [{:args=>2, :names=>[:didGainVersion], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didLoseVersion], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didMoveToURL], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didResolveConflictVersion], :types=>["@", "@"], :retval=>"v"}]
|
|
384
384
|
attach_method :presentedSubitemDidAppearAtURL, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
385
385
|
attach_method :presentedSubitemDidChangeAtURL, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
386
386
|
attach_method :primaryPresentedItemURL, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
@@ -388,7 +388,7 @@ module Cocoa
|
|
|
388
388
|
attach_method :provideNewView, :args=>1, :names=>[], :types=>["B"], :retval=>"@"
|
|
389
389
|
attach_method :readSelectionFromPasteboard, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
390
390
|
attach_singular_method :readableTypesForPasteboard, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
391
|
-
attach_singular_method :readingOptionsForType, :args=>2, :names=>[
|
|
391
|
+
attach_singular_method :readingOptionsForType, :args=>2, :names=>[:pasteboard], :types=>["@", "@"], :retval=>"Q"
|
|
392
392
|
attach_method :rectsForCharacterRange, :args=>1, :names=>[], :types=>["{_NSRange=QQ}"], :retval=>"@"
|
|
393
393
|
attach_method :rejectProtectionSpaceAndContinueWithChallenge, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
394
394
|
attach_method :release, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
@@ -396,12 +396,12 @@ module Cocoa
|
|
|
396
396
|
attach_method :relinquishPresentedItemToWriter, :args=>1, :names=>[], :types=>["@?"], :retval=>"v"
|
|
397
397
|
attach_method :remoteObjectProxy, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
398
398
|
attach_method :remoteObjectProxyWithErrorHandler, :args=>1, :names=>[], :types=>["@?"], :retval=>"@"
|
|
399
|
-
attach_method :removeObserver, [{:args=>2, :names=>[
|
|
400
|
-
attach_method :removeValueAtIndex, :args=>2, :names=>[
|
|
399
|
+
attach_method :removeObserver, [{:args=>2, :names=>[:forKeyPath], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:forKeyPath, :context], :types=>["@", "@", "^v"], :retval=>"v"}]
|
|
400
|
+
attach_method :removeValueAtIndex, :args=>2, :names=>[:fromPropertyWithKey], :types=>["Q", "@"], :retval=>"v"
|
|
401
401
|
attach_method :repeatCount, :args=>0, :names=>[], :types=>[], :retval=>"f"
|
|
402
402
|
attach_method :repeatDuration, :args=>0, :names=>[], :types=>[], :retval=>"d"
|
|
403
|
-
attach_method :replaceCharactersInRange, :args=>2, :names=>[
|
|
404
|
-
attach_method :replaceValueAtIndex, :args=>3, :names=>[
|
|
403
|
+
attach_method :replaceCharactersInRange, :args=>2, :names=>[:withString], :types=>["{_NSRange=QQ}", "@"], :retval=>"v"
|
|
404
|
+
attach_method :replaceValueAtIndex, :args=>3, :names=>[:inPropertyWithKey, :withValue], :types=>["Q", "@", "@"], :retval=>"v"
|
|
405
405
|
attach_method :replacementObjectForArchiver, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
406
406
|
attach_method :replacementObjectForCoder, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
407
407
|
attach_method :replacementObjectForKeyedArchiver, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
@@ -409,14 +409,14 @@ module Cocoa
|
|
|
409
409
|
attach_singular_method :resolveClassMethod, :args=>1, :names=>[], :types=>[":"], :retval=>"B"
|
|
410
410
|
attach_singular_method :resolveInstanceMethod, :args=>1, :names=>[], :types=>[":"], :retval=>"B"
|
|
411
411
|
attach_method :respondsToSelector, :args=>1, :names=>[], :types=>[":"], :retval=>"B"
|
|
412
|
-
attach_singular_method :restoreWindowWithIdentifier, :args=>3, :names=>[
|
|
412
|
+
attach_singular_method :restoreWindowWithIdentifier, :args=>3, :names=>[:state, :completionHandler], :types=>["@", "@", "@?"], :retval=>"v"
|
|
413
413
|
attach_method :retain, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
414
414
|
attach_method :retainCount, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
415
415
|
attach_method :rootItemForBrowser, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
416
416
|
attach_method :roundingMode, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
417
|
-
attach_method :ruleEditor, [{:args=>4, :names=>[
|
|
417
|
+
attach_method :ruleEditor, [{:args=>4, :names=>[:child, :forCriterion, :withRowType], :types=>["@", "q", "@", "Q"], :retval=>"@"}, {:args=>3, :names=>[:displayValueForCriterion, :inRow], :types=>["@", "@", "q"], :retval=>"@"}, {:args=>3, :names=>[:numberOfChildrenForCriterion, :withRowType], :types=>["@", "@", "Q"], :retval=>"q"}, {:args=>4, :names=>[:predicatePartsForCriterion, :withDisplayValue, :inRow], :types=>["@", "@", "@", "q"], :retval=>"@"}]
|
|
418
418
|
attach_method :ruleEditorRowsDidChange, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
419
|
-
attach_method :runActionForKey, :args=>3, :names=>[
|
|
419
|
+
attach_method :runActionForKey, :args=>3, :names=>[:object, :arguments], :types=>["@", "@", "@"], :retval=>"v"
|
|
420
420
|
attach_method :savePresentedItemChangesWithCompletionHandler, :args=>1, :names=>[], :types=>["@?"], :retval=>"v"
|
|
421
421
|
attach_method :scale, :args=>0, :names=>[], :types=>[], :retval=>"s"
|
|
422
422
|
attach_method :scriptingBeginsWith, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
@@ -430,7 +430,7 @@ module Cocoa
|
|
|
430
430
|
attach_method :scriptingProperties, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
431
431
|
attach_method :scriptingValueForSpecifier, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
432
432
|
attach_method :scrollRangeToVisible, :args=>1, :names=>[], :types=>["{_NSRange=QQ}"], :retval=>"v"
|
|
433
|
-
attach_method :searchForItemsWithSearchString, :args=>3, :names=>[
|
|
433
|
+
attach_method :searchForItemsWithSearchString, :args=>3, :names=>[:resultLimit, :matchedItemHandler], :types=>["@", "q", "@?"], :retval=>"v"
|
|
434
434
|
attach_method :selectedRange, :args=>0, :names=>[], :types=>[], :retval=>"{_NSRange=QQ}"
|
|
435
435
|
attach_method :selectedRanges, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
436
436
|
attach_method :selectionShouldChangeInOutlineView, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
@@ -442,7 +442,7 @@ module Cocoa
|
|
|
442
442
|
attach_method :setAutoreverses, :args=>1, :names=>[], :types=>["B"], :retval=>"v"
|
|
443
443
|
attach_method :setBeginTime, :args=>1, :names=>[], :types=>["d"], :retval=>"v"
|
|
444
444
|
attach_method :setColor, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
445
|
-
attach_singular_method :setDefaultPlaceholder, :args=>3, :names=>[
|
|
445
|
+
attach_singular_method :setDefaultPlaceholder, :args=>3, :names=>[:forMarker, :withBinding], :types=>["@", "@", "@"], :retval=>"v"
|
|
446
446
|
attach_method :setDockTile, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
447
447
|
attach_method :setDraggingFormation, :args=>1, :names=>[], :types=>["q"], :retval=>"v"
|
|
448
448
|
attach_method :setDuration, :args=>1, :names=>[], :types=>["d"], :retval=>"v"
|
|
@@ -450,11 +450,11 @@ module Cocoa
|
|
|
450
450
|
attach_method :setFindBarView, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
451
451
|
attach_method :setFindBarVisible, :args=>1, :names=>[], :types=>["B"], :retval=>"v"
|
|
452
452
|
attach_method :setIdentifier, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
453
|
-
attach_method :setIntAttribute, :args=>3, :names=>[
|
|
453
|
+
attach_method :setIntAttribute, :args=>3, :names=>[:value, :forGlyphAtIndex], :types=>["q", "q", "Q"], :retval=>"v"
|
|
454
454
|
attach_method :setKey, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
455
|
-
attach_singular_method :setKeys, :args=>2, :names=>[
|
|
455
|
+
attach_singular_method :setKeys, :args=>2, :names=>[:triggerChangeNotificationsForDependentKey], :types=>["@", "@"], :retval=>"v"
|
|
456
456
|
attach_method :setLocalizedKey, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
457
|
-
attach_method :setMarkedText, [{:args=>2, :names=>[
|
|
457
|
+
attach_method :setMarkedText, [{:args=>2, :names=>[:selectedRange], :types=>["@", "{_NSRange=QQ}"], :retval=>"v"}, {:args=>3, :names=>[:selectedRange, :replacementRange], :types=>["@", "{_NSRange=QQ}", "{_NSRange=QQ}"], :retval=>"v"}]
|
|
458
458
|
attach_method :setMode, :args=>1, :names=>[], :types=>["q"], :retval=>"v"
|
|
459
459
|
attach_method :setNilValueForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
460
460
|
attach_method :setNumberOfValidItemsForDrop, :args=>1, :names=>[], :types=>["q"], :retval=>"v"
|
|
@@ -465,41 +465,41 @@ module Cocoa
|
|
|
465
465
|
attach_method :setSelectedRanges, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
466
466
|
attach_method :setSpeed, :args=>1, :names=>[], :types=>["f"], :retval=>"v"
|
|
467
467
|
attach_method :setTimeOffset, :args=>1, :names=>[], :types=>["d"], :retval=>"v"
|
|
468
|
-
attach_method :setValue, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>2, :names=>[
|
|
468
|
+
attach_method :setValue, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>2, :names=>[:forKey], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:forKeyPath], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:forUndefinedKey], :types=>["@", "@"], :retval=>"v"}]
|
|
469
469
|
attach_method :setValuesForKeysWithDictionary, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
470
470
|
attach_singular_method :setVersion, :args=>1, :names=>[], :types=>["q"], :retval=>"v"
|
|
471
|
-
attach_method :sharingService, [{:args=>3, :names=>[
|
|
472
|
-
attach_method :sharingServicePicker, [{:args=>2, :names=>[
|
|
473
|
-
attach_method :shouldReplaceCharactersInRanges, :args=>2, :names=>[
|
|
471
|
+
attach_method :sharingService, [{:args=>3, :names=>[:didFailToShareItems, :error], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didShareItems], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:sourceFrameOnScreenForShareItem], :types=>["@", "@"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"}, {:args=>3, :names=>[:sourceWindowForShareItems, :sharingContentScope], :types=>["@", "@", "^q"], :retval=>"@"}, {:args=>3, :names=>[:transitionImageForShareItem, :contentRect], :types=>["@", "@", "^{CGRect={CGPoint=dd}{CGSize=dd}}"], :retval=>"@"}, {:args=>2, :names=>[:willShareItems], :types=>["@", "@"], :retval=>"v"}]
|
|
472
|
+
attach_method :sharingServicePicker, [{:args=>2, :names=>[:delegateForSharingService], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:didChooseSharingService], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:sharingServicesForItems, :proposedSharingServices], :types=>["@", "@", "@"], :retval=>"@"}]
|
|
473
|
+
attach_method :shouldReplaceCharactersInRanges, :args=>2, :names=>[:withStrings], :types=>["@", "@"], :retval=>"B"
|
|
474
474
|
attach_method :showAllHelpTopicsForSearchString, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
475
475
|
attach_method :slideDraggedImageTo, :args=>1, :names=>[], :types=>["{CGPoint=dd}"], :retval=>"v"
|
|
476
|
-
attach_method :sound, :args=>2, :names=>[
|
|
477
|
-
attach_method :speechRecognizer, :args=>2, :names=>[
|
|
478
|
-
attach_method :speechSynthesizer, [{:args=>4, :names=>[
|
|
476
|
+
attach_method :sound, :args=>2, :names=>[:didFinishPlaying], :types=>["@", "B"], :retval=>"v"
|
|
477
|
+
attach_method :speechRecognizer, :args=>2, :names=>[:didRecognizeCommand], :types=>["@", "@"], :retval=>"v"
|
|
478
|
+
attach_method :speechSynthesizer, [{:args=>4, :names=>[:didEncounterErrorAtIndex, :ofString, :message], :types=>["@", "Q", "@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didEncounterSyncMessage], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didFinishSpeaking], :types=>["@", "B"], :retval=>"v"}, {:args=>2, :names=>[:willSpeakPhoneme], :types=>["@", "s"], :retval=>"v"}, {:args=>3, :names=>[:willSpeakWord, :ofString], :types=>["@", "{_NSRange=QQ}", "@"], :retval=>"v"}]
|
|
479
479
|
attach_method :speed, :args=>0, :names=>[], :types=>[], :retval=>"f"
|
|
480
|
-
attach_method :spellServer, [{:args=>4, :names=>[
|
|
481
|
-
attach_method :splitView, [{:args=>2, :names=>[
|
|
480
|
+
attach_method :spellServer, [{:args=>4, :names=>[:checkGrammarInString, :language, :details], :types=>["@", "@", "@", "^@"], :retval=>"{_NSRange=QQ}"}, {:args=>7, :names=>[:checkString, :offset, :types, :options, :orthography, :wordCount], :types=>["@", "@", "Q", "Q", "@", "@", "^q"], :retval=>"@"}, {:args=>3, :names=>[:didForgetWord, :inLanguage], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>3, :names=>[:didLearnWord, :inLanguage], :types=>["@", "@", "@"], :retval=>"v"}, {:args=>5, :names=>[:findMisspelledWordInString, :language, :wordCount, :countOnly], :types=>["@", "@", "@", "^q", "B"], :retval=>"{_NSRange=QQ}"}, {:args=>5, :names=>[:recordResponse, :toCorrection, :forWord, :language], :types=>["@", "Q", "@", "@", "@"], :retval=>"v"}, {:args=>4, :names=>[:suggestCompletionsForPartialWordRange, :inString, :language], :types=>["@", "{_NSRange=QQ}", "@", "@"], :retval=>"@"}, {:args=>3, :names=>[:suggestGuessesForWord, :inLanguage], :types=>["@", "@", "@"], :retval=>"@"}]
|
|
481
|
+
attach_method :splitView, [{:args=>2, :names=>[:additionalEffectiveRectOfDividerAtIndex], :types=>["@", "q"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"}, {:args=>2, :names=>[:canCollapseSubview], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:constrainMaxCoordinate, :ofSubviewAt], :types=>["@", "d", "q"], :retval=>"d"}, {:args=>3, :names=>[:constrainMinCoordinate, :ofSubviewAt], :types=>["@", "d", "q"], :retval=>"d"}, {:args=>3, :names=>[:constrainSplitPosition, :ofSubviewAt], :types=>["@", "d", "q"], :retval=>"d"}, {:args=>4, :names=>[:effectiveRect, :forDrawnRect, :ofDividerAtIndex], :types=>["@", "{CGRect={CGPoint=dd}{CGSize=dd}}", "{CGRect={CGPoint=dd}{CGSize=dd}}", "q"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"}, {:args=>2, :names=>[:resizeSubviewsWithOldSize], :types=>["@", "{CGSize=dd}"], :retval=>"v"}, {:args=>2, :names=>[:shouldAdjustSizeOfSubview], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldCollapseSubview, :forDoubleClickOnDividerAtIndex], :types=>["@", "@", "q"], :retval=>"B"}, {:args=>2, :names=>[:shouldHideDividerAtIndex], :types=>["@", "q"], :retval=>"B"}]
|
|
482
482
|
attach_method :splitViewDidResizeSubviews, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
483
483
|
attach_method :splitViewWillResizeSubviews, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
484
484
|
attach_method :storedValueForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
485
|
-
attach_method :stream, :args=>2, :names=>[
|
|
485
|
+
attach_method :stream, :args=>2, :names=>[:handleEvent], :types=>["@", "Q"], :retval=>"v"
|
|
486
486
|
attach_method :string, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
487
|
-
attach_method :stringAtIndex, :args=>3, :names=>[
|
|
487
|
+
attach_method :stringAtIndex, :args=>3, :names=>[:effectiveRange, :endsWithSearchBoundary], :types=>["Q", "^{_NSRange=QQ}", "^B"], :retval=>"@"
|
|
488
488
|
attach_method :stringLength, :args=>0, :names=>[], :types=>[], :retval=>"Q"
|
|
489
489
|
attach_singular_method :superclass, :args=>0, :names=>[], :types=>[], :retval=>"#"
|
|
490
490
|
attach_method :superclass, :args=>0, :names=>[], :types=>[], :retval=>"#"
|
|
491
491
|
attach_method :supportsMode, :args=>1, :names=>[], :types=>["q"], :retval=>"B"
|
|
492
492
|
attach_singular_method :supportsSecureCoding, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
493
|
-
attach_method :tabView, [{:args=>2, :names=>[
|
|
493
|
+
attach_method :tabView, [{:args=>2, :names=>[:didSelectTabViewItem], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:shouldSelectTabViewItem], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:willSelectTabViewItem], :types=>["@", "@"], :retval=>"v"}]
|
|
494
494
|
attach_method :tabViewDidChangeNumberOfTabViewItems, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
495
|
-
attach_method :tableView, [{:args=>4, :names=>[
|
|
495
|
+
attach_method :tableView, [{:args=>4, :names=>[:acceptDrop, :row, :dropOperation], :types=>["@", "@", "q", "Q"], :retval=>"B"}, {:args=>3, :names=>[:dataCellForTableColumn, :row], :types=>["@", "@", "q"], :retval=>"@"}, {:args=>3, :names=>[:didAddRowView, :forRow], :types=>["@", "@", "q"], :retval=>"v"}, {:args=>2, :names=>[:didClickTableColumn], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didDragTableColumn], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:didRemoveRowView, :forRow], :types=>["@", "@", "q"], :retval=>"v"}, {:args=>4, :names=>[:draggingSession, :endedAtPoint, :operation], :types=>["@", "@", "{CGPoint=dd}", "Q"], :retval=>"v"}, {:args=>4, :names=>[:draggingSession, :willBeginAtPoint, :forRowIndexes], :types=>["@", "@", "{CGPoint=dd}", "@"], :retval=>"v"}, {:args=>2, :names=>[:heightOfRow], :types=>["@", "q"], :retval=>"d"}, {:args=>2, :names=>[:isGroupRow], :types=>["@", "q"], :retval=>"B"}, {:args=>2, :names=>[:mouseDownInHeaderOfTableColumn], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:namesOfPromisedFilesDroppedAtDestination, :forDraggedRowsWithIndexes], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>4, :names=>[:nextTypeSelectMatchFromRow, :toRow, :forString], :types=>["@", "q", "q", "@"], :retval=>"q"}, {:args=>3, :names=>[:objectValueForTableColumn, :row], :types=>["@", "@", "q"], :retval=>"@"}, {:args=>2, :names=>[:pasteboardWriterForRow], :types=>["@", "q"], :retval=>"@"}, {:args=>2, :names=>[:rowViewForRow], :types=>["@", "q"], :retval=>"@"}, {:args=>2, :names=>[:selectionIndexesForProposedSelection], :types=>["@", "@"], :retval=>"@"}, {:args=>4, :names=>[:setObjectValue, :forTableColumn, :row], :types=>["@", "@", "@", "q"], :retval=>"v"}, {:args=>3, :names=>[:shouldEditTableColumn, :row], :types=>["@", "@", "q"], :retval=>"B"}, {:args=>3, :names=>[:shouldReorderColumn, :toColumn], :types=>["@", "q", "q"], :retval=>"B"}, {:args=>2, :names=>[:shouldSelectRow], :types=>["@", "q"], :retval=>"B"}, {:args=>2, :names=>[:shouldSelectTableColumn], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldShowCellExpansionForTableColumn, :row], :types=>["@", "@", "q"], :retval=>"B"}, {:args=>4, :names=>[:shouldTrackCell, :forTableColumn, :row], :types=>["@", "@", "@", "q"], :retval=>"B"}, {:args=>3, :names=>[:shouldTypeSelectForEvent, :withCurrentSearchString], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>2, :names=>[:sizeToFitWidthOfColumn], :types=>["@", "q"], :retval=>"d"}, {:args=>2, :names=>[:sortDescriptorsDidChange], :types=>["@", "@"], :retval=>"v"}, {:args=>6, :names=>[:toolTipForCell, :rect, :tableColumn, :row, :mouseLocation], :types=>["@", "@", "^{CGRect={CGPoint=dd}{CGSize=dd}}", "@", "q", "{CGPoint=dd}"], :retval=>"@"}, {:args=>3, :names=>[:typeSelectStringForTableColumn, :row], :types=>["@", "@", "q"], :retval=>"@"}, {:args=>2, :names=>[:updateDraggingItemsForDrag], :types=>["@", "@"], :retval=>"v"}, {:args=>4, :names=>[:validateDrop, :proposedRow, :proposedDropOperation], :types=>["@", "@", "q", "Q"], :retval=>"Q"}, {:args=>3, :names=>[:viewForTableColumn, :row], :types=>["@", "@", "q"], :retval=>"@"}, {:args=>4, :names=>[:willDisplayCell, :forTableColumn, :row], :types=>["@", "@", "@", "q"], :retval=>"v"}, {:args=>3, :names=>[:writeRows, :toPasteboard], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:writeRowsWithIndexes, :toPasteboard], :types=>["@", "@", "@"], :retval=>"B"}]
|
|
496
496
|
attach_method :tableViewColumnDidMove, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
497
497
|
attach_method :tableViewColumnDidResize, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
498
498
|
attach_method :tableViewSelectionDidChange, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
499
499
|
attach_method :tableViewSelectionIsChanging, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
500
500
|
attach_method :tag, :args=>0, :names=>[], :types=>[], :retval=>"q"
|
|
501
|
-
attach_method :takeStoredValue, :args=>2, :names=>[
|
|
502
|
-
attach_method :takeValue, [{:args=>2, :names=>[
|
|
501
|
+
attach_method :takeStoredValue, :args=>2, :names=>[:forKey], :types=>["@", "@"], :retval=>"v"
|
|
502
|
+
attach_method :takeValue, [{:args=>2, :names=>[:forKey], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:forKeyPath], :types=>["@", "@"], :retval=>"v"}]
|
|
503
503
|
attach_method :takeValuesFromDictionary, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
504
504
|
attach_method :terminate, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
505
505
|
attach_method :textDidBeginEditing, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -509,23 +509,23 @@ module Cocoa
|
|
|
509
509
|
attach_method :textShouldEndEditing, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
510
510
|
attach_method :textStorageDidProcessEditing, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
511
511
|
attach_method :textStorageWillProcessEditing, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
512
|
-
attach_method :textView, [{:args=>3, :names=>[
|
|
512
|
+
attach_method :textView, [{:args=>3, :names=>[:URLForContentsOfTextAttachment, :atIndex], :types=>["@", "@", "Q"], :retval=>"@"}, {:args=>3, :names=>[:clickedOnCell, :inRect], :types=>["@", "@", "{CGRect={CGPoint=dd}{CGSize=dd}}"], :retval=>"v"}, {:args=>4, :names=>[:clickedOnCell, :inRect, :atIndex], :types=>["@", "@", "{CGRect={CGPoint=dd}{CGSize=dd}}", "Q"], :retval=>"v"}, {:args=>2, :names=>[:clickedOnLink], :types=>["@", "@"], :retval=>"B"}, {:args=>3, :names=>[:clickedOnLink, :atIndex], :types=>["@", "@", "Q"], :retval=>"B"}, {:args=>4, :names=>[:completions, :forPartialWordRange, :indexOfSelectedItem], :types=>["@", "@", "{_NSRange=QQ}", "^q"], :retval=>"@"}, {:args=>7, :names=>[:didCheckTextInRange, :types, :options, :results, :orthography, :wordCount], :types=>["@", "{_NSRange=QQ}", "Q", "@", "@", "@", "q"], :retval=>"@"}, {:args=>2, :names=>[:doCommandBySelector], :types=>["@", ":"], :retval=>"B"}, {:args=>3, :names=>[:doubleClickedOnCell, :inRect], :types=>["@", "@", "{CGRect={CGPoint=dd}{CGSize=dd}}"], :retval=>"v"}, {:args=>4, :names=>[:doubleClickedOnCell, :inRect, :atIndex], :types=>["@", "@", "{CGRect={CGPoint=dd}{CGSize=dd}}", "Q"], :retval=>"v"}, {:args=>4, :names=>[:draggedCell, :inRect, :event], :types=>["@", "@", "{CGRect={CGPoint=dd}{CGSize=dd}}", "@"], :retval=>"v"}, {:args=>5, :names=>[:draggedCell, :inRect, :event, :atIndex], :types=>["@", "@", "{CGRect={CGPoint=dd}{CGSize=dd}}", "@", "Q"], :retval=>"v"}, {:args=>4, :names=>[:menu, :forEvent, :atIndex], :types=>["@", "@", "@", "Q"], :retval=>"@"}, {:args=>3, :names=>[:shouldChangeTextInRange, :replacementString], :types=>["@", "{_NSRange=QQ}", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldChangeTextInRanges, :replacementStrings], :types=>["@", "@", "@"], :retval=>"B"}, {:args=>3, :names=>[:shouldChangeTypingAttributes, :toAttributes], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>3, :names=>[:shouldSetSpellingState, :range], :types=>["@", "q", "{_NSRange=QQ}"], :retval=>"q"}, {:args=>3, :names=>[:willChangeSelectionFromCharacterRange, :toCharacterRange], :types=>["@", "{_NSRange=QQ}", "{_NSRange=QQ}"], :retval=>"{_NSRange=QQ}"}, {:args=>3, :names=>[:willChangeSelectionFromCharacterRanges, :toCharacterRanges], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>4, :names=>[:willCheckTextInRange, :options, :types], :types=>["@", "{_NSRange=QQ}", "@", "^Q"], :retval=>"@"}, {:args=>3, :names=>[:willDisplayToolTip, :forCharacterAtIndex], :types=>["@", "@", "Q"], :retval=>"@"}, {:args=>3, :names=>[:willShowSharingServicePicker, :forItems], :types=>["@", "@", "@"], :retval=>"@"}, {:args=>3, :names=>[:writablePasteboardTypesForCell, :atIndex], :types=>["@", "@", "Q"], :retval=>"@"}, {:args=>5, :names=>[:writeCell, :atIndex, :toPasteboard, :type], :types=>["@", "@", "Q", "@", "@"], :retval=>"B"}]
|
|
513
513
|
attach_method :textViewDidChangeSelection, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
514
514
|
attach_method :textViewDidChangeTypingAttributes, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
515
515
|
attach_method :timeOffset, :args=>0, :names=>[], :types=>[], :retval=>"d"
|
|
516
516
|
attach_method :toManyRelationshipKeys, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
517
517
|
attach_method :toOneRelationshipKeys, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
518
|
-
attach_method :tokenField, [{:args=>4, :names=>[
|
|
519
|
-
attach_method :tokenFieldCell, [{:args=>4, :names=>[
|
|
520
|
-
attach_method :toolbar, :args=>3, :names=>[
|
|
518
|
+
attach_method :tokenField, [{:args=>4, :names=>[:completionsForSubstring, :indexOfToken, :indexOfSelectedItem], :types=>["@", "@", "q", "^q"], :retval=>"@"}, {:args=>2, :names=>[:displayStringForRepresentedObject], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:editingStringForRepresentedObject], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:hasMenuForRepresentedObject], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:menuForRepresentedObject], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:readFromPasteboard], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:representedObjectForEditingString], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:shouldAddObjects, :atIndex], :types=>["@", "@", "Q"], :retval=>"@"}, {:args=>2, :names=>[:styleForRepresentedObject], :types=>["@", "@"], :retval=>"Q"}, {:args=>3, :names=>[:writeRepresentedObjects, :toPasteboard], :types=>["@", "@", "@"], :retval=>"B"}]
|
|
519
|
+
attach_method :tokenFieldCell, [{:args=>4, :names=>[:completionsForSubstring, :indexOfToken, :indexOfSelectedItem], :types=>["@", "@", "q", "^q"], :retval=>"@"}, {:args=>2, :names=>[:displayStringForRepresentedObject], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:editingStringForRepresentedObject], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:hasMenuForRepresentedObject], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:menuForRepresentedObject], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:readFromPasteboard], :types=>["@", "@"], :retval=>"@"}, {:args=>2, :names=>[:representedObjectForEditingString], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:shouldAddObjects, :atIndex], :types=>["@", "@", "Q"], :retval=>"@"}, {:args=>2, :names=>[:styleForRepresentedObject], :types=>["@", "@"], :retval=>"Q"}, {:args=>3, :names=>[:writeRepresentedObjects, :toPasteboard], :types=>["@", "@", "@"], :retval=>"B"}]
|
|
520
|
+
attach_method :toolbar, :args=>3, :names=>[:itemForItemIdentifier, :willBeInsertedIntoToolbar], :types=>["@", "@", "B"], :retval=>"@"
|
|
521
521
|
attach_method :toolbarAllowedItemIdentifiers, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
522
522
|
attach_method :toolbarDefaultItemIdentifiers, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
523
523
|
attach_method :toolbarDidRemoveItem, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
524
524
|
attach_method :toolbarSelectableItemIdentifiers, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
525
525
|
attach_method :toolbarWillAddItem, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
526
|
-
attach_method :trackMouse, [{:args=>5, :names=>[
|
|
526
|
+
attach_method :trackMouse, [{:args=>5, :names=>[:inRect, :ofView, :atCharacterIndex, :untilMouseUp], :types=>["@", "{CGRect={CGPoint=dd}{CGSize=dd}}", "@", "Q", "B"], :retval=>"B"}, {:args=>4, :names=>[:inRect, :ofView, :untilMouseUp], :types=>["@", "{CGRect={CGPoint=dd}{CGSize=dd}}", "@", "B"], :retval=>"B"}]
|
|
527
527
|
attach_method :unableToSetNilForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
528
|
-
attach_method :unarchiver, [{:args=>3, :names=>[
|
|
528
|
+
attach_method :unarchiver, [{:args=>3, :names=>[:cannotDecodeObjectOfClassName, :originalClasses], :types=>["@", "@", "@"], :retval=>"#"}, {:args=>2, :names=>[:didDecodeObject], :types=>["@", "@"], :retval=>"@"}, {:args=>3, :names=>[:willReplaceObject, :withObject], :types=>["@", "@", "@"], :retval=>"v"}]
|
|
529
529
|
attach_method :unarchiverDidFinish, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
530
530
|
attach_method :unarchiverWillFinish, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
531
531
|
attach_method :unbind, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -533,26 +533,26 @@ module Cocoa
|
|
|
533
533
|
attach_method :unlock, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
534
534
|
attach_method :unmarkText, :args=>0, :names=>[], :types=>[], :retval=>"v"
|
|
535
535
|
attach_method :updateDraggingItemsForDrag, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
536
|
-
attach_method :useCredential, :args=>2, :names=>[
|
|
536
|
+
attach_method :useCredential, :args=>2, :names=>[:forAuthenticationChallenge], :types=>["@", "@"], :retval=>"v"
|
|
537
537
|
attach_singular_method :useStoredAccessor, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
538
|
-
attach_method :userNotificationCenter, [{:args=>2, :names=>[
|
|
538
|
+
attach_method :userNotificationCenter, [{:args=>2, :names=>[:didActivateNotification], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:didDeliverNotification], :types=>["@", "@"], :retval=>"v"}, {:args=>2, :names=>[:shouldPresentNotification], :types=>["@", "@"], :retval=>"B"}]
|
|
539
539
|
attach_method :validAttributesForMarkedText, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
540
540
|
attach_method :validModesForFontPanel, :args=>1, :names=>[], :types=>["@"], :retval=>"Q"
|
|
541
541
|
attach_method :validateMenuItem, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
542
542
|
attach_method :validateToolbarItem, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
543
543
|
attach_method :validateUserInterfaceItem, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
544
|
-
attach_method :validateValue, [{:args=>3, :names=>[
|
|
544
|
+
attach_method :validateValue, [{:args=>3, :names=>[:forKey, :error], :types=>["^@", "@", "^@"], :retval=>"B"}, {:args=>3, :names=>[:forKeyPath, :error], :types=>["^@", "@", "^@"], :retval=>"B"}]
|
|
545
545
|
attach_method :value, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
546
|
-
attach_method :valueAtIndex, :args=>2, :names=>[
|
|
546
|
+
attach_method :valueAtIndex, :args=>2, :names=>[:inPropertyWithKey], :types=>["Q", "@"], :retval=>"@"
|
|
547
547
|
attach_method :valueClassForBinding, :args=>1, :names=>[], :types=>["@"], :retval=>"#"
|
|
548
548
|
attach_method :valueForKey, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
549
549
|
attach_method :valueForKeyPath, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
550
550
|
attach_method :valueForUndefinedKey, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
551
|
-
attach_method :valueWithName, :args=>2, :names=>[
|
|
552
|
-
attach_method :valueWithUniqueID, :args=>2, :names=>[
|
|
551
|
+
attach_method :valueWithName, :args=>2, :names=>[:inPropertyWithKey], :types=>["@", "@"], :retval=>"@"
|
|
552
|
+
attach_method :valueWithUniqueID, :args=>2, :names=>[:inPropertyWithKey], :types=>["@", "@"], :retval=>"@"
|
|
553
553
|
attach_method :valuesForKeys, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
554
554
|
attach_singular_method :version, :args=>0, :names=>[], :types=>[], :retval=>"q"
|
|
555
|
-
attach_method :view, :args=>4, :names=>[
|
|
555
|
+
attach_method :view, :args=>4, :names=>[:stringForToolTip, :point, :userData], :types=>["@", "q", "{CGPoint=dd}", "^v"], :retval=>"@"
|
|
556
556
|
attach_method :viewSizeChanged, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
557
557
|
attach_method :visibleCharacterRanges, :args=>0, :names=>[], :types=>[], :retval=>"@"
|
|
558
558
|
attach_method :wantsPeriodicDraggingUpdates, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
@@ -560,10 +560,10 @@ module Cocoa
|
|
|
560
560
|
attach_method :wantsToHandleMouseEvents, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
561
561
|
attach_method :wantsToInterpretAllKeystrokes, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
562
562
|
attach_method :wantsToTrackMouse, :args=>0, :names=>[], :types=>[], :retval=>"B"
|
|
563
|
-
attach_method :wantsToTrackMouseForEvent, :args=>4, :names=>[
|
|
564
|
-
attach_method :willChange, :args=>3, :names=>[
|
|
565
|
-
attach_method :willChangeValueForKey, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>3, :names=>[
|
|
566
|
-
attach_method :window, [{:args=>2, :names=>[
|
|
563
|
+
attach_method :wantsToTrackMouseForEvent, :args=>4, :names=>[:inRect, :ofView, :atCharacterIndex], :types=>["@", "{CGRect={CGPoint=dd}{CGSize=dd}}", "@", "Q"], :retval=>"B"
|
|
564
|
+
attach_method :willChange, :args=>3, :names=>[:valuesAtIndexes, :forKey], :types=>["Q", "@", "@"], :retval=>"v"
|
|
565
|
+
attach_method :willChangeValueForKey, [{:args=>1, :names=>[], :types=>["@"], :retval=>"v"}, {:args=>3, :names=>[:withSetMutation, :usingObjects], :types=>["@", "Q", "@"], :retval=>"v"}]
|
|
566
|
+
attach_method :window, [{:args=>2, :names=>[:didDecodeRestorableState], :types=>["@", "@"], :retval=>"v"}, {:args=>4, :names=>[:shouldDragDocumentWithEvent, :from, :withPasteboard], :types=>["@", "@", "{CGPoint=dd}", "@"], :retval=>"B"}, {:args=>2, :names=>[:shouldPopUpDocumentPathMenu], :types=>["@", "@"], :retval=>"B"}, {:args=>2, :names=>[:startCustomAnimationToEnterFullScreenWithDuration], :types=>["@", "d"], :retval=>"v"}, {:args=>2, :names=>[:startCustomAnimationToExitFullScreenWithDuration], :types=>["@", "d"], :retval=>"v"}, {:args=>2, :names=>[:willEncodeRestorableState], :types=>["@", "@"], :retval=>"v"}, {:args=>3, :names=>[:willPositionSheet, :usingRect], :types=>["@", "@", "{CGRect={CGPoint=dd}{CGSize=dd}}"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"}, {:args=>3, :names=>[:willResizeForVersionBrowserWithMaxPreferredSize, :maxAllowedSize], :types=>["@", "{CGSize=dd}", "{CGSize=dd}"], :retval=>"{CGSize=dd}"}, {:args=>2, :names=>[:willUseFullScreenContentSize], :types=>["@", "{CGSize=dd}"], :retval=>"{CGSize=dd}"}, {:args=>2, :names=>[:willUseFullScreenPresentationOptions], :types=>["@", "Q"], :retval=>"Q"}]
|
|
567
567
|
attach_method :windowDidBecomeKey, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
568
568
|
attach_method :windowDidBecomeMain, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
569
569
|
attach_method :windowDidChangeBackingProperties, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -587,7 +587,7 @@ module Cocoa
|
|
|
587
587
|
attach_method :windowDidUpdate, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
588
588
|
attach_method :windowLevel, :args=>0, :names=>[], :types=>[], :retval=>"q"
|
|
589
589
|
attach_method :windowShouldClose, :args=>1, :names=>[], :types=>["@"], :retval=>"B"
|
|
590
|
-
attach_method :windowShouldZoom, :args=>2, :names=>[
|
|
590
|
+
attach_method :windowShouldZoom, :args=>2, :names=>[:toFrame], :types=>["@", "{CGRect={CGPoint=dd}{CGSize=dd}}"], :retval=>"B"
|
|
591
591
|
attach_method :windowWillBeginSheet, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
592
592
|
attach_method :windowWillClose, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
593
593
|
attach_method :windowWillEnterFullScreen, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
@@ -596,14 +596,14 @@ module Cocoa
|
|
|
596
596
|
attach_method :windowWillExitVersionBrowser, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
597
597
|
attach_method :windowWillMiniaturize, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
598
598
|
attach_method :windowWillMove, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
599
|
-
attach_method :windowWillResize, :args=>2, :names=>[
|
|
600
|
-
attach_method :windowWillReturnFieldEditor, :args=>2, :names=>[
|
|
599
|
+
attach_method :windowWillResize, :args=>2, :names=>[:toSize], :types=>["@", "{CGSize=dd}"], :retval=>"{CGSize=dd}"
|
|
600
|
+
attach_method :windowWillReturnFieldEditor, :args=>2, :names=>[:toObject], :types=>["@", "@"], :retval=>"@"
|
|
601
601
|
attach_method :windowWillReturnUndoManager, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
602
602
|
attach_method :windowWillStartLiveResize, :args=>1, :names=>[], :types=>["@"], :retval=>"v"
|
|
603
|
-
attach_method :windowWillUseStandardFrame, :args=>2, :names=>[
|
|
603
|
+
attach_method :windowWillUseStandardFrame, :args=>2, :names=>[:defaultFrame], :types=>["@", "{CGRect={CGPoint=dd}{CGSize=dd}}"], :retval=>"{CGRect={CGPoint=dd}{CGSize=dd}}"
|
|
604
604
|
attach_method :writableTypesForPasteboard, :args=>1, :names=>[], :types=>["@"], :retval=>"@"
|
|
605
|
-
attach_method :writeSelectionToPasteboard, :args=>2, :names=>[
|
|
606
|
-
attach_method :writingOptionsForType, :args=>2, :names=>[
|
|
605
|
+
attach_method :writeSelectionToPasteboard, :args=>2, :names=>[:types], :types=>["@", "@"], :retval=>"B"
|
|
606
|
+
attach_method :writingOptionsForType, :args=>2, :names=>[:pasteboard], :types=>["@", "@"], :retval=>"Q"
|
|
607
607
|
attach_method :zone, :args=>0, :names=>[], :types=>[], :retval=>"^{_NSZone=}"
|
|
608
608
|
end
|
|
609
609
|
end
|