diff options
author | Cedric BAIL <cedric@osg.samsung.com> | 2018-01-03 11:21:34 -0800 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2018-01-03 11:21:34 -0800 |
commit | c19ef910201cc96dce4c7f21b57ce63868b980d0 (patch) | |
tree | 491766ccad08d4e7ff668bcd1d460a0ecc1124aa /src/lib/eo/eina_types.eot | |
parent | 8a10f09b14f046922ffe2e93bf58da41c3dd29bf (diff) |
Revert "efl_loop: move scheduler_get to eo API"
This reverts commit f910ba248e3f8f8390674e79cbbe49582eed861e.
The scheduler is meant to be used only in C, not by bindings so there isn't really
a use for it in the loop class. Now this patch was triggered due to complexity in
using future/promise, so will do a follow up patch to improve that.
Diffstat (limited to 'src/lib/eo/eina_types.eot')
-rw-r--r-- | src/lib/eo/eina_types.eot | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index c7fbdf2d40..fc0fca09cc 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot | |||
@@ -79,5 +79,4 @@ struct @extern Eina.Rw_Slice { | |||
79 | 79 | ||
80 | struct @extern Eina.Value.Type; [[Eina value type]] | 80 | struct @extern Eina.Value.Type; [[Eina value type]] |
81 | struct @extern Eina.Future; [[Eina_Future handle]] | 81 | struct @extern Eina.Future; [[Eina_Future handle]] |
82 | struct @extern Eina.Future.Scheduler; [[Eina_Future_Scheduler handle]] | ||
83 | struct @extern Eina.Promise; [[Eina_Promise handle]] | 82 | struct @extern Eina.Promise; [[Eina_Promise handle]] |