efl_exe: Enhance class description

Summary: This patch ehnance the description of efl_exe, regarding task T7717.

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9889
This commit is contained in:
Wonki Kim 2019-09-10 12:11:06 +02:00 committed by Xavi Artigas
parent 5ebc5f53e7
commit bc0eeeb1ec
1 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,11 @@ enum @beta Efl.Exe_Flags {
class @beta Efl.Exe extends Efl.Task implements Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer, Efl.Core.Command_Line
{
[[Further customization of @Efl.Task, including signals and environment control.]] // TODO: This needs more detail
[[The Efl.Exe
Efl.Exe is a kind of specialized @Efl.Task which is a abstraction of process(task).
This class provides a way to execute some commands with certain executing flags under certain environment variables.
and also it can provides a way to manage signals to a process that it handles.]]
methods {
signal {
[[Send a signal to this task.]]