cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=73d58b94465dab056ca727941ecb0eebd822d550

commit 73d58b94465dab056ca727941ecb0eebd822d550
Author: Adrien Nader <adr...@notk.org>
Date:   Mon Oct 13 17:10:05 2014 +0200

    eio: add doc for returns of eio_file_{mkdir,move,copy}, eio_dir_{move,copy}.
---
 src/lib/eio/Eio.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/lib/eio/Eio.h b/src/lib/eio/Eio.h
index e120fd6..0eb38c8 100644
--- a/src/lib/eio/Eio.h
+++ b/src/lib/eio/Eio.h
@@ -446,6 +446,7 @@ EAPI Eio_File *eio_file_mkdir(const char *path,
  * @param done_cb Callback called when the move is done.
  * @param error_cb Callback called when something goes wrong.
  * @param data Unmodified user data passed to callbacks
+ * @return A reference to the I/O operation.
  *
  * @return an Eio_File pointer, handler to the move operation, can be used to 
cancel the operation
  *
@@ -491,6 +492,7 @@ EAPI Eio_File *eio_file_copy(const char *source,
  * @param done_cb Callback called when the copy is done.
  * @param error_cb Callback called when something goes wrong.
  * @param data Unmodified user data passed to callbacks
+ * @return A reference to the I/O operation.
  *
  * @return an Eio_File pointer, handler to the move operation, can be used to 
cancel the operation
  *
@@ -521,6 +523,7 @@ EAPI Eio_File *eio_dir_move(const char *source,
  * @param done_cb Callback called when the copy is done.
  * @param error_cb Callback called when something goes wrong.
  * @param data Unmodified user data passed to callbacks
+ * @return A reference to the I/O operation.
  *
  * @return an Eio_File pointer, handler to the copy operation, can be used to 
cancel the operation
  *
@@ -547,6 +550,7 @@ EAPI Eio_File *eio_dir_copy(const char *source,
  * @param done_cb Callback called when the copy is done.
  * @param error_cb Callback called when something goes wrong.
  * @param data Unmodified user data passed to callbacks
+ * @return A reference to the I/O operation.
  *
  * @return an Eio_File pointer, handler to the unlink operation, can be used 
to cancel the operation
  *

-- 


Reply via email to