mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
e247daffdc
commit
0c9311c9e6
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
|
- (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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue