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
> +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