help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Objective-C runtime questions


From: Adam Fedor
Subject: Re: GNU Objective-C runtime questions
Date: Wed, 8 Dec 2004 20:24:01 -0700


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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]