diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/eina/eina_vpath.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/lib/eina/eina_vpath.h b/src/lib/eina/eina_vpath.h index c279018cf1..7927b4ad0b 100644 --- a/src/lib/eina/eina_vpath.h +++ b/src/lib/eina/eina_vpath.h | |||
@@ -20,23 +20,6 @@ | |||
20 | */ | 20 | */ |
21 | typedef const char* Eina_Vpath; | 21 | typedef const char* Eina_Vpath; |
22 | 22 | ||
23 | /** | ||
24 | * Make the app specific paths accessable as virtual path | ||
25 | * | ||
26 | * This will create : | ||
27 | * - app.dir | ||
28 | * - app.bin | ||
29 | * - app.lib | ||
30 | * - app.data | ||
31 | * - app.locale | ||
32 | * - app.config | ||
33 | * - app.cache | ||
34 | * - app.local | ||
35 | * | ||
36 | * If you do NOT call this api the virtual paths for app.* will be unset | ||
37 | */ | ||
38 | EAPI void eina_vpath_interface_app_set(const char *app_name, Eina_Prefix *p); | ||
39 | |||
40 | /* | 23 | /* |
41 | * Translate a virtual path into a normal path. | 24 | * Translate a virtual path into a normal path. |
42 | * | 25 | * |