add docs for exe line buffer.

SVN revision: 74227
This commit is contained in:
Carsten Haitzler 2012-07-20 09:42:11 +00:00
parent 2fcec3db4b
commit f7914c31d0
1 changed files with 2 additions and 2 deletions

View File

@ -930,8 +930,8 @@ struct _Ecore_Exe_Event_Del /** Process exit event */
struct _Ecore_Exe_Event_Data_Line /**< Lines from a child process */ struct _Ecore_Exe_Event_Data_Line /**< Lines from a child process */
{ {
char *line; char *line; /**< The bytes of a line of buffered data */
int size; int size; /**< The size odf the line buffer in bytes */
}; };
struct _Ecore_Exe_Event_Data /** Data from a child process event */ struct _Ecore_Exe_Event_Data /** Data from a child process event */