Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_job


Modified Files:
      Tag: SPLIT
        ecore_job.c 


Log Message:


spacing between api calls... in docs
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_job/Attic/ecore_job.c,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -3 -r1.1.2.4 -r1.1.2.5
--- ecore_job.c 20 Feb 2003 06:56:40 -0000      1.1.2.4
+++ ecore_job.c 27 Feb 2003 01:58:14 -0000      1.1.2.5
@@ -18,6 +18,7 @@
  * return a pointer to the job handle. When the job is to be executed, the 
  * function @p func is called and passed the pointer @p data. once the job has
  * been executed the job handle is no longer valid.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 Ecore_Job *
 ecore_job_add(void (*func) (void *data), const void *data)
@@ -51,6 +52,7 @@
  * 
  * This removed a job from the queue (if it hasn't been executed yet) and
  * returns the data pointer that was to be passed to it.
+ * <hr><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  */
 void *
 ecore_job_del(Ecore_Job *job)




-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to