mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
XML updates
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7523 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81cfd9c1f1
commit
2a6edc8b17
88 changed files with 5305 additions and 2013 deletions
|
@ -16,10 +16,14 @@
|
|||
<h2><a name="cont-0">NSProtocolChecker</a></h2>
|
||||
<h2><a name="NSProtocolChecker">NSProtocolChecker</a></h2>
|
||||
<p><b>Declared in:</b> Foundation/NSProtocolChecker.h</p>
|
||||
<p><b>Inherits from:</b> NSObject</p>
|
||||
<p><b>Inherits from:</b> <A HREF="NSObject.html#NSObject">NSObject</A></p>
|
||||
<hr>
|
||||
|
||||
|
||||
<h2>Instance Variables</h2>
|
||||
<ul>
|
||||
</ul>
|
||||
<h2>Methods</h2>
|
||||
<ul>
|
||||
<li><a href="NSProtocolChecker.html#method-0">+protocolCheckerWithTarget:</a>
|
||||
<li><a href="NSProtocolChecker.html#method-1">-forwardInvocation:</a>
|
||||
|
@ -28,34 +32,35 @@
|
|||
<li><a href="NSProtocolChecker.html#method-4">-protocol</a>
|
||||
<li><a href="NSProtocolChecker.html#method-5">-target</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h2><a name="method-0">protocolCheckerWithTarget:</a></h2>
|
||||
+ (id) <b>protocolCheckerWithTarget:</b> (NSObject*)anObject;<br>
|
||||
<hr><h2>Class Methods</h2>
|
||||
<h3><a name="method-0">protocolCheckerWithTarget:</a></h3>
|
||||
+ (id) <b>protocolCheckerWithTarget:</b> (<A HREF="NSObject.html#NSObject">NSObject</A>*)anObject;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-1">forwardInvocation:</a></h2>
|
||||
- (void) <b>forwardInvocation:</b> (NSInvocation*)anInvocation;<br>
|
||||
<hr><h2>Instances Methods</h2>
|
||||
<h3><a name="method-1">forwardInvocation:</a></h3>
|
||||
- (void) <b>forwardInvocation:</b> (<A HREF="NSInvocation.html#NSInvocation">NSInvocation</A>*)anInvocation;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-2">initWithTarget:</a></h2>
|
||||
- (id) <b>initWithTarget:</b> (NSObject*)anObject;<br>
|
||||
<h3><a name="method-2">initWithTarget:</a></h3>
|
||||
- (id) <b>initWithTarget:</b> (<A HREF="NSObject.html#NSObject">NSObject</A>*)anObject;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-3">methodDescriptionForSelector:</a></h2>
|
||||
<h3><a name="method-3">methodDescriptionForSelector:</a></h3>
|
||||
- (structobjc_method_description*) <b>methodDescriptionForSelector:</b> (SEL)aSelector;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-4">protocol</a></h2>
|
||||
<h3><a name="method-4">protocol</a></h3>
|
||||
- (Protocol*) <b>protocol</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
<h2><a name="method-5">target</a></h2>
|
||||
- (NSObject*) <b>target</b>;<br>
|
||||
<h3><a name="method-5">target</a></h3>
|
||||
- (<A HREF="NSObject.html#NSObject">NSObject</A>*) <b>target</b>;<br>
|
||||
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue