• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: make c function in objc-class know about instance?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make c function in objc-class know about instance?


  • Subject: Re: make c function in objc-class know about instance?
  • From: Shawn Erickson <email@hidden>
  • Date: Sat, 30 Dec 2006 08:17:06 -0800


On Dec 30, 2006, at 4:28 AM, maximilian marcoll wrote:


hi!

there must be a simple solution, but i just can't see it...

i'm using some library code which is calling a callback function i declared in my class interface.
now my problem is that the callback function, which is a c-function,
doesn't even know self.
i need to declare the callback as a c function, but i want the callback function to know about the object.

Pass self to the function when it is called. Most callbacks based APIs provide a way to supply a context to pass to the callback when it is called. If the library code doesn't supply such a means IMHO it is broken.


-Shawn
_______________________________________________

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


References: 
 >make c function in objc-class know about instance? (From: maximilian marcoll <email@hidden>)

  • Prev by Date: storing data from NSPanel
  • Next by Date: Re: bound textview display glitch
  • Previous by thread: Re: make c function in objc-class know about instance?
  • Next by thread: storing data from NSPanel
  • Index(es):
    • Date
    • Thread