diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:29:47 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:29:47 +0100 |
commit | 71e3a0bc514fbd28fe9600448c40b7bb53627378 (patch) | |
tree | 681d52aad0044ac852b520c0141ed57a3e3d567c /lib/efl/native/elm/elm_cache.rb | |
parent | 3fce398a3e2b7a1cd231223abea6961a4cbf8ea9 (diff) | |
download | ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.zip ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.tar.gz |
update elm API
Diffstat (limited to 'lib/efl/native/elm/elm_cache.rb')
-rw-r--r-- | lib/efl/native/elm/elm_cache.rb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/efl/native/elm/elm_cache.rb b/lib/efl/native/elm/elm_cache.rb index b3d51de..7ad7c4e 100644 --- a/lib/efl/native/elm/elm_cache.rb +++ b/lib/efl/native/elm/elm_cache.rb @@ -25,30 +25,6 @@ module Efl fcts = [ # EAPI void elm_cache_all_flush(void); [ :elm_cache_all_flush, [ ], :void ], - # EAPI int elm_cache_flush_interval_get(void); - [ :elm_cache_flush_interval_get, [ ], :int ], - # EAPI void elm_cache_flush_interval_set(int size); - [ :elm_cache_flush_interval_set, [ :int ], :void ], - # EAPI Eina_Bool elm_cache_flush_enabled_get(void); - [ :elm_cache_flush_enabled_get, [ ], :bool ], - # EAPI void elm_cache_flush_enabled_set(Eina_Bool enabled); - [ :elm_cache_flush_enabled_set, [ :bool ], :void ], - # EAPI int elm_font_cache_get(void); - [ :elm_font_cache_get, [ ], :int ], - # EAPI void elm_font_cache_set(int size); - [ :elm_font_cache_set, [ :int ], :void ], - # EAPI int elm_image_cache_get(void); - [ :elm_image_cache_get, [ ], :int ], - # EAPI void elm_image_cache_set(int size); - [ :elm_image_cache_set, [ :int ], :void ], - # EAPI int elm_edje_file_cache_get(void); - [ :elm_edje_file_cache_get, [ ], :int ], - # EAPI void elm_edje_file_cache_set(int size); - [ :elm_edje_file_cache_set, [ :int ], :void ], - # EAPI int elm_edje_collection_cache_get(void); - [ :elm_edje_collection_cache_get, [ ], :int ], - # EAPI void elm_edje_collection_cache_set(int size); - [ :elm_edje_collection_cache_set, [ :int ], :void ], ] # attach_fcts fcts |