Changing the description of ecore_exe module

Author:    Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 70933
This commit is contained in:
Jonas M. Gastal 2012-05-11 14:08:12 +00:00
parent 6163faffe2
commit b58cf98a85
1 changed files with 4 additions and 1 deletions

View File

@ -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
*