summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 16:30:51 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 16:30:51 +0100
commita8fae94a3830af2de5a1b3be1bdf3eb558afd039 (patch)
tree0e5a9a885f0738e78c351d93fbccc37438f83c4a /tools
parent283c0a1975ddcd8fea4a51ee8a34b0aac058bfb6 (diff)
downloadffi-efl-a8fae94a3830af2de5a1b3be1bdf3eb558afd039.zip
ffi-efl-a8fae94a3830af2de5a1b3be1bdf3eb558afd039.tar.gz
parse elm_hover.h, generate elm_hover.rb
Diffstat (limited to 'tools')
-rwxr-xr-xtools/extract-api.sh1
-rwxr-xr-xtools/genruby.rb5
2 files changed, 6 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index b81fe20..b2b3882 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -71,6 +71,7 @@ for header in \
"${INCLUDE}/elementary-0/elm_flip.h" \
"${INCLUDE}/elementary-0/elm_flipselector.h" \
"${INCLUDE}/elementary-0/elm_diskselector.h" \
+ "${INCLUDE}/elementary-0/elm_hover.h" \
; do
#
if [ ! -e "$header" ]; then
diff --git a/tools/genruby.rb b/tools/genruby.rb
index 9a47cea..fe4cf09 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -475,6 +475,11 @@ libs << {
:modname=>'ElmDiskSelector', :prefix=>'elm_diskselector', :outfile=>'elm/elm_diskselector.rb',
:requires=>["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"], :constants=>[]
}
+libs << {
+ :lib=>ELM_LIB,:header=>'elm_hover.h',
+ :modname=>'ElmHover', :prefix=>'elm_hover', :outfile=>'elm/elm_hover.rb',
+ :requires=>["#{NATIVE}/elementary","#{NATIVE}/elm/elm_scroller"], :constants=>[]
+}
#
Dir.mkdir lib_path unless (File.exists? lib_path)
#