• 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: Where to find _objc_insertMethods
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where to find _objc_insertMethods


  • Subject: Re: Where to find _objc_insertMethods
  • From: Ronald Oussoren <email@hidden>
  • Date: Tue, 7 Jun 2005 06:40:34 -0700


On 6-jun-2005, at 12:15, Greg Parker wrote:

On Jun 6, 2005, at 10:42 AM, Bill Greene wrote:

Greg Parker wrote:

_objc_insertMethods() is a function internal to the Objective-C
runtime. Nothing outside the runtime should be calling it.
You should find the code that uses that function and change it.

To add methods to classes, call class_addMethods() instead.


I'm trying to add support for categories to a non-C-based language.

Will that work for categories? I use class_addMethods() for the instance and class methods.


Yes, if I understand what you're trying to do. Categories add methods to classes in the same way that class_addMethods() does. Internally, both categories and class_addMethods() end up calling _objc_insertMethods() to do the real work.

If you need sample code to work of you can have a look at PyObjC <http://pyobjc.sf.net/>. This is a Python binding for Cocoa which also supports categories.


Ronald

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Where to find _objc_insertMethods (From: Bill Greene <email@hidden>)
 >Re: Where to find _objc_insertMethods (From: Greg Parker <email@hidden>)
 >Re: Where to find _objc_insertMethods (From: Bill Greene <email@hidden>)
 >Re: Where to find _objc_insertMethods (From: Greg Parker <email@hidden>)

  • Prev by Date: Re: Newbie questions
  • Next by Date: Turning pure white pixels, transparant
  • Previous by thread: Re: Where to find _objc_insertMethods
  • Next by thread: Fwd: Where to find _objc_insertMethods
  • Index(es):
    • Date
    • Thread