Document that the lines array is NULL terminated.

SVN revision: 19062
This commit is contained in:
David Walter Seikel 2005-12-16 03:33:52 +00:00
parent a4f340d074
commit 5ed307efed
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ extern "C" {
Ecore_Exe *exe; /**< The handle to the process */
void *data; /**< the raw binary data from the child process that was recieved */
int size; /**< the size of this data in bytes */
Ecore_Event_Exe_Data_Line *lines; /**< an array of line data if line buffered */
Ecore_Event_Exe_Data_Line *lines; /**< a NULL terminated array of line data if line buffered */
};
#endif