On Tue, May 31, 2016 at 10:41 PM, Carsten Haitzler <[email protected]> wrote: >
[snip] > i just say - remove the void * for the job. same for timeout too - it's not > portable and the documentation is confusing as it claims to be data where it's > actually value... and value actually is a pointer TO the pointer you provide. That is going to change in promises in the next few days before the freeze period. Right now the void* value pointer is a pointer to whatever the promise is, if it is a void*, then value is void**. Which is awfully confusing. That was meant to allow value types and not restrict to only pointers, however it is going to change one way or another, i.e., or by removing the possibility of non-pointers or by assuming pointer-types are to be used as, well, pointers. >> -- >> Cedric BAIL Regards, -- Felipe Magno de Almeida ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
