diff options
Diffstat (limited to 'lib/efl/native')
-rw-r--r-- | lib/efl/native/eina.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/eina.rb b/lib/efl/native/eina.rb index a971e34..7cf9993 100644 --- a/lib/efl/native/eina.rb +++ b/lib/efl/native/eina.rb @@ -30,7 +30,7 @@ module Efl # # VARIABLES # EAPI extern Eina_Version *eina_version; - attach_variable :eina_version, :pointer + attach_variable :eina_version, :eina_version # # FUNCTIONS fcts = [ @@ -43,7 +43,7 @@ module Efl # EAPI int eina_threads_shutdown(void); [ :eina_threads_shutdown, [ ], :int ], # EAPI Eina_Bool eina_main_loop_is(void); - [ :eina_main_loop_is, [ ], :eina_bool ], + [ :eina_main_loop_is, [ ], :bool ], # EAPI void eina_main_loop_define(void); [ :eina_main_loop_define, [ ], :void ], ] |