From a7a741d0be518f9aa7678d754fa7b69addb8536b Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 1 Sep 2008 19:22:02 +0000 Subject: [PATCH] Document -drain git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26828 72102866-910b-0410-8b05-ffd578937521 --- Headers/Foundation/NSAutoreleasePool.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Headers/Foundation/NSAutoreleasePool.h b/Headers/Foundation/NSAutoreleasePool.h index 2ba95df12..48f562f07 100644 --- a/Headers/Foundation/NSAutoreleasePool.h +++ b/Headers/Foundation/NSAutoreleasePool.h @@ -220,7 +220,9 @@ typedef struct autorelease_array_list - (id) autorelease; #if OS_API_VERSION(100400, GS_API_LATEST) -/** Not implemented +/** Acts like the -release method.
+ * Intended to trigger a garbage collection run if in a garbage collected + * environment. */ - (void) drain; #endif