diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-01 09:32:32 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-05-01 09:32:32 +0200 |
commit | ecbb84df1bf1cfdb686dd34a302b584e77e739c4 (patch) | |
tree | 0741e46114746591b00b661dd327b6734866fe36 /lib/efl.rb | |
parent | 67b6e2f3cee8b602f87c78bef3963f5832ca1ab6 (diff) | |
download | ffi-efl-ecbb84df1bf1cfdb686dd34a302b584e77e739c4.zip ffi-efl-ecbb84df1bf1cfdb686dd34a302b584e77e739c4.tar.gz |
update lib/efl, README, Changelog
Diffstat (limited to 'lib/efl.rb')
-rw-r--r-- | lib/efl.rb | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -4,14 +4,19 @@ # module Efl # - VERSION = '0.0.2' + VERSION = '0.0.3' # - autoload :Eet, './lib/efl/eet.rb' - autoload :Evas, './lib/efl/evas.rb' - autoload :Ecore, './lib/efl/ecore.rb' + autoload :EcoreEvas, './lib/efl/ecore_evas.rb' autoload :EcoreGetopt, './lib/efl/ecore_getopt.rb' + autoload :EcoreInput, './lib/efl/ecore_input.rb' + autoload :Ecore, './lib/efl/ecore.rb' autoload :Edje, './lib/efl/edje.rb' + autoload :Eet, './lib/efl/eet.rb' + autoload :EinHash, './lib/efl/eina_hash.rb' + autoload :EinaList, './lib/efl/eina_list.rb' + autoload :Eina, './lib/efl/eina.rb' autoload :Elm, './lib/efl/elementary.rb' + autoload :Evas, './lib/efl/evas.rb' end # # EOF |