summaryrefslogtreecommitdiffstats
path: root/tools/extract-api.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 17:09:52 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 17:09:52 +0100
commit189cccfc81fe245f7f5fedc58f1ee91c228965e7 (patch)
treee8ae2975f431b7cb9d0f3a0614bc10f5f9c02e45 /tools/extract-api.sh
parent249b863142a914a93b144a969e22fdab74d994cd (diff)
downloadffi-efl-189cccfc81fe245f7f5fedc58f1ee91c228965e7.zip
ffi-efl-189cccfc81fe245f7f5fedc58f1ee91c228965e7.tar.gz
parse elc_slider.h, generate elm_slider.rb
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-xtools/extract-api.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index dd7e6a4..39aca5c 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -78,6 +78,7 @@ for header in \
"${INCLUDE}/elementary-0/elc_fileselector_entry.h" \
"${INCLUDE}/elementary-0/elc_fileselector_button.h" \
"${INCLUDE}/elementary-0/elm_spinner.h" \
+ "${INCLUDE}/elementary-0/elm_slider.h" \
; do
#
if [ ! -e "$header" ]; then