diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-09-27 23:40:10 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-10-29 13:59:17 +0100 |
commit | 9d6cde74ba8ae6d7fc03652219027905087ad497 (patch) | |
tree | 0a6f83353aa5cd816bd63281e029d12e1aba9601 /src/lib | |
parent | eb34b537f344e2d51adb270ec572b0751d88b4f2 (diff) |
ecore: fix typo in documentation
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/ecore/ecore_exe.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore/ecore_exe.eo b/src/lib/ecore/ecore_exe.eo index 100f5b35f3..8566d71f5b 100644 --- a/src/lib/ecore/ecore_exe.eo +++ b/src/lib/ecore/ecore_exe.eo | |||
@@ -17,7 +17,7 @@ struct Ecore.Exe.Event_Data | |||
17 | exe: Efl.Object; [[The handle to the process. FIXME: should actually be Ecore.Exe, workaround cyclic]] | 17 | exe: Efl.Object; [[The handle to the process. FIXME: should actually be Ecore.Exe, workaround cyclic]] |
18 | data: void_ptr; [[The raw binary data from the child process that was received]] | 18 | data: void_ptr; [[The raw binary data from the child process that was received]] |
19 | size: int; [[The size of this data in bytes]] | 19 | size: int; [[The size of this data in bytes]] |
20 | lines: ptr(Ecore.Exe.Event_Data.Line); [[An array of line data if line buffered, the last one has it's line member set to $NULL]] | 20 | lines: ptr(Ecore.Exe.Event_Data.Line); [[An array of line data if line buffered, the last one has its line member set to $NULL]] |
21 | } | 21 | } |
22 | 22 | ||
23 | enum Ecore.Exe_Flags | 23 | enum Ecore.Exe_Flags |