diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 12:25:50 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-28 12:25:50 +0100 |
commit | 7d35dcd880d9c29c40b853c88a44cf0cd685d16e (patch) | |
tree | e077ef30ced5576f5f25e6387b7bf2bc7f53d403 /tools | |
parent | ef60728db6f5c98ea6534f19ad0b0098fe66ca8c (diff) | |
download | ffi-efl-7d35dcd880d9c29c40b853c88a44cf0cd685d16e.zip ffi-efl-7d35dcd880d9c29c40b853c88a44cf0cd685d16e.tar.gz |
parse elm_mirroring.h, generate elm_mirroring.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 e98ca16..fd64127 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -413,7 +413,7 @@ libs << elm_h('elm_layout.h', 'ElmLayout') #libs << elm_h('elm_mapbuf.h', 'ElmX') #libs << elm_h('elm_map.h', 'ElmX') libs << elm_h('elm_menu.h', 'ElmMenu') -#libs << elm_h('elm_mirroring.h', 'ElmX') +libs << elm_h('elm_mirroring.h', 'ElmMirroring') #libs << elm_h('elm_need.h', 'ElmX') libs << elm_h('elm_notify.h', 'ElmNotify') libs << elm_h('elm_pager.h', 'ElmPager') |