discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Wrapping C functions


From: David Chisnall
Subject: Re: Wrapping C functions
Date: Thu, 6 Aug 2009 18:27:26 +0100

On 6 Aug 2009, at 18:24, Martin Kalbfuß wrote:


Is the initalize method called automatically or has the user to call it?

It's called automatically by the runtime. There is also a +load method that is called when the class is loaded, but this is generally not safe because there are no guarantees made about library load order, so +load may be called before other libraries are loaded so should be avoided unless absolutely required.

David



reply via email to

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