mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Documentation tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13788 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5d4a28787b
commit
da32171514
25 changed files with 793 additions and 266 deletions
|
@ -58,6 +58,8 @@
|
|||
#include <string.h> /* for memset() */
|
||||
|
||||
|
||||
NSString * const NSDefaultRunLoopMode = @"NSDefaultRunLoopMode";
|
||||
|
||||
static NSDate *theFuture = nil;
|
||||
|
||||
extern BOOL GSCheckTasks();
|
||||
|
@ -344,7 +346,7 @@ wRetain(NSMapTable* t, const void* w)
|
|||
(*wRetImp)((id)w, wRetSel);
|
||||
}
|
||||
|
||||
const NSMapTableValueCallBacks WatcherMapValueCallBacks =
|
||||
static const NSMapTableValueCallBacks WatcherMapValueCallBacks =
|
||||
{
|
||||
wRetain,
|
||||
wRelease,
|
||||
|
@ -366,7 +368,7 @@ aRelease(NSMapTable* t, const void* a)
|
|||
NSZoneFree(((GSIArray)a)->zone, (void*)a);
|
||||
}
|
||||
|
||||
const NSMapTableValueCallBacks ArrayMapValueCallBacks =
|
||||
static const NSMapTableValueCallBacks ArrayMapValueCallBacks =
|
||||
{
|
||||
aRetain,
|
||||
aRelease,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue