From 251ae2d2e6254f7df6ecfc0084aa4bcdd0365cc1 Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Thu, 1 Mar 2012 13:02:13 +0000 Subject: [PATCH] Improved ecore_evas_callbacks example. SVN revision: 68571 --- legacy/ecore/doc/examples.dox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/doc/examples.dox b/legacy/ecore/doc/examples.dox index ca4adb91a9..a3042a9ff0 100644 --- a/legacy/ecore/doc/examples.dox +++ b/legacy/ecore/doc/examples.dox @@ -1220,7 +1220,10 @@ * @note Make sure you minimize, resize, give and remove focus to see more * callbacks called. * - * Here you have the full-source of the code: + * The example is constituted of two main parts, first is the implementation of + * callbacks that will be called for each event(all our callbacks do is print + * their own name) and the second is the main function where we register the + * event callbacks and run the main loop: * @include ecore_evas_callbacks.c * @example ecore_evas_callbacks.c */