diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/extract-api.sh | 1 | ||||
-rwxr-xr-x | tools/genruby.rb | 5 |
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) # |