add docs for exe line buffer.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 20 Jul 2012 09:42:11 +0000 (09:42 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 20 Jul 2012 09:42:11 +0000 (09:42 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@74227 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore/Ecore.h

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