barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=dd628d4fad5e5eee56d7483a8ebec1c2a9bd5e69
commit dd628d4fad5e5eee56d7483a8ebec1c2a9bd5e69 Author: Gustavo Sverzut Barbieri <[email protected]> Date: Fri Nov 4 12:59:15 2016 -0200 fix event name --- src/lib/efl/interfaces/efl_model.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/efl/interfaces/efl_model.eo b/src/lib/efl/interfaces/efl_model.eo index b89aebe..c824fe1 100644 --- a/src/lib/efl/interfaces/efl_model.eo +++ b/src/lib/efl/interfaces/efl_model.eo @@ -121,7 +121,7 @@ interface Efl.Model () Add a new child, possibly dummy, depending on the implementation, of a internal keeping. When the child is effectively - added the event \@ref EFL_MODEL_EVENT_CHILD_ADD is then raised + added the event \@ref EFL_MODEL_EVENT_CHILD_ADDED is then raised and the new child is kept along with other children. @since 1.14 --
