From 021597ec25fe19301d7e9d3bdffd94be97f74df4 Mon Sep 17 00:00:00 2001 From: Peter Wehrfritz Date: Fri, 10 Aug 2007 16:01:59 +0000 Subject: [PATCH] more docs SVN revision: 31237 --- legacy/ecore/src/lib/ecore_file/ecore_file.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/legacy/ecore/src/lib/ecore_file/ecore_file.c b/legacy/ecore/src/lib/ecore_file/ecore_file.c index d8061b7306..85c1516c2d 100644 --- a/legacy/ecore/src/lib/ecore_file/ecore_file.c +++ b/legacy/ecore/src/lib/ecore_file/ecore_file.c @@ -324,7 +324,8 @@ ecore_file_symlink(const char *src, const char *dest) /** * 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 @@ restart: /** * 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)