mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
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:
parent
e8da2462c7
commit
a7a741d0be
1 changed files with 3 additions and 1 deletions
|
@ -220,7 +220,9 @@ typedef struct autorelease_array_list
|
||||||
- (id) autorelease;
|
- (id) autorelease;
|
||||||
|
|
||||||
#if OS_API_VERSION(100400, GS_API_LATEST)
|
#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;
|
- (void) drain;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue