diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-08-14 10:05:32 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-08-14 10:05:32 +0200 |
commit | 1f277e69ff68ea2a07f5311c6cb10818dfbe8bd4 (patch) | |
tree | d731c0e027a4c8026fb8301b5e70b3b1d1e55d89 /lib | |
parent | 9c04104fdb3889f8096fcc38718551961932c802 (diff) | |
download | ffi-efl-1f277e69ff68ea2a07f5311c6cb10818dfbe8bd4.zip ffi-efl-1f277e69ff68ea2a07f5311c6cb10818dfbe8bd4.tar.gz |
eina_main_loop_is + specs
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efl/native/eina.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/eina.rb b/lib/efl/native/eina.rb index 9c831f7..179c42d 100644 --- a/lib/efl/native/eina.rb +++ b/lib/efl/native/eina.rb @@ -46,6 +46,8 @@ module Efl [ :eina_threads_init, [ ], :int ], # EAPI int eina_threads_shutdown(void); [ :eina_threads_shutdown, [ ], :int ], + # EAPI Eina_Bool eina_main_loop_is(void); + [ :eina_main_loop_is, [ ], :eina_bool ], ] # attach_fcts fcts |