summaryrefslogtreecommitdiffstats
path: root/tools/extract-api.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 17:36:34 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 17:36:34 +0100
commite647d96737c58717abad581e786fe28c3686f78f (patch)
treefbf7811a4118c2857e63b37a8924fdc8b4463e40 /tools/extract-api.sh
parent2ce9302f26a772416ecafe1e9eb0429c12e55c55 (diff)
downloadffi-efl-e647d96737c58717abad581e786fe28c3686f78f.zip
ffi-efl-e647d96737c58717abad581e786fe28c3686f78f.tar.gz
parse elm_panes.h, generate elm_panes.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 39aca5c..44acc7e 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -79,6 +79,7 @@ for header in \
"${INCLUDE}/elementary-0/elc_fileselector_button.h" \
"${INCLUDE}/elementary-0/elm_spinner.h" \
"${INCLUDE}/elementary-0/elm_slider.h" \
+ "${INCLUDE}/elementary-0/elm_panes.h" \
; do
#
if [ ! -e "$header" ]; then