Re: [E-devel] [EGIT] [core/efl] master 01/01: efl intf: Add format interface

2017-10-16 Thread Jean-Philippe André
2017-10-16 21:45 GMT+09:00 Gustavo Sverzut Barbieri : > > +function Efl.Ui.Format_Func_Cb { > > + [[Function pointer for format function hook]] > > + params { > > + @in str: ptr(Eina.Strbuf); > > + @in value: Eina.Value; > > I'd use const(generic_value), there is no need to use `Eina

Re: [E-devel] [EGIT] [core/efl] master 01/01: efl intf: Add format interface

2017-10-16 Thread Gustavo Sverzut Barbieri
> +function Efl.Ui.Format_Func_Cb { > + [[Function pointer for format function hook]] > + params { > + @in str: ptr(Eina.Strbuf); > + @in value: Eina.Value; I'd use const(generic_value), there is no need to use `Eina.Value` since it's a "native" eolian type... and you don't want to m