summaryrefslogtreecommitdiffstats
path: root/tools/extract-api.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:03:43 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:03:43 +0100
commit41f77c375f4bfcc6395425aa86158bdad93108ad (patch)
tree290002f39100e56ccad0ccc81647dbddb37cfb1e /tools/extract-api.sh
parent85de83d793de3e09cdce18cb6034047db400788a (diff)
downloadffi-efl-41f77c375f4bfcc6395425aa86158bdad93108ad.zip
ffi-efl-41f77c375f4bfcc6395425aa86158bdad93108ad.tar.gz
parse elm_panel.h, generate elm_panel.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 39097a6..ce754e3 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -57,6 +57,7 @@ for header in \
"${INCLUDE}/elementary-0/elm_box.h" \
"${INCLUDE}/elementary-0/elm_button.h" \
"${INCLUDE}/elementary-0/elm_frame.h" \
+ "${INCLUDE}/elementary-0/elm_panel.h" \
; do
#
if [ ! -e "$header" ]; then