diff options
author | Vyacheslav Reutskiy <v.reutskiy@samsung.com> | 2016-11-23 16:18:40 +0200 |
---|---|---|
committer | Vyacheslav Reutskiy <v.reutskiy@samsung.com> | 2016-11-23 16:19:48 +0200 |
commit | 164ece9e3f9ce0c011255d6f420ba660b48f35a9 (patch) | |
tree | 6abf02988bf8067e71630143bcefc71f2689b7c1 /src | |
parent | 6e86415b13f51b3d95d112c3ce33564cfa0459d1 (diff) |
ecore_file: update docs for ecore_file_rmdir
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ecore_file/Ecore_File.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_file/Ecore_File.h b/src/lib/ecore_file/Ecore_File.h index 70c4af7b36..4e8810b1de 100644 --- a/src/lib/ecore_file/Ecore_File.h +++ b/src/lib/ecore_file/Ecore_File.h | |||
@@ -236,7 +236,7 @@ EAPI int ecore_file_mkdirs (const char **dirs); | |||
236 | EAPI int ecore_file_mksubdirs (const char *base, const char **subdirs); | 236 | EAPI int ecore_file_mksubdirs (const char *base, const char **subdirs); |
237 | 237 | ||
238 | /** | 238 | /** |
239 | * @brief Delete the given directory. | 239 | * @brief Delete the given empty directory. |
240 | * | 240 | * |
241 | * @param dir The name of the directory to delete. | 241 | * @param dir The name of the directory to delete. |
242 | * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise. | 242 | * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise. |