Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_job
Modified Files:
Tag: SPLIT
Makefile.am ecore_job.c
Log Message:
stubs of ecore_x module...
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_job/Attic/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -3 -r1.1.2.1 -r1.1.2.2
--- Makefile.am 16 Jan 2003 10:30:30 -0000 1.1.2.1
+++ Makefile.am 16 Jan 2003 11:26:42 -0000 1.1.2.2
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = @x_cflags@ -I../ecore
+INCLUDES = -I../ecore
lib_LTLIBRARIES = libecore_job.la
include_HEADERS = \
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_job/Attic/ecore_job.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -3 -r1.1.2.1 -r1.1.2.2
--- ecore_job.c 16 Jan 2003 10:30:30 -0000 1.1.2.1
+++ ecore_job.c 16 Jan 2003 11:26:42 -0000 1.1.2.2
@@ -9,6 +9,14 @@
/**
* Add a job to the event queue
+ * @param func
+ * @param data
+ * @return A job handle
+ *
+ * Add a job to the queue to be executed by the event system later on and
+ * 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.
*/
Ecore_Job *
ecore_job_add(void (*func) (void *data), const void *data)
@@ -34,7 +42,12 @@
}
/**
- * Delete a queud job
+ * Delete a queued job
+ * @param job
+ * @return The data pointer to be passed to the job
+ *
+ * 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.
*/
void *
ecore_job_del(Ecore_Job *job)
-------------------------------------------------------
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs