ecore/example: Modify the explanation of ecore evas extn plug example.

This commit is contained in:
WooHyun Jung 2014-05-09 13:34:38 +09:00
parent 69017b2e3b
commit c04b28d9de
1 changed files with 3 additions and 5 deletions

View File

@ -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 * For checking with ecore evas extn socket, please run with ecore_evas_extn_socket_example.
* buffer one). See stdout/stderr for output.
* You can check functions of ecore extn socket if you use ecore extn plug together.
* *
* @verbatim * @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 * @endverbatim
*/ */