From bc0eeeb1ecd3e01d9b88b766677d8fa16039ea92 Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Tue, 10 Sep 2019 12:11:06 +0200 Subject: [PATCH] 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 --- src/lib/ecore/efl_exe.eo | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/ecore/efl_exe.eo b/src/lib/ecore/efl_exe.eo index 8cf8466f93..30ce703248 100644 --- a/src/lib/ecore/efl_exe.eo +++ b/src/lib/ecore/efl_exe.eo @@ -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.]]