diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-12-26 12:15:21 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2018-12-26 12:31:08 +0100 |
commit | 42e886d8d61d551bb544b777e6d254ce4dd3fcf1 (patch) | |
tree | d2b509c691ce62f88747e9c34e82dc30d4b9e0d4 /src/lib/eo/eina_types.eot | |
parent | 0e278d1de8fddcb510a19010fa829dcc1e7f393c (diff) |
Revert "ecore: make efl_loop_promise_new a function of Efl.Loop_Consumer."
This reverts commit 9b5155c9f135f9ef450a817979f5884352b2d4c0.
For now lets revert this, this breaks copy and paste, further more it
has the potential to break a lot more things, as eio_model tends to use
efl_loop_promise new, and then eina_promise_data_set, which is
explicitly forbidden.
This fixes crashing terminology instances.
Diffstat (limited to 'src/lib/eo/eina_types.eot')
-rw-r--r-- | src/lib/eo/eina_types.eot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index d0b3dcbcb9..d08382c1cd 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot | |||
@@ -99,8 +99,6 @@ 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 | |||
104 | /* FIXME: This definitely shouldn't be here. */ | 102 | /* FIXME: This definitely shouldn't be here. */ |
105 | type Efl.Event_Cb: __undefined_type; [[Efl event callback type]] | 103 | type Efl.Event_Cb: __undefined_type; [[Efl event callback type]] |
106 | 104 | ||