diff options
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 |