Document -drain

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26828 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2008-09-01 19:22:02 +00:00
parent e8da2462c7
commit a7a741d0be

View file

@ -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.<br/>
* Intended to trigger a garbage collection run if in a garbage collected
* environment.
*/
- (void) drain;
#endif