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:
Richard Frith-MacDonald 2008-09-01 19:22:02 +00:00
parent 6c779e7f63
commit f6e6e34db6

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