Re: Amount of Arguments per Method
Re: Amount of Arguments per Method
- Subject: Re: Amount of Arguments per Method
- From: Scott Anguish <email@hidden>
- Date: Tue, 23 Jun 2009 01:45:52 -0400
There should be whitespace automatically generated between the
necessary bits.
If you'd rather see it the other way (and I can see an argument for
that), hit up bugreporter or feedback.
Devpubs listens, and our delivery team (the folks that take the XML
and output it to the various formats) ROCK.
On 2009-06-22, at 11:03 AM, WT wrote:
I mean, seriously, how easy is it to read
- (id) outputImageProviderFromBufferWithPixelFormat:(NSString*)
format pixelsWide:(NSUInteger)width pixelsHigh:(NSUInteger)height
baseAddress:(const void*)baseAddress bytesPerRow:(NSUInteger)
rowBytes releaseCallback:(QCPlugInBufferReleaseCallback)callback
releaseContext:(void*)context colorSpace:(CGColorSpaceRef)colorSpace
shouldColorMatch:(BOOL)colorMatch
(copied directly from the documentation link Andy provided)
compared to
- (id) outputImageProviderFromBufferWithPixelFormat: (NSString*)
format
pixelsWide: (NSUInteger) width
pixelsHigh: (NSUInteger)
height
baseAddress: (const void*)
baseAddress
bytesPerRow: (NSUInteger)
rowBytes
releaseCallback:
(QCPlugInBufferReleaseCallback) callback
releaseContext: (void*) context
colorSpace:
(CGColorSpaceRef) colorSpace
shouldColorMatch: (BOOL) colorMatch
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden