WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=4650a19d80534e8188435f92b5075986f984d30e

commit 4650a19d80534e8188435f92b5075986f984d30e
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Thu Nov 9 04:21:16 2017 -0800

    Wiki page eo-intro.md changed with summary [little rephrasing] by Xavi 
Artigas
---
 pages/develop/tutorial/c/eo-intro.md.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/develop/tutorial/c/eo-intro.md.txt 
b/pages/develop/tutorial/c/eo-intro.md.txt
index aff7847d..dfdacc54 100644
--- a/pages/develop/tutorial/c/eo-intro.md.txt
+++ b/pages/develop/tutorial/c/eo-intro.md.txt
@@ -193,7 +193,7 @@ And now, in the ``_obj_create()`` method, add a new 
``efl_add()`` line below the
                      efl_name_set(efl_added, "Child1"));
 ```
 
-Here you are creating a new object (of type ``EFL_MODEL_ITEM_CLASS``, again) 
and setting its parent to ``_root``. As you saw in the previous step, the one 
reference to the new object belongs to the parent, therefore you need not worry 
about returning it. It also means that you won't be able to work with this 
object later on. In fact, you don't event need to keep the ``_child1`` pointer 
(it's here because you will be using it in the following tutorial).
+Here you are creating a new object (of type ``EFL_MODEL_ITEM_CLASS``, again) 
and setting its parent to ``_root``. As explained in the previous step, since 
you are giving the object a parent, its one reference now belongs to the 
parent, therefore you need not worry about returning it. It also means that you 
won't be able to work with this object later on. In fact, you don't event need 
to keep the ``_child1`` pointer (it's here because you will be using it in the 
following tutorial).
 
 Add now a second object just below the previous one:
 

-- 


Reply via email to