summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-04-28 17:00:26 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-04-28 17:00:26 +0200
commitaa7ddc693a3bf6fed5c346f83b3aa7791ba83a8a (patch)
tree610ef37319d2a32ef587bbf3c34ca2048e971bde /tools
parent35eceb0f17b46aeb56dcbd72569a42676cf63923 (diff)
downloadffi-efl-aa7ddc693a3bf6fed5c346f83b3aa7791ba83a8a.zip
ffi-efl-aa7ddc693a3bf6fed5c346f83b3aa7791ba83a8a.tar.gz
fix efl/ffi/ecore_input generation, add specs
Diffstat (limited to 'tools')
-rwxr-xr-xtools/genruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 4ee6405..3fe31a5 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -17,7 +17,7 @@ libraries = [
[ 'Edje.h', 'Edje', 'edje', 'edje', 'edje.rb' ],
[ 'Ecore.h', 'Ecore', 'ecore', 'ecore', 'ecore.rb' ],
# [ 'Ecore_Con.h', 'EcoreCon', 'ecore_con', 'ecore', 'ecore/ecore_con.rb' ],
- [ 'Ecore_Input.h', 'EcoreInput', 'ecore', 'ecore', 'ecore/ecore_input.rb' ],
+ [ 'Ecore_Input.h', 'EcoreInput', 'ecore_event', 'ecore_input', 'ecore/ecore_input.rb' ],
[ 'Ecore_Getopt.h', 'EcoreGetopt', 'ecore_getopt', 'ecore', 'ecore/ecore_getopt.rb' ],
[ 'Ecore_Evas.h', 'EcoreEvas', 'ecore', 'ecore_evas', 'ecore/ecore_evas.rb' ],
# [ 'Ecore_Fb.h', 'EcoreFb', 'ecore', 'ecore', 'ecore/ecore_fb.rb' ],