summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:24:04 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 11:24:04 +0100
commiteb68fd362b069f40b9d93cc4b3524dbc13eef6a4 (patch)
tree7f6efa2cacca83181f2fb065162996a2442922fc /tools
parent93d06a12fca5450e2ed161150f628bfcb3e40479 (diff)
downloadffi-efl-eb68fd362b069f40b9d93cc4b3524dbc13eef6a4.zip
ffi-efl-eb68fd362b069f40b9d93cc4b3524dbc13eef6a4.tar.gz
parse elm_pager.h, generate elm_pager.rb
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 1042408..38cd6e7 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -418,7 +418,7 @@ libs << elm_h('elm_menu.h', 'ElmMenu')
#libs << elm_h('elm_mirroring.h', 'ElmX')
#libs << elm_h('elm_need.h', 'ElmX')
libs << elm_h('elm_notify.h', 'ElmNotify')
-#libs << elm_h('elm_pager.h', 'ElmX')
+libs << elm_h('elm_pager.h', 'ElmPager')
libs << elm_h('elm_panel.h', 'ElmPanel')
libs << elm_h('elm_panes.h', 'ElmPanes')
#libs << elm_h('elm_password.h', 'ElmX')