From b58cf98a85cdef5bc7af6f606fe0650f6bec948f Mon Sep 17 00:00:00 2001 From: "Jonas M. Gastal" Date: Fri, 11 May 2012 14:08:12 +0000 Subject: [PATCH] Changing the description of ecore_exe module Author: Guilherme Iscaro SVN revision: 70933 --- legacy/ecore/src/lib/ecore/Ecore.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index b6941cdac3..e30918a0e9 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -837,7 +837,10 @@ EAPI void *ecore_event_current_event_get(void); /** * @defgroup Ecore_Exe_Group Process Spawning Functions * - * Functions that deal with and send signals to spawned processes. + * This module is responsible for managing portable processes using Ecore. + * With this module you're able to spawn processes and you also can pause, quit your spawned processes + * An interaction between your process and those spawned is possible using pipes or signals. + * * * @ingroup Ecore_Main_Loop_Group *