diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-04-02 16:25:51 +0900 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-04-02 16:25:51 +0900 |
commit | 3b9f8e48471179da7f751bf696f9f27b39a720df (patch) | |
tree | c3305c2e427300f9dd8ce0840fd626e05cd90280 /src/lib/ecore | |
parent | 45a2beaf92dc8fa4819a930b65292370e312cd66 (diff) |
Ecore.h: fixed ecore documentation.
Diffstat (limited to 'src/lib/ecore')
-rw-r--r-- | src/lib/ecore/Ecore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index 6a5e3e37d7..78cfd3da12 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h | |||
@@ -2221,7 +2221,7 @@ typedef void (*Ecore_Thread_Notify_Cb)(void *data, Ecore_Thread *thread, void *m | |||
2221 | * so here it's safe to use anything from the EFL freely. | 2221 | * so here it's safe to use anything from the EFL freely. |
2222 | * | 2222 | * |
2223 | * The thread can also be cancelled before its completion calling | 2223 | * The thread can also be cancelled before its completion calling |
2224 | *ecore_thread_cancel(), either from the main thread or @p func_blocking. | 2224 | * ecore_thread_cancel(), either from the main thread or @p func_blocking. |
2225 | * In this case, @p func_cancel will be called, also from the main thread | 2225 | * In this case, @p func_cancel will be called, also from the main thread |
2226 | * to inform of this happening. If the thread could not be created, this | 2226 | * to inform of this happening. If the thread could not be created, this |
2227 | * function will be called and it's @c thread parameter will be NULL. It's | 2227 | * function will be called and it's @c thread parameter will be NULL. It's |
@@ -2268,7 +2268,7 @@ EAPI Ecore_Thread *ecore_thread_run(Ecore_Thread_Cb func_blocking, Ecore_Thread_ | |||
2268 | * be called from the main thread for every message sent from @p func_heavy | 2268 | * be called from the main thread for every message sent from @p func_heavy |
2269 | * with ecore_thread_feedback(). | 2269 | * with ecore_thread_feedback(). |
2270 | * | 2270 | * |
2271 | * Like with ecore_thread_run(), a new thread will be launched to run | 2271 | * Like ecore_thread_run(), a new thread will be launched to run |
2272 | * @p func_heavy unless the maximum number of simultaneous threads has been | 2272 | * @p func_heavy unless the maximum number of simultaneous threads has been |
2273 | * reached, in which case the function will be scheduled to run whenever a | 2273 | * reached, in which case the function will be scheduled to run whenever a |
2274 | * running task ends and a thread becomes free. But if @p try_no_queue is | 2274 | * running task ends and a thread becomes free. But if @p try_no_queue is |