Hi, On 5 November 2016 at 00:20, Gustavo Sverzut Barbieri <[email protected]> wrote:
> barbieri pushed a commit to branch master. > > http://git.enlightenment.org/core/efl.git/commit/?id=d8ad250 > 7bcbba6215e75dd1e76d8ade379dfe48a > > commit d8ad2507bcbba6215e75dd1e76d8ade379dfe48a > Author: Gustavo Sverzut Barbieri <[email protected]> > Date: Fri Nov 4 11:19:41 2016 -0200 > > fix event name > --- > src/lib/efl/interfaces/efl_model.eo | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/src/lib/efl/interfaces/efl_model.eo > b/src/lib/efl/interfaces/efl_model.eo > index e3d9359..b89aebe 100644 > --- a/src/lib/efl/interfaces/efl_model.eo > +++ b/src/lib/efl/interfaces/efl_model.eo > @@ -15,10 +15,10 @@ interface Efl.Model () > > properties_get is due to provide callers a way the fetch > the > current properties implemented/used by the model. The > event > - EFL_MODEL_EVENT_PROPERTIES_CHANGE will be raised to > notify > + EFL_MODEL_EVENT_PROPERTIES_CHANGED will be raised to > notify > We should use proper EO documentation as this event name will vary from language to language, and only in C is the above name valid. @q66, do we have special tagging for events in the doc? Or is the proper way just "properties,changed"? TIA, -- Jean-Philippe André ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
