summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/ecore.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-08-24 16:49:44 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-08-24 16:49:44 +0200
commitf2002f8c5fc6bd9b501f55585c162abaa4930473 (patch)
tree40a0c9780976e32d900f4fe628902489c0119550 /lib/efl/native/ecore.rb
parent7eac2cc7fc59423d67995bc012aaf0cbcdc206ff (diff)
downloadffi-efl-f2002f8c5fc6bd9b501f55585c162abaa4930473.zip
ffi-efl-f2002f8c5fc6bd9b501f55585c162abaa4930473.tar.gz
update elementary and ecore API
Diffstat (limited to 'lib/efl/native/ecore.rb')
-rw-r--r--lib/efl/native/ecore.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efl/native/ecore.rb b/lib/efl/native/ecore.rb
index 80859e0..c3ea8f2 100644
--- a/lib/efl/native/ecore.rb
+++ b/lib/efl/native/ecore.rb
@@ -186,10 +186,10 @@ module Efl
[ :ecore_main_loop_thread_safe_call_async, [ :ecore_cb, :void_p ], :void ],
# EAPI void *ecore_main_loop_thread_safe_call_sync(Ecore_Data_Cb callback, void *data);
[ :ecore_main_loop_thread_safe_call_sync, [ :ecore_data_cb, :void_p ], :void_p ],
- # EAPI Eina_Bool ecore_thread_main_loop_begin(void);
- [ :ecore_thread_main_loop_begin, [ ], :eina_bool ],
- # EAPI void ecore_thread_main_loop_end(void);
- [ :ecore_thread_main_loop_end, [ ], :void ],
+ # EAPI int ecore_thread_main_loop_begin(void);
+ [ :ecore_thread_main_loop_begin, [ ], :int ],
+ # EAPI int ecore_thread_main_loop_end(void);
+ [ :ecore_thread_main_loop_end, [ ], :int ],
# EAPI Ecore_Event_Handler *ecore_event_handler_add(int type, Ecore_Event_Handler_Cb func, const void *data);
[ :ecore_event_handler_add, [ :int, :ecore_event_handler_cb, :void_p ], :ecore_event_handler_p ],
# EAPI void *ecore_event_handler_del(Ecore_Event_Handler *event_handler);