diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 11:20:52 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 11:20:52 +0100 |
commit | 93d06a12fca5450e2ed161150f628bfcb3e40479 (patch) | |
tree | 4786cda52f0d6590808149d5a7eb57ea898f6a88 /tools | |
parent | bbef3a090c6f5e2f4aafd8dbfb9a678c15dff8af (diff) | |
download | ffi-efl-93d06a12fca5450e2ed161150f628bfcb3e40479.zip ffi-efl-93d06a12fca5450e2ed161150f628bfcb3e40479.tar.gz |
parse elm_multibuttonentry.h, generate elm_multibuttonentry.rb
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/genruby.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index 7eb7efe..1042408 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -372,7 +372,7 @@ libs << elm_h('elc_fileselector_button.h', 'ElmFileSelectorButton') libs << elm_h('elc_fileselector_entry.h', 'ElmFileSelectorEntry') libs << elm_h('elc_fileselector.h', 'ElmFileSelector') libs << elm_h('elc_hoversel.h', 'ElmHoverSel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon"]) -#libs << elm_h('elc_multibuttonentry.h', 'ElmX') +libs << elm_h('elc_multibuttonentry.h', 'ElmMultiButtonEntry') libs << elm_h('elc_naviframe.h', 'ElmNaviFrame') libs << elm_h('elm_actionslider.h', 'ElmActionSlider') #libs << elm_h('elm_app.h', 'ElmX') |