summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/extract-api.sh2
-rwxr-xr-xtools/genruby.rb9
2 files changed, 11 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index 372a8ff..f4b0617 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -42,6 +42,8 @@ for header in \
"${INCLUDE}/ecore-1/Ecore_Fb.h" \
"${INCLUDE}/ecore-1/Ecore_File.h" \
"${INCLUDE}/EMap.h" \
+ "${INCLUDE}/elementary-0/elm_general.h" \
+ "${INCLUDE}/elementary-0/elm_tooltip.h" \
"${INCLUDE}/elementary-0/Elementary.h" \
; do
#
diff --git a/tools/genruby.rb b/tools/genruby.rb
index bd1f154..9b9706a 100755
--- a/tools/genruby.rb
+++ b/tools/genruby.rb
@@ -332,6 +332,15 @@ libs << {
:modname=>'Elm', :prefix=>'elm', :outfile=>'elementary.rb',
:requires=>['efl/native/evas'], :constants=>[]
}
+libs << {
+ :lib=>'elementary-ver-pre-svn-09.so.0',:header=>'elm_general.h',
+ :modname=>'Elm', :prefix=>'elm', :outfile=>'elm/elm_general.rb',
+ :requires=>['efl/native/elementary'], :constants=>[]
+}
+libs << {
+ :lib=>'elementary-ver-pre-svn-09.so.0',:header=>'elm_tooltip.h',
+ :modname=>'Elm', :prefix=>'elm', :outfile=>'elm/elm_tooltip.rb',
+ :requires=>['efl/native/elementary'], :constants=>[]
}
Dir.mkdir lib_path unless (File.exists? lib_path)
#