Minor documentation tweak

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16442 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-04-12 05:13:54 +00:00
parent 44ce7d6e9f
commit 44d5f83483

View file

@ -313,6 +313,8 @@ _arg_addr(NSInvocation *inv, int index)
* Using an index of 0 is equivalent to calling -setTarget: and using an
* argument of 1 is equivalent to -setSelector:<br />
* Proper arguments start at index 2.<br />
* NB. Unlike -setTarget: and -setSelector: the value of buffer must be
* <em>a pointer to</em> the argument to be set in the invocation.<br />
* If -retainArguments was called, then any object argument set in the
* receiver is retained by it.
*/