diff options
author | Rafael Antognolli <antognolli@gmail.com> | 2009-05-19 11:58:29 +0000 |
---|---|---|
committer | Rafael Antognolli <antognolli@gmail.com> | 2009-05-19 11:58:29 +0000 |
commit | 16c574df946a102e200a30d084d9244f06582896 (patch) | |
tree | 74e4ec3e23a7a45214d5ca164c34d049d509fcb1 /legacy/ethumb/src/lib/ethumb_private.h | |
parent | bfabdd2404140a68e6ba9de0a1c31263e869308c (diff) |
finished callback is always called now.
The ethumb_generate() function now just returns 0 if there is already a
generation in progress (and in that case, the callback isn't called).
SVN revision: 40738
Diffstat (limited to 'legacy/ethumb/src/lib/ethumb_private.h')
-rw-r--r-- | legacy/ethumb/src/lib/ethumb_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/ethumb/src/lib/ethumb_private.h b/legacy/ethumb/src/lib/ethumb_private.h index 1da7f0d4f3..b43131f2bf 100644 --- a/legacy/ethumb/src/lib/ethumb_private.h +++ b/legacy/ethumb/src/lib/ethumb_private.h | |||
@@ -39,6 +39,7 @@ struct _Ethumb | |||
39 | Ecore_Idler *finished_idler; | 39 | Ecore_Idler *finished_idler; |
40 | ethumb_generate_callback_t finished_cb; | 40 | ethumb_generate_callback_t finished_cb; |
41 | void *cb_data; | 41 | void *cb_data; |
42 | int cb_result; | ||
42 | }; | 43 | }; |
43 | 44 | ||
44 | #endif /* __ETHUMB_PRIVATE_H__ */ | 45 | #endif /* __ETHUMB_PRIVATE_H__ */ |