mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
8a0e568d31
commit
4d4d11949e
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
@ -1504,7 +1506,7 @@ static BOOL multi_threaded = NO;
|
|||
|
||||
/**
|
||||
* 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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue