ecore: fix typo in documentation

This commit is contained in:
Jean Guyomarc'h 2017-09-27 23:40:10 +02:00
parent eb34b537f3
commit 9d6cde74ba
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ struct Ecore.Exe.Event_Data
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]]
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]]
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]]
}
enum Ecore.Exe_Flags