docs: eio: document missing structs

This commit is contained in:
Stefan Schmidt 2016-10-27 16:51:42 +02:00
parent 72dbf4a60a
commit 0fd32899ec
1 changed files with 2 additions and 2 deletions

View 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)