add yet another warning here in case people miss the first few subtle hints
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 4 Nov 2011 14:44:30 +0000 (14:44 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Fri, 4 Nov 2011 14:44:30 +0000 (14:44 +0000)
SVN revision: 64734

legacy/ecore/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);