summaryrefslogtreecommitdiffstats
path: root/tools/extract-api.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-26 16:07:31 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-26 16:07:31 +0100
commitfdda52941d977938b5c14086e81ee6bf6f17fd49 (patch)
tree92b41e7735176ef16086b7985a79ee7bb6276a58 /tools/extract-api.sh
parent73e973d5f634898c5ae137ad61e7e9ce5c1ae775 (diff)
downloadffi-efl-fdda52941d977938b5c14086e81ee6bf6f17fd49.zip
ffi-efl-fdda52941d977938b5c14086e81ee6bf6f17fd49.tar.gz
parse elm_object_item.h and generate native/elm/elm_object_item.rb
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-xtools/extract-api.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index f4b0617..f17a0fe 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -42,9 +42,10 @@ for header in \
"${INCLUDE}/ecore-1/Ecore_Fb.h" \
"${INCLUDE}/ecore-1/Ecore_File.h" \
"${INCLUDE}/EMap.h" \
+ "${INCLUDE}/elementary-0/Elementary.h" \
"${INCLUDE}/elementary-0/elm_general.h" \
"${INCLUDE}/elementary-0/elm_tooltip.h" \
- "${INCLUDE}/elementary-0/Elementary.h" \
+ "${INCLUDE}/elementary-0/elm_object_item.h" \
; do
#
if [ ! -e "$header" ]; then