docs: add the last docs for efl_io_manager eo class

This commit is contained in:
Stefan Schmidt 2017-12-08 17:09:46 +01:00
parent 2cd8c4adb4
commit 5f288dfde0
1 changed files with 2 additions and 0 deletions

View File

@ -8,12 +8,14 @@ struct Eio.Data
}
function EflIoPath {
[[EflIoPath function]]
params {
@in paths: accessor<string>; [[Accessor to an array of path.]]
}
};
function EflIoDirectInfo {
[[EflIoDirectInfo function]]
params {
@in entries: accessor<Eina.File.Direct.Info>; [[Accessor to an array of info.]]
}