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

http://git.enlightenment.org/website/www-content.git/commit/?id=364351986343b599a33615cce3584d1ba8642aaf

commit 364351986343b599a33615cce3584d1ba8642aaf
Author: Xavi Artigas <xavierarti...@yahoo.es>
Date:   Thu Nov 9 03:53:52 2017 -0800

    Wiki page eo-intro.md changed with summary [Added efl_add_ref() to the 
Summary] by Xavi Artigas
---
 pages/develop/tutorial/c/eo-intro.md.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pages/develop/tutorial/c/eo-intro.md.txt 
b/pages/develop/tutorial/c/eo-intro.md.txt
index 28948d86..c3e0b7fa 100644
--- a/pages/develop/tutorial/c/eo-intro.md.txt
+++ b/pages/develop/tutorial/c/eo-intro.md.txt
@@ -283,6 +283,7 @@ At the end of this tutorial you have learned:
 * Objects are **created** with ``efl_add()``.
 * ``efl_add()`` creates objects with **one reference**, which belongs to their 
parent. You don't have to do anything to destroy the objects.
 * If you do not provide a parent to ``efl_add()`` then the reference belongs 
to **you**, and you have to return it when you are done working with the object 
using ``efl_unref()``.
+* Objects can be created with an **extra reference**  with ``efl_add_ref()``, 
which is useful if you want to give the object a parent and also start working 
with it right away.
 
 The following tutorial builds on top of this one, adding instrumentation calls 
to display the actual values of the different reference counters.
 

-- 


Reply via email to