Add warning that people should probably use ecore evas instead of evas
authorgastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Feb 2012 13:49:00 +0000 (13:49 +0000)
committergastal <gastal@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 29 Feb 2012 13:49:00 +0000 (13:49 +0000)
event feeding.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@68554 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index 49d6fc4..b62dafa 100644 (file)
@@ -2495,6 +2495,11 @@ EAPI void              evas_event_thaw_eval              (Evas *e) EINA_ARG_NONN
  * Functions to tell Evas that input events happened and should be
  * processed.
  *
+ * @warning Most of the time these functions are @b not what you're looking for.
+ * These functions should only be used if you're not working with ecore evas(or
+ * another input handling system). If you're not using ecore evas please
+ * consider using it, in most situation it will make life a lot easier.
+ *
  * As explained in @ref intro_not_evas, Evas does not know how to poll
  * for input events, so the developer should do it and then feed such
  * events to the canvas to be processed. This is only required if