doxy clarification

SVN revision: 51694
This commit is contained in:
Mike Blumenkrantz 2010-08-28 10:01:20 +00:00
parent be93013208
commit 833c0d19a9
1 changed files with 3 additions and 4 deletions

View File

@ -184,10 +184,9 @@ ecore_con_shutdown(void)
*
* @param compl_type The connection type.
* @param name Name to associate with the socket. It is used when
* generating the socket name of a Unix socket. Though
* it is not used for the TCP socket, it still needs to
* be a valid character array. @c NULL will not be
* accepted.
* generating the socket name of a Unix socket, or for
* determining what host to listen on for TCP sockets.
* @c NULL will not be accepted.
* @param port Number to identify socket. When a Unix socket is used,
* it becomes part of the socket name. When a TCP socket
* is used, it is used as the TCP port.