projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02e180e
)
Declare functions.
author
sebastid
<sebastid>
Sun, 23 Oct 2005 11:57:09 +0000
(11:57 +0000)
committer
sebastid
<sebastid@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 23 Oct 2005 11:57:09 +0000
(11:57 +0000)
SVN revision: 17806
src/bin/e_fileman_smart.h
patch
|
blob
|
history
diff --git
a/src/bin/e_fileman_smart.h
b/src/bin/e_fileman_smart.h
index
ed0e467
..
944c9db
100644
(file)
--- a/
src/bin/e_fileman_smart.h
+++ b/
src/bin/e_fileman_smart.h
@@
-29,7
+29,8
@@
struct _E_Fm_Assoc_App
char *app;
};
-
+EAPI int e_fm_init(void);
+EAPI int e_fm_shutdown(void);
EAPI Evas_Object *e_fm_add(Evas *evas);
EAPI void e_fm_dir_set(Evas_Object *object, const char *dir);
EAPI char *e_fm_dir_get(Evas_Object *object);