docs: eio: document missing structs
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 27 Oct 2016 14:51:42 +0000 (16:51 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 27 Oct 2016 16:22:42 +0000 (18:22 +0200)
src/lib/eio/efl_io_manager.eo

index 05304c2..0b0724c 100644 (file)
@@ -3,8 +3,8 @@ import eina_types;
 struct Eio.Data
 {
   [[A structure to handle arbitrary data to be sent over Promises.]]
-  data: void_ptr;
-  size: uint;
+  data: void_ptr; [[Private data pointer]]
+  size: uint; [[Size of private data]]
 }
 
 class Efl.Io.Manager (Efl.Loop_User)