diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 10:36:41 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 10:36:41 +0100 |
commit | 3d5001fdb4cc8a9032f044a781fe20e840e8906e (patch) | |
tree | 03c7077cfdbf2e31e088d110c775aded3924c362 /tools | |
parent | 4711c7bdf973189389a44c7815fa9ca56b18c7c8 (diff) | |
download | ffi-efl-3d5001fdb4cc8a9032f044a781fe20e840e8906e.zip ffi-efl-3d5001fdb4cc8a9032f044a781fe20e840e8906e.tar.gz |
parse elm_anchorblock.h, generate elm_anchorblock.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 f482327..e385986 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -365,7 +365,7 @@ libs << elm_h('elm_icon.h', 'ElmIcon') libs << elm_h('elm_scroller.h', 'ElmScroller') libs << elm_h('elm_entry.h', 'ElmEntry', ["#{NATIVE}/edje","#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon","#{NATIVE}/elm/elm_scroller"]) libs << elm_h('elm_list.h', 'ElmList', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"]) -#libs << elm_h('elc_anchorblock.h', 'ElmX') +libs << elm_h('elc_anchorblock.h', 'ElmAnchorBlock') #libs << elm_h('elc_anchorview.h', 'ElmX') #libs << elm_h('elc_ctxpopup.h', 'ElmX') libs << elm_h('elc_fileselector_button.h', 'ElmFileSelectorButton') |