Minor documentation improvement

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17123 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2003-07-05 10:40:20 +00:00
parent e247daffdc
commit 0c9311c9e6

View file

@ -1415,7 +1415,9 @@ static BOOL multi_threaded = NO;
} }
/** /**
* Returns the proxy for the root object of the remote NSConnection. * Returns the proxy for the root object of the remote NSConnection.<br />
* Generally you will wish to call [NSDistantObject-setProtocolForProxy:]
* immediately after obtaining such a root proxy.
*/ */
- (NSDistantObject*) rootProxy - (NSDistantObject*) rootProxy
{ {
@ -1504,7 +1506,7 @@ static BOOL multi_threaded = NO;
/** /**
* Sets the runloop mode in which requests will be sent to the remote * Sets the runloop mode in which requests will be sent to the remote
* end of the connection. * end of the connection. Normally this is NSDefaultRunloopMode
*/ */
- (void) setRequestMode: (NSString*)mode - (void) setRequestMode: (NSString*)mode
{ {