diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2018-12-26 17:47:47 +0000 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2018-12-26 17:50:09 +0000 |
commit | 318d16846fb4fd7092befe72ffa24ff0052abc93 (patch) | |
tree | 1b59686448717947d2c0f5f41a6cc4b332af7bd5 /src/lib/eo/eina_types.eot | |
parent | 6505bac7106b00e9ffb9151a862df8507e13249c (diff) |
Revert "Revert "ecore: make efl_loop_promise_new a function of Efl.Loop_Consumer.""
This reverts commit 42e886d8d61d551bb544b777e6d254ce4dd3fcf1.
Diffstat (limited to 'src/lib/eo/eina_types.eot')
-rw-r--r-- | src/lib/eo/eina_types.eot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index d08382c1cd..d0b3dcbcb9 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot | |||
@@ -99,6 +99,8 @@ struct @extern Eina.Stat { | |||
99 | ctimensec: ulong; [[The nano version of the timestmap when the file was created]] | 99 | ctimensec: ulong; [[The nano version of the timestmap when the file was created]] |
100 | } | 100 | } |
101 | 101 | ||
102 | struct @extern Eina.Promise; [[Eina promise type]] | ||
103 | |||
102 | /* FIXME: This definitely shouldn't be here. */ | 104 | /* FIXME: This definitely shouldn't be here. */ |
103 | type Efl.Event_Cb: __undefined_type; [[Efl event callback type]] | 105 | type Efl.Event_Cb: __undefined_type; [[Efl event callback type]] |
104 | 106 | ||