From 9d7c0f6d74c0f8851653a2877f6183600d4c4828 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 6 Aug 2012 06:54:21 +0000 Subject: [PATCH] add more docs for new ecore fdh function SVN revision: 74898 --- legacy/ecore/src/lib/ecore/Ecore.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index 55198f8ab5..9140b473b6 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -1100,6 +1100,9 @@ EAPI Ecore_Fd_Handler *ecore_main_fd_handler_add(int fd, Ecore_Fd_Handler_Flags * @return A fd handler handle on success, @c NULL otherwise. * * This function is identical to ecore_main_fd_handler_add, except that it supports regular files. + * @warning This function should ONLY be called with ECORE_FD_ERROR, otherwise it will call the fd + * handler constantly. + * @warning Do not use this function unless you know what you are doing. * * @since 1.7 */