diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-10-11 16:49:13 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-10-11 16:50:40 +0900 |
commit | 69e27abdc37f222183ce27f4ce0e3fe2a45ca590 (patch) | |
tree | 487cbabad5e0a5e5efd0c56063cf5d437484b4ea /ChangeLog | |
parent | 725237df0a8b8cab83c8f38368e5d0389dbd196e (diff) |
eina - and e3fl in general - stop using eina_error_get/set - useless really
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ | |||
1 | 2013-10-11 Carsten Haitzler (The Rasterman) | ||
2 | |||
3 | * deprecate/remove all the eina_error setting (and getting) | ||
4 | within efl no one uses it and it frankly it much more pain | ||
5 | than it's worth. the api's are still there, and efl api's still | ||
6 | fail as they did before.. they just don't ALSO set eina_error. | ||
7 | |||
1 | 2013-10-11 Cedric Bail | 8 | 2013-10-11 Cedric Bail |
2 | 9 | ||
3 | * Eina: add Eina_Spinlock API, | 10 | * Eina: add Eina_Spinlock API, |