git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21318 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-06-17 05:43:41 +00:00
parent 8398c7de2a
commit 2b660f6c78

View file

@ -429,7 +429,7 @@ The following summarizes the retain/release-related methods:
@tab decreases the reference count of an object by 1 at some stage in the future
@item @code{+alloc} and @code{+allocWithZone:}
@tab allocates memory for an object, and returns it with retain count of 1
@item @code{-copy, @code{-mutableCopy}, @code{copyWithZone:} and @code{-mutableCopyWithZone:}
@item @code{-copy}, @code{-mutableCopy}, @code{copyWithZone:} and @code{-mutableCopyWithZone:}
@tab makes a copy of an object, and returns it with retain count of 1
@item @code{-init} and any method whose name begins with @code{init}
@tab initialises the receiver, returning the retain count unchanged.