tasn pushed a commit to branch master.

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

commit a46adde19da4a7e1b2d0b4b59b874689b73783c0
Author: Vincent Torri <vincent.to...@gmail.com>
Date:   Fri Jul 3 09:34:46 2015 +0200

    Ecore_File: improve comment of ecore_file_mkdir()
---
 src/lib/ecore_file/ecore_file.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c
index 7a4a16c..d9ee50f 100644
--- a/src/lib/ecore_file/ecore_file.c
+++ b/src/lib/ecore_file/ecore_file.c
@@ -206,9 +206,10 @@ static mode_t default_mode = S_IRUSR | S_IWUSR | S_IXUSR | 
S_IRGRP | S_IXGRP | S
  * @param  dir The name of the directory to create
  * @return @c EINA_TRUE on successful creation, @c EINA_FALSE otherwise.
  *
- * This function creates the directory @p dir with the mode S_IRUSR |
- * S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH. On
- * success, it returns @c EINA_TRUE, @c EINA_FALSE otherwise.
+ * This function creates the directory @p dir, with the mode S_IRUSR |
+ * S_IWUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH on UNIX
+ * (mode is unsued on Windows). On success, it returns @c EINA_TRUE,
+ * @c EINA_FALSE otherwise.
  */
 EAPI Eina_Bool
 ecore_file_mkdir(const char *dir)

-- 


Reply via email to