add yet another warning here in case people miss the first few subtle hints
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Nov 2011 14:44:30 +0000 (14:44 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 4 Nov 2011 14:44:30 +0000 (14:44 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@64734 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_con/Ecore_Con.h

index ebf91f7..e3b68c4 100644 (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);