WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=eb64c43073f3f35df9428292ee98e19a8d72f310
commit eb64c43073f3f35df9428292ee98e19a8d72f310 Author: Xavi Artigas <[email protected]> Date: Wed Nov 22 03:02:29 2017 -0800 Wiki page eo-inherit.md changed with summary [Bring back the callout] by Xavi Artigas --- pages/develop/tutorial/c/eo-inherit.md.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/develop/tutorial/c/eo-inherit.md.txt b/pages/develop/tutorial/c/eo-inherit.md.txt index 987cb49b..f1be273a 100644 --- a/pages/develop/tutorial/c/eo-inherit.md.txt +++ b/pages/develop/tutorial/c/eo-inherit.md.txt @@ -249,9 +249,8 @@ And likewise for the ``height`` setter. Note how the first parameter to ``efl_data_scope_get()`` is the object for which you want to retrieve the private data, and the second parameter is the *ancestor class*. You can retrieve the private data for any class, as long as it belongs to your hierarchy. -**NOTE:** - -For performance reasons, no runtime check is performed to ensure that the requested class actually belongs to your ancestry. If you want to avoid *undefined behavior* use ``efl_data_scope_safe_get()``. +> **NOTE:** +> For performance reasons, no runtime check is performed to ensure that the requested class actually belongs to your ancestry. If you want to avoid *undefined behavior* use ``efl_data_scope_safe_get()``. Once you have the pointer to the private data of ``Example.Rectangle`` you can write to both ``width`` and ``height`` as you were doing before. --
