Re: C callback function
Re: C callback function
- Subject: Re: C callback function
- From: Andy Lee <email@hidden>
- Date: Sat, 3 Mar 2007 01:44:56 -0500
On Mar 3, 2007, at 1:20 AM, Guy Meyer wrote:
I have got a C callback function within an object.
The said callback function needs access one of the objects variables.
How about having the object instance be an argument to the callback
function? The object can have accessor methods for the instance
variable in question, and the callback function can invoke those
accessor methods.
--Andy
_______________________________________________
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