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
ad4737dd34
commit
9c6703537a
88 changed files with 5305 additions and 2013 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue