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:
Richard Frith-MacDonald 2000-09-15 19:56:39 +00:00
parent ad4737dd34
commit 9c6703537a
88 changed files with 5305 additions and 2013 deletions

View file

@ -16,23 +16,27 @@
<h2><a name="cont-0">NSRecursiveLock</a></h2>
<h2><a name="NSRecursiveLock">NSRecursiveLock</a></h2>
<p><b>Declared in:</b> Foundation/NSLock.h</p>
<p><b>Inherits from:</b> NSObject</p>
<p><b>Inherits from:</b> <A HREF="NSObject.html#NSObject">NSObject</A></p>
<p><b>Conforms to:</b> NSLocking
</p>
<hr>
<h2>Instance Variables</h2>
<ul>
</ul>
<h2>Methods</h2>
<ul>
<li><a href="NSRecursiveLock.html#method-0">-lockBeforeDate:</a>
<li><a href="NSRecursiveLock.html#method-1">-tryLock</a>
</ul>
<hr>
<h2><a name="method-0">lockBeforeDate:</a></h2>
- (BOOL) <b>lockBeforeDate:</b> (NSDate*)limit;<br>
<hr><h2>Instances Methods</h2>
<h3><a name="method-0">lockBeforeDate:</a></h3>
- (BOOL) <b>lockBeforeDate:</b> (<A HREF="NSDate.html#NSDate">NSDate</A>*)limit;<br>
<hr>
<h2><a name="method-1">tryLock</a></h2>
<h3><a name="method-1">tryLock</a></h3>
- (BOOL) <b>tryLock</b>;<br>