summaryrefslogtreecommitdiffstats
path: root/tools/genruby.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:20:05 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-11-28 23:20:05 +0100
commit695680a36cc9ed7e37e6c1b4bb276574071b4671 (patch)
tree26bcd543490a66daca9938d956a1d8516f36f8b3 /tools/genruby.rb
parent7ad1aad37ba538a6ea59a3731716f8b9726cdccf (diff)
downloadffi-efl-695680a36cc9ed7e37e6c1b4bb276574071b4671.zip
ffi-efl-695680a36cc9ed7e37e6c1b4bb276574071b4671.tar.gz
generate native elm_win_inwin_, add ElmInwin class
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-xtools/genruby.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 07114f0..1b27880 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -417,6 +417,7 @@ libs << elm_h('elm_hover.h', 'ElmHover')
libs << elm_h('elm_image.h', 'ElmImage')
libs << elm_h('elm_index.h', 'ElmIndex')
libs << elm_h('elm_inwin.h', 'ElmInwin')
+libs[-1][:prefix] = 'elm_win_inwin'
libs << elm_h('elm_label.h', 'ElmLabel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_entry"])
libs << elm_h('elm_layout.h', 'ElmLayout', ["#{NATIVE}/edje","#{NATIVE}/elementary"])
libs << elm_h('elm_mapbuf.h', 'ElmMapBuf')