Hi,

On Tue, Dec 19, 2017 at 12:25 AM, Andrew Williams <[email protected]>
wrote:

> Hi,
>
> Is there a way that we can preserve type information when using
> Eina_Future?
>
> For example on the Efl.Io.Manager "open" method I have to read the full
> description to find it's return type:
>  https://www.enlightenment.org/develop/api/efl/io/manager/method/open


I believe in this specific case it should be declared as
  return: future<Eina.File>;

But I think this still generates Efl.Future stuff, rather than Eina.Future.
Cedriiiic! :)

That being said, without documentation it remains near impossible to guess
the type.
It would be nice to have some introspection, I think?

-- 
Jean-Philippe André
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to