woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=e4f5c1d3f8a35d8ee751054f4b0e96e7491becb2
commit e4f5c1d3f8a35d8ee751054f4b0e96e7491becb2 Author: WooHyun Jung <wh0705.j...@samsung.com> Date: Fri May 9 13:34:38 2014 +0900 ecore/example: Modify the explanation of ecore evas extn plug example. --- src/examples/ecore/ecore_evas_extn_plug_example.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/examples/ecore/ecore_evas_extn_plug_example.c b/src/examples/ecore/ecore_evas_extn_plug_example.c index b08cf5e..e3d6e1c 100644 --- a/src/examples/ecore/ecore_evas_extn_plug_example.c +++ b/src/examples/ecore/ecore_evas_extn_plug_example.c @@ -1,12 +1,10 @@ /** - * Ecore example illustrating the basics of ecore evas extn socket usage. + * Ecore example illustrating the basics of ecore evas extn plug usage. * - * You'll need at least one Evas engine built for it (excluding the - * buffer one). See stdout/stderr for output. - * You can check functions of ecore extn socket if you use ecore extn plug together. + * For checking with ecore evas extn socket, please run with ecore_evas_extn_socket_example. * * @verbatim - * gcc -o ecore_evas_extn_socket_example ecore_evas_extn_socket_example.c `pkg-config --libs --cflags ecore-evas` + * gcc -o ecore_evas_extn_plug_example ecore_evas_extn_plug_example.c `pkg-config --libs --cflags ecore-evas` * @endverbatim */ --