aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-path.h')
-rw-r--r--e-util/e-path.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/e-util/e-path.h b/e-util/e-path.h
index 808b666d9e..50a3507363 100644
--- a/e-util/e-path.h
+++ b/e-util/e-path.h
@@ -21,6 +21,16 @@
#ifndef __E_PATH__
#define __E_PATH__
-char *e_path_to_physical (const char *prefix, const char *vpath);
+#include <glib.h>
+
+typedef gboolean (*EPathFindFoldersCallback) (const char *physical_path,
+ const char *path,
+ gpointer user_data);
+
+char * e_path_to_physical (const char *prefix, const char *vpath);
+
+gboolean e_path_find_folders (const char *prefix,
+ EPathFindFoldersCallback callback,
+ gpointer data);
#endif /* __E_PATH__ */