summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>2017-08-26 19:06:27 -0300
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>2017-08-27 11:35:38 -0300
commit1a0b921789d0671e7d493c53b059f1ca5ea426ad (patch)
tree4d3929f550faf173d9afde6a156d60d49a85fd14
parent701aab803d639c6105e5998b7e76097c42e23021 (diff)
downloadefl-1a0b921789d0671e7d493c53b059f1ca5ea426ad.tar.gz
Eina_Future: add to eina_types.eot
-rw-r--r--src/lib/eo/eina_types.eot4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot
index f307095d7b..8c91919ac5 100644
--- a/src/lib/eo/eina_types.eot
+++ b/src/lib/eo/eina_types.eot
@@ -63,6 +63,8 @@ struct @extern Eina.Rw_Slice {
struct @extern Eina.Value.Type; [[Eina value type]]
+struct @extern Eina.Future; [[Eina Future handles]]
+
struct @extern Eina.Future.Scheduler; [[This struct is used as a bridge between Eina and the future scheduler.
By using the provided functions Eina can schedule futures resolutions,
- rejections and cancelations to a safe context.]] \ No newline at end of file
+ rejections and cancelations to a safe context.]]