summaryrefslogtreecommitdiffstats
path: root/lib/efl.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-05-01 09:32:32 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-05-01 09:32:32 +0200
commitecbb84df1bf1cfdb686dd34a302b584e77e739c4 (patch)
tree0741e46114746591b00b661dd327b6734866fe36 /lib/efl.rb
parent67b6e2f3cee8b602f87c78bef3963f5832ca1ab6 (diff)
downloadffi-efl-ecbb84df1bf1cfdb686dd34a302b584e77e739c4.zip
ffi-efl-ecbb84df1bf1cfdb686dd34a302b584e77e739c4.tar.gz
update lib/efl, README, Changelog
Diffstat (limited to 'lib/efl.rb')
-rw-r--r--lib/efl.rb13
1 files changed, 9 insertions, 4 deletions
diff --git a/lib/efl.rb b/lib/efl.rb
index 57dd141..c69bb12 100644
--- a/lib/efl.rb
+++ b/lib/efl.rb
@@ -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