From ac270da3bbf5a64555526e9178df99961bc24f4e Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Sun, 3 Jun 2012 12:50:11 +0000 Subject: [PATCH] ecore_imf_evas: insert example link in Ecore_IMF_Evas_Group SVN revision: 71661 --- legacy/ecore/src/lib/ecore_imf_evas/ecore_imf_evas.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/ecore/src/lib/ecore_imf_evas/ecore_imf_evas.c b/legacy/ecore/src/lib/ecore_imf_evas/ecore_imf_evas.c index 62ba4c8686..98dce885a5 100644 --- a/legacy/ecore/src/lib/ecore_imf_evas/ecore_imf_evas.c +++ b/legacy/ecore/src/lib/ecore_imf_evas/ecore_imf_evas.c @@ -8,6 +8,10 @@ * @defgroup Ecore_IMF_Evas_Group Ecore Input Method Context Evas Helper Functions * * Helper functions to make it easy to use Evas with Ecore_IMF. + * Converts each event from Evas to the corresponding event of Ecore_IMF. + * + * An example of usage of these functions can be found at: + * @li @ref ecore_imf_example_c */ static const char *_ecore_imf_evas_event_empty = "";