mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
documented functions, types, constants, and variables
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19797 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
afbec3abfe
commit
eca63cb414
39 changed files with 1010 additions and 116 deletions
|
@ -1496,27 +1496,27 @@ static NSLock *cached_proxies_gate = nil;
|
|||
* <deflist>
|
||||
* <term>NSConnectionRepliesReceived</term>
|
||||
* <desc>
|
||||
* The number of messages replied to by the remote NSConnection
|
||||
* The number of messages replied to by the remote NSConnection.
|
||||
* </desc>
|
||||
* <term>NSConnectionRepliesSent</term>
|
||||
* <desc>
|
||||
* The number of replies sent to the remote NSConnection
|
||||
* The number of replies sent to the remote NSConnection.
|
||||
* </desc>
|
||||
* <term>NSConnectionRequestsReceived</term>
|
||||
* <desc>
|
||||
* The number of messages recieved from the remote NSConnection
|
||||
* The number of messages recieved from the remote NSConnection.
|
||||
* </desc>
|
||||
* <term>NSConnectionRequestsSent</term>
|
||||
* <desc>
|
||||
* The number of messages sent to the remote NSConnection
|
||||
* The number of messages sent to the remote NSConnection.
|
||||
* </desc>
|
||||
* <term>NSConnectionLocalCount</term>
|
||||
* <desc>
|
||||
* The number of local objects currently vended
|
||||
* The number of local objects currently vended.
|
||||
* </desc>
|
||||
* <term>NSConnectionProxyCount</term>
|
||||
* <desc>
|
||||
* The number of remote objects currently in use
|
||||
* The number of remote objects currently in use.
|
||||
* </desc>
|
||||
* </deflist>
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue