mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
44ce7d6e9f
commit
44d5f83483
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue