add yet another warning here in case people miss the first few subtle hints

SVN revision: 64734
This commit is contained in:
Mike Blumenkrantz 2011-11-04 14:44:30 +00:00
parent 8ff3f04676
commit a7fac0f526
1 changed files with 1 additions and 0 deletions

View File

@ -1014,6 +1014,7 @@ EAPI double ecore_con_server_timeout_get(Ecore_Con_Server *svr);
* This function returns the fd which is used by the underlying server connection.
* It should not be tampered with unless you REALLY know what you are doing.
* @note This function is only valid for servers created with ecore_con_server_connect()
* @warning Seriously. Don't use this unless you know what you are doing.
* @since 1.1
*/
EAPI int ecore_con_server_fd_get(Ecore_Con_Server *svr);