diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:03:43 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:03:43 +0100 |
commit | 41f77c375f4bfcc6395425aa86158bdad93108ad (patch) | |
tree | 290002f39100e56ccad0ccc81647dbddb37cfb1e /tools/extract-api.sh | |
parent | 85de83d793de3e09cdce18cb6034047db400788a (diff) | |
download | ffi-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-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 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 |