stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b889beb0fc22a588425828b1e86940ab15a01217

commit b889beb0fc22a588425828b1e86940ab15a01217
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Oct 27 16:43:11 2016 +0200

    docs: ecore: document missing structs
---
 src/lib/ecore/ecore_exe.eo | 1 +
 src/lib/ecore/efl_loop.eo  | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/ecore/ecore_exe.eo b/src/lib/ecore/ecore_exe.eo
index 6d7fab1..18e6502 100644
--- a/src/lib/ecore/ecore_exe.eo
+++ b/src/lib/ecore/ecore_exe.eo
@@ -13,6 +13,7 @@ struct Ecore.Exe.Event_Data.Line
  */
 struct Ecore.Exe.Event_Data
 {
+   [[Ecore exe event data structure]]
    exe: Efl.Object;  [[The handle to the process. FIXME: should actually be 
Ecore.Exe, workaround cyclic]]
    data: void_ptr; [[the raw binary data from the child process that was 
received]]
    size: int; [[the size of this data in bytes]]
diff --git a/src/lib/ecore/efl_loop.eo b/src/lib/ecore/efl_loop.eo
index 2cd3e24..2ea90f2 100644
--- a/src/lib/ecore/efl_loop.eo
+++ b/src/lib/ecore/efl_loop.eo
@@ -1,7 +1,8 @@
 import efl_types;
 
 struct Efl.Loop.Arguments {
-   argv: const(array<const(stringshare)>);
+   [[EFL loop arguments data structure]]
+   argv: const(array<const(stringshare)>); [[Array with loop arguments]]
    initialization: bool; [[Set to $true when the program should initialize its 
internal state. This happen once per process instance.]]
 }
 

-- 


Reply via email to