Re: GNU Objective-C runtime questions
Adam Fedor <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On Dec 8, 2004, at 3:23 PM, Sébastien Pierre wrote: > Hi all, > > I would like to ask GNUstep gurus if they know how/if the GNU Objc > runtime implements the following operations : > > - objc_getClassList > - objc_addClass > > These operations are present in Apple Objc runtime. > There are similar functions in the GNU runtime. Note that GNUstep implements compatibility runtime functions that work on both Apple and GNU runtimes. See the GNUstepBase/GSObjCRuntime.h header in gnustep-base. At the very least you will be able to see how to implement the equivalent functionality with the GNU runtime.