Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_file


Modified Files:
        ecore_file.c 


Log Message:
more docs

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_file/ecore_file.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- ecore_file.c        10 Aug 2007 14:15:14 -0000      1.67
+++ ecore_file.c        10 Aug 2007 16:01:59 -0000      1.68
@@ -324,7 +324,8 @@
 /**
  * Get the canonicalized absolute pathname
  * @param  file The file path
- * @return The canonicalized absolute pathname
+ * @return The canonicalized absolute pathname; on failure it will return
+ *         an empty string
  */
 EAPI char *
 ecore_file_realpath(const char *file)
@@ -621,7 +622,8 @@
 /**
  * Add the escape sequence ('\\') to the given filename
  * @param  filename The file name
- * @return The file name with special characters escaped
+ * @return The file name with special characters escaped; if the length of the
+ *         resulting string is longer than PATH_MAX it will return NULL
  */
 EAPI char *
 ecore_file_escape_name(const char *filename)



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to