diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:13:17 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 15:13:17 +0100 |
commit | 979cdad00dc4617cf1614f4d4bbdc07a1e7bc1d1 (patch) | |
tree | f1a015a60239cd55780aa02e75e8a1567272ed98 /tools/extract-api.sh | |
parent | 8af4c2366a9685c06f3114203cb21da42de6b53f (diff) | |
download | ffi-efl-979cdad00dc4617cf1614f4d4bbdc07a1e7bc1d1.zip ffi-efl-979cdad00dc4617cf1614f4d4bbdc07a1e7bc1d1.tar.gz |
parse elm_grid.h, generate elm_grid.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 4c50504..e830d2a 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -59,6 +59,7 @@ for header in \ "${INCLUDE}/elementary-0/elm_frame.h" \ "${INCLUDE}/elementary-0/elm_panel.h" \ "${INCLUDE}/elementary-0/elm_image.h" \ + "${INCLUDE}/elementary-0/elm_grid.h" \ ; do # if [ ! -e "$header" ]; then |