Re: observing dealloc
Re: observing dealloc
- Subject: Re: observing dealloc
- From: Ken Tozier <email@hidden>
- Date: Mon, 28 May 2007 14:20:58 -0400
On May 28, 2007, at 2:09 PM, Jim Correia wrote:
On May 28, 2007, at 1:54 PM, Diederik Hoogenboom wrote:
Use [object observationInfo] which returns an array with
dictionaries, one for each observer:
-observationInfo is declared to return a void *. This is documented
as an opaque value. Design and ship code which relies on the
current implementation details at your own peril.
I noticed that. Since observationInfo in explicitly defined, it
stands to reason that there must be some way to at least access the
fields but the documentation is mum on how exactly to do that.
Is there any authorized way to get at the contents of a
NSKeyValueObservance?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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