projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2e967
)
eina_cxx: allow for the generation of function that return Eina_Promise in .eo files.
author
Cedric BAIL
<cedric.bail@free.fr>
Sat, 5 Jan 2019 01:39:11 +0000
(17:39 -0800)
committer
JunsuChoi
<jsuya.choi@samsung.com>
Thu, 24 Jan 2019 05:20:17 +0000
(14:20 +0900)
Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D7576
src/bindings/cxx/eina_cxx/eina_deleter.hh
patch
|
blob
|
history
diff --git
a/src/bindings/cxx/eina_cxx/eina_deleter.hh
b/src/bindings/cxx/eina_cxx/eina_deleter.hh
index f88efd309d138e46eed786c76aee7f0305512240..7831dfd8eee51dfe6a032e0d4069a56a7654ea7e 100644
(file)
--- a/
src/bindings/cxx/eina_cxx/eina_deleter.hh
+++ b/
src/bindings/cxx/eina_cxx/eina_deleter.hh
@@
-23,6
+23,10
@@
struct malloc_deleter
{
// how to free binbuf?
}
+ void operator()(Eina_Promise*) const
+ {
+ // workaround until we manually handle efl_loop_promise_new
+ }
};
template <typename T>