From a7fac0f5262f82fa17d20f882e34b90c93bf1a8c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 4 Nov 2011 14:44:30 +0000 Subject: [PATCH] add yet another warning here in case people miss the first few subtle hints SVN revision: 64734 --- legacy/ecore/src/lib/ecore_con/Ecore_Con.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h index ebf91f7..e3b68c4 100644 --- a/legacy/ecore/src/lib/ecore_con/Ecore_Con.h +++ b/legacy/ecore/src/lib/ecore_con/Ecore_Con.h @@ -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); -- 2.7.4