From: WooHyun Jung Date: Fri, 9 May 2014 04:34:38 +0000 (+0900) Subject: ecore/example: Modify the explanation of ecore evas extn plug example. X-Git-Tag: v1.10.0-beta2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4f5c1d3f8a35d8ee751054f4b0e96e7491becb2;p=platform%2Fupstream%2Fefl.git ecore/example: Modify the explanation of ecore evas extn plug example. --- 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 */