summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 16:35:43 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 16:35:43 +0100
commit6c9e09c5e7d57353e079462d3d072a2594d04b81 (patch)
tree2aa7146904b0dcac212679075c25d0a657666557 /tools/genruby.rb
parenta8fae94a3830af2de5a1b3be1bdf3eb558afd039 (diff)
downloadffi-efl-6c9e09c5e7d57353e079462d3d072a2594d04b81.zip
ffi-efl-6c9e09c5e7d57353e079462d3d072a2594d04b81.tar.gz
parse elm_colorselector.h, generate elm_colorselector.rb
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index fe4cf09..bdcb271 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -480,6 +480,11 @@ libs << {
:modname=>'ElmHover', :prefix=>'elm_hover', :outfile=>'elm/elm_hover.rb',
:requires=>["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"], :constants=>[]
}
+libs << {
+ :lib=>ELM_LIB,:header=>'elm_colorselector.h',
+ :modname=>'ElmColorSelector', :prefix=>'elm_colorselector', :outfile=>'elm/elm_colorselector.rb',
+ :requires=>["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"], :constants=>[]
+}
#
Dir.mkdir lib_path unless (File.exists? lib_path)
#