mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 17:12:03 +00:00
Put html files under CVS so people without the gsdoc converter can read them.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6182 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
84c34104d0
commit
3a6e1ca8b4
69 changed files with 8557 additions and 0 deletions
114
Documentation/gsdoc/NSInvocation.html
Normal file
114
Documentation/gsdoc/NSInvocation.html
Normal file
|
@ -0,0 +1,114 @@
|
|||
<html><head>
|
||||
<title>NSInvocation</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="NSHost.html">[Previous]</a>
|
||||
<a href="Foundation.html">[Up]</a>
|
||||
<a href="NSLock.html">[Next]</a>
|
||||
<h1>NSInvocation</h1>
|
||||
<h3>Authors</h3>
|
||||
<dl>
|
||||
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
||||
<dd>
|
||||
</dl>
|
||||
<p>Version: 0.1</p>
|
||||
<p>Date: 28 February, 2000</p>
|
||||
<h2><a name="cont-0">NSInvocation</a></h2>
|
||||
<h2><a name="NSInvocation">NSInvocation</a></h2>
|
||||
<p><b>Declared in:</b> Foundation/NSInvocation.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Conforms to:</b> NSCoding
|
||||
</p>
|
||||
<hr>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="NSInvocation.html#method-0">+invocationWithMethodSignature:</a>
|
||||
<li><a href="NSInvocation.html#method-1">-argumentsRetained</a>
|
||||
<li><a href="NSInvocation.html#method-2">-getArgument:atIndex:</a>
|
||||
<li><a href="NSInvocation.html#method-3">-getReturnValue:</a>
|
||||
<li><a href="NSInvocation.html#method-4">-invoke</a>
|
||||
<li><a href="NSInvocation.html#method-5">-invokeWithTarget:</a>
|
||||
<li><a href="NSInvocation.html#method-6">-methodSignature</a>
|
||||
<li><a href="NSInvocation.html#method-7">-retainArguments</a>
|
||||
<li><a href="NSInvocation.html#method-8">-selector</a>
|
||||
<li><a href="NSInvocation.html#method-9">-setArgument:atIndex:</a>
|
||||
<li><a href="NSInvocation.html#method-10">-setReturnValue:</a>
|
||||
<li><a href="NSInvocation.html#method-11">-setSelector:</a>
|
||||
<li><a href="NSInvocation.html#method-12">-setTarget:</a>
|
||||
<li><a href="NSInvocation.html#method-13">-target</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2><a name="method-0">invocationWithMethodSignature:</a></h2>
|
||||
+ (NSInvocation*) <b>invocationWithMethodSignature:</b> (NSMethodSignature*)signature<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">argumentsRetained</a></h2>
|
||||
- (BOOL) <b>argumentsRetained</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">getArgument:atIndex:</a></h2>
|
||||
- (void) <b>getArgument:</b> (void*)buffer <b>atIndex:</b> (int)index<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">getReturnValue:</a></h2>
|
||||
- (void) <b>getReturnValue:</b> (void*)buffer<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">invoke</a></h2>
|
||||
- (void) <b>invoke</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-5">invokeWithTarget:</a></h2>
|
||||
- (void) <b>invokeWithTarget:</b> (id)anObject<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-6">methodSignature</a></h2>
|
||||
- (NSMethodSignature*) <b>methodSignature</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-7">retainArguments</a></h2>
|
||||
- (void) <b>retainArguments</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-8">selector</a></h2>
|
||||
- (SEL) <b>selector</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-9">setArgument:atIndex:</a></h2>
|
||||
- (void) <b>setArgument:</b> (void*)buffer <b>atIndex:</b> (int)index<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-10">setReturnValue:</a></h2>
|
||||
- (void) <b>setReturnValue:</b> (void*)buffer<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-11">setSelector:</a></h2>
|
||||
- (void) <b>setSelector:</b> (SEL)selector<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-12">setTarget:</a></h2>
|
||||
- (void) <b>setTarget:</b> (id)anObject<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-13">target</a></h2>
|
||||
- (id) <b>target</b><br>
|
||||
|
||||
|
||||
<hr>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue