mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Update documentation for timeout methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11090 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
32cbf526c6
commit
a96445d01c
3 changed files with 19 additions and 6 deletions
|
@ -6,6 +6,7 @@
|
||||||
than doubling each time.
|
than doubling each time.
|
||||||
* Headers/Foundation/NSConnection.h: Remove default timeout constant.
|
* Headers/Foundation/NSConnection.h: Remove default timeout constant.
|
||||||
* configure.in: Check for float.h, not for values.h
|
* configure.in: Check for float.h, not for values.h
|
||||||
|
* Documentation/gsdoc/NSConnection.gsdoc: updated.
|
||||||
|
|
||||||
2001-10-05 Richard Frith-Macdonald <rfm@gnu.org>
|
2001-10-05 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -357,7 +357,10 @@
|
||||||
<sel>replyTimeout</sel>
|
<sel>replyTimeout</sel>
|
||||||
<desc>
|
<desc>
|
||||||
Returns the timeout interval used when waiting for a reply to
|
Returns the timeout interval used when waiting for a reply to
|
||||||
a request sent on the NSConnection.
|
a request sent on the NSConnection. This value is inherited
|
||||||
|
from the parent connection or may be set using the
|
||||||
|
setReplyTimeout: method. The default value is the maximum
|
||||||
|
delay (effectively infinite).
|
||||||
</desc>
|
</desc>
|
||||||
</method>
|
</method>
|
||||||
<method type="NSArray*">
|
<method type="NSArray*">
|
||||||
|
@ -371,7 +374,10 @@
|
||||||
<sel>requestTimeout</sel>
|
<sel>requestTimeout</sel>
|
||||||
<desc>
|
<desc>
|
||||||
Returns the timeout interval used when waiting for a send
|
Returns the timeout interval used when waiting for a send
|
||||||
operation to complete.
|
operation to complete. This value is inherited
|
||||||
|
from the parent connection or may be set using the
|
||||||
|
setRequestTimeout: method. The default value is the maximum
|
||||||
|
delay (effectively infinite).
|
||||||
</desc>
|
</desc>
|
||||||
</method>
|
</method>
|
||||||
<method type="id">
|
<method type="id">
|
||||||
|
@ -441,7 +447,7 @@
|
||||||
<sel>setRequestTimeout:</sel>
|
<sel>setRequestTimeout:</sel>
|
||||||
<arg type="NSTimeInterval">seconds</arg>
|
<arg type="NSTimeInterval">seconds</arg>
|
||||||
<desc>
|
<desc>
|
||||||
Sets the time interval that the NSConnection will to send
|
Sets the time interval that the NSConnection will wait to send
|
||||||
one of its requests before raising an NSPortTimeoutException.
|
one of its requests before raising an NSPortTimeoutException.
|
||||||
</desc>
|
</desc>
|
||||||
</method>
|
</method>
|
||||||
|
|
|
@ -399,7 +399,10 @@ Standards: GNUstep MacOS-X NotOpenStep<br>
|
||||||
- (NSTimeInterval) <b>replyTimeout</b>;<br>
|
- (NSTimeInterval) <b>replyTimeout</b>;<br>
|
||||||
|
|
||||||
Returns the timeout interval used when waiting for a reply to
|
Returns the timeout interval used when waiting for a reply to
|
||||||
a request sent on the NSConnection.
|
a request sent on the NSConnection. This value is inherited
|
||||||
|
from the parent connection or may be set using the
|
||||||
|
setReplyTimeout: method. The default value is the maximum
|
||||||
|
delay (effectively infinite).
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<h3><a name ="method-24">requestModes</a></h3>
|
<h3><a name ="method-24">requestModes</a></h3>
|
||||||
|
@ -413,7 +416,10 @@ Standards: GNUstep MacOS-X NotOpenStep<br>
|
||||||
- (NSTimeInterval) <b>requestTimeout</b>;<br>
|
- (NSTimeInterval) <b>requestTimeout</b>;<br>
|
||||||
|
|
||||||
Returns the timeout interval used when waiting for a send
|
Returns the timeout interval used when waiting for a send
|
||||||
operation to complete.
|
operation to complete. This value is inherited
|
||||||
|
from the parent connection or may be set using the
|
||||||
|
setRequestTimeout: method. The default value is the maximum
|
||||||
|
delay (effectively infinite).
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<h3><a name ="method-26">rootObject</a></h3>
|
<h3><a name ="method-26">rootObject</a></h3>
|
||||||
|
@ -479,7 +485,7 @@ Standards: GNUstep MacOS-X NotOpenStep<br>
|
||||||
<h3><a name ="method-33">setRequestTimeout:</a></h3>
|
<h3><a name ="method-33">setRequestTimeout:</a></h3>
|
||||||
- (void) <b>setRequestTimeout:</b> (NSTimeInterval)seconds;<br>
|
- (void) <b>setRequestTimeout:</b> (NSTimeInterval)seconds;<br>
|
||||||
|
|
||||||
Sets the time interval that the NSConnection will to send
|
Sets the time interval that the NSConnection will wait to send
|
||||||
one of its requests before raising an NSPortTimeoutException.
|
one of its requests before raising an NSPortTimeoutException.
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue