mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
improve documentation ... really runtime features but we don't have dos for that
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30125 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
27f9696557
commit
40e2c94d2b
3 changed files with 51 additions and 7 deletions
|
@ -949,13 +949,6 @@ objc_create_block_classes_as_subclasses_of(Class super) __attribute__((weak));
|
|||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
* This message is sent to a class once just before it is used for the first
|
||||
* time. If class has a superclass, its implementation of +initialize is
|
||||
* called first. You can implement +initialize in your own class if you need
|
||||
* to. NSObject's implementation handles essential root object and base
|
||||
* library initialization.
|
||||
*/
|
||||
+ (void) initialize
|
||||
{
|
||||
if (self == [NSObject class])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue