diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 16:35:43 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 16:35:43 +0100 |
commit | 6c9e09c5e7d57353e079462d3d072a2594d04b81 (patch) | |
tree | 2aa7146904b0dcac212679075c25d0a657666557 /lib/efl/elementary_all.rb | |
parent | a8fae94a3830af2de5a1b3be1bdf3eb558afd039 (diff) | |
download | ffi-efl-6c9e09c5e7d57353e079462d3d072a2594d04b81.zip ffi-efl-6c9e09c5e7d57353e079462d3d072a2594d04b81.tar.gz |
parse elm_colorselector.h, generate elm_colorselector.rb
Diffstat (limited to 'lib/efl/elementary_all.rb')
-rw-r--r-- | lib/efl/elementary_all.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efl/elementary_all.rb b/lib/efl/elementary_all.rb index c78b49b..64ee4d6 100644 --- a/lib/efl/elementary_all.rb +++ b/lib/efl/elementary_all.rb @@ -13,6 +13,7 @@ require 'efl/elm/elm_button' require 'efl/elm/elm_calendar' require 'efl/elm/elm_check' require 'efl/elm/elm_clock' +require 'efl/elm/elm_colorselector' require 'efl/elm/elm_cursor' require 'efl/elm/elm_diskselector' require 'efl/elm/elm_entry' |