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

http://git.enlightenment.org/website/www-content.git/commit/?id=1159c61e7ce7813e565cc45154a1f740db0ef7b5

commit 1159c61e7ce7813e565cc45154a1f740db0ef7b5
Author: Raster <ras...@rasterman.com>
Date:   Thu Apr 30 01:34:35 2015 -0700

    Wiki page ecore_idlers changed with summary [] by Raster
---
 pages/docs/efl/ecore_idlers.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/pages/docs/efl/ecore_idlers.txt b/pages/docs/efl/ecore_idlers.txt
index 31b4bd2..1fa3b26 100644
--- a/pages/docs/efl/ecore_idlers.txt
+++ b/pages/docs/efl/ecore_idlers.txt
@@ -46,4 +46,8 @@ my_init(void)
 }
 </code>
 
-Note that the first (and only) parameter to the callback function is the 
''data'' parameter which can be a pointer to anything at all. Exactly this 
pointer is passed to your callback every time it is called. If this no longer 
points to valid data, it is your job to ensure it is not used or the idler is 
no longer called before that happens. Pointers are simply numbers with an 
address in memory (for all intents and purposes) and so thus imagine your 
pointer first says "Fred is at 213 Jones [...]
\ No newline at end of file
+Note that the first (and only) parameter to the callback function is the 
''data'' parameter which can be a pointer to anything at all. Exactly this 
pointer is passed to your callback every time it is called. If this no longer 
points to valid data, it is your job to ensure it is not used or the idler is 
no longer called before that happens. Pointers are simply numbers with an 
address in memory (for all intents and purposes) and so thus imagine your 
pointer first says "Fred is at 213 Jones [...]
+
+----
+
+~~DISCUSSIONS~~
\ No newline at end of file

-- 


Reply via email to