aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-utils.h')
-rw-r--r--shell/e-shell-utils.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h
index 3d86ac0081..0dc86919a9 100644
--- a/shell/e-shell-utils.h
+++ b/shell/e-shell-utils.h
@@ -26,7 +26,10 @@
#include <glib.h>
-char *e_shell_get_icon_path (const char *icon_name,
- gboolean try_mini);
+char *e_shell_get_icon_path (const char *icon_name,
+ gboolean try_mini);
+
+gboolean e_shell_folder_name_is_valid (const char *name,
+ const char **reason_return);
#endif