Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : docs

Dir     : e17/docs/cookbook/xml/ecore


Modified Files:
        ecore_timers.xml 


Log Message:
- add a little section on deleting timers

===================================================================
RCS file: /cvsroot/enlightenment/e17/docs/cookbook/xml/ecore/ecore_timers.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore_timers.xml    29 Jul 2004 16:04:21 -0000      1.1
+++ ecore_timers.xml    29 Jul 2004 17:48:06 -0000      1.2
@@ -81,6 +81,14 @@
 </para>
 
 <para>
+If you have a timer that you wish to remove at some point in the future you can call 
+<function>ecore_timer_del(Ecore_Timer *)</function>. If this delete succeeds the 
pointer 
+will be returned otherwise NULL will be returned.
+After calling the delete function the <literal>Ecore_Timer</literal> structure will 
be 
+invalid and you should not use it again in your program.
+</para>
+
+<para>
 Compiling the example is as simple as:
 <example>
 <title>Compilation</title>




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to