summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 09:52:26 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 09:52:26 +0100
commit863fce3d0c74445ab4be4b69b998970f33fa076a (patch)
tree9455a8531b0a007f3432ab49ed6f3162c04c5fcc /tools/genruby.rb
parenta83f47be725bde835c0b11101456bbb0c1cadf63 (diff)
downloadffi-efl-863fce3d0c74445ab4be4b69b998970f33fa076a.zip
ffi-efl-863fce3d0c74445ab4be4b69b998970f33fa076a.tar.gz
update module names, elm_tooltip->ElmTooltip, elm_object_item->ElmObjectItem
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 6c69031..96f50c6 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -342,12 +342,12 @@ libs << {
}
libs << {
:lib=>ELM_LIB,:header=>'elm_tooltip.h',
- :modname=>'Elm', :prefix=>'elm', :outfile=>'elm/elm_tooltip.rb',
+ :modname=>'ElmTooltip', :prefix=>'elm', :outfile=>'elm/elm_tooltip.rb',
:requires=>["#{NATIVE}/elementary"], :constants=>[]
}
libs << {
:lib=>ELM_LIB,:header=>'elm_object_item.h',
- :modname=>'Elm', :prefix=>'elm_object_item', :outfile=>'elm/elm_object_item.rb',
+ :modname=>'ElmObjectItem', :prefix=>'elm_object_item', :outfile=>'elm/elm_object_item.rb',
:requires=>["#{NATIVE}/elementary"], :constants=>[]
}
Dir.mkdir lib_path unless (File.exists? lib_path)