diff options
author | Carsten Haitzler <raster@rasterman.com> | 2013-02-13 11:35:46 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2013-02-13 11:35:46 +0000 |
commit | 179fd31b77cf5e4bb7f5a2de99bde2f2b44c8848 (patch) | |
tree | fcf595dba31ed335c2f0b8a52648a7a5ae07e34b /src/lib/evas/Evas.h | |
parent | 5fa5f1430b883a9c9944ca332c127cc1ee7970da (diff) |
add api and lets test it - i'll document it later, but need to test
first.
SVN revision: 83867
Diffstat (limited to 'src/lib/evas/Evas.h')
-rw-r--r-- | src/lib/evas/Evas.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index c1f418b1e9..c7ccfb4225 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h | |||
@@ -1245,6 +1245,20 @@ typedef void (*Evas_Async_Events_Put_Cb)(void *target, Evas_Callback_Type t | |||
1245 | */ | 1245 | */ |
1246 | 1246 | ||
1247 | /** | 1247 | /** |
1248 | * Get the path for the cserve binary to execute | ||
1249 | * | ||
1250 | * There is little need for anyone except a desktop nevironment to call this. | ||
1251 | * This can be called before evas_init() has been called. It will try and find | ||
1252 | * the full path to the to the cserve binary to run to provide cserve image | ||
1253 | * and font caching services for evas. | ||
1254 | * | ||
1255 | * @return NULL if error, or a string with the full path to the cserve binary. | ||
1256 | * | ||
1257 | * @since 1.8 | ||
1258 | */ | ||
1259 | EAPI const char *evas_cserve_path_get(void); | ||
1260 | |||
1261 | /** | ||
1248 | * Initialize Evas | 1262 | * Initialize Evas |
1249 | * | 1263 | * |
1250 | * @return The init counter value. | 1264 | * @return The init counter value. |