diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 16:30:51 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 16:30:51 +0100 |
commit | a8fae94a3830af2de5a1b3be1bdf3eb558afd039 (patch) | |
tree | 0e5a9a885f0738e78c351d93fbccc37438f83c4a /tools/extract-api.sh | |
parent | 283c0a1975ddcd8fea4a51ee8a34b0aac058bfb6 (diff) | |
download | ffi-efl-a8fae94a3830af2de5a1b3be1bdf3eb558afd039.zip ffi-efl-a8fae94a3830af2de5a1b3be1bdf3eb558afd039.tar.gz |
parse elm_hover.h, generate elm_hover.rb
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-x | tools/extract-api.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index b81fe20..b2b3882 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -71,6 +71,7 @@ for header in \ "${INCLUDE}/elementary-0/elm_flip.h" \ "${INCLUDE}/elementary-0/elm_flipselector.h" \ "${INCLUDE}/elementary-0/elm_diskselector.h" \ + "${INCLUDE}/elementary-0/elm_hover.h" \ ; do # if [ ! -e "$header" ]; then |