Re: Importing Word doc in Carbon app via Cocoa
Re: Importing Word doc in Carbon app via Cocoa
- Subject: Re: Importing Word doc in Carbon app via Cocoa
- From: Randall Meadows <email@hidden>
- Date: Thu, 16 Apr 2009 11:52:56 -0600
On Apr 16, 2009, at 11:43 AM, Jeremy W. Sherman wrote:
Foundation memory management for CoreFoundation programmers, in brief:
* the Create rule becomes the "you own all references returned by a
method beginning with new, copy, or alloc"
* the Get rule becomes "you do not own any references returned by a
method beginning with anything else"
<pedantic>
s/beginning with/containing/g
</pedantic>
mutableCopy would not be included otherwise.
_______________________________________________
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