diff options
author | Dan Winship <danw@src.gnome.org> | 2002-08-23 00:10:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-08-23 00:10:47 +0800 |
commit | f726a2a5d842b04614ff19aa22d7d9a6c3bd1295 (patch) | |
tree | 7546d8303c7acdb297baaae36b43b15b1436b482 /e-util/e-path.h | |
parent | cd45f4c5902b80d9b1acbd6d1ea6e483b94c7c96 (diff) | |
download | gsoc2013-evolution-f726a2a5d842b04614ff19aa22d7d9a6c3bd1295.tar.gz gsoc2013-evolution-f726a2a5d842b04614ff19aa22d7d9a6c3bd1295.tar.zst gsoc2013-evolution-f726a2a5d842b04614ff19aa22d7d9a6c3bd1295.zip |
Remove an e_path directory, and its parent "subfolders" dir if it's now
* e-path.c (e_path_rmdir): Remove an e_path directory, and its
parent "subfolders" dir if it's now empty.
svn path=/trunk/; revision=17837
Diffstat (limited to 'e-util/e-path.h')
-rw-r--r-- | e-util/e-path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-path.h b/e-util/e-path.h index a40cf9fb16..2295889778 100644 --- a/e-util/e-path.h +++ b/e-util/e-path.h @@ -32,4 +32,5 @@ gboolean e_path_find_folders (const char *prefix, EPathFindFoldersCallback callback, gpointer data); +int e_path_rmdir (const char *prefix, const char *vpath); #endif /* __E_PATH__ */ |