diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 16:35:43 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-27 16:35:43 +0100 |
commit | 6c9e09c5e7d57353e079462d3d072a2594d04b81 (patch) | |
tree | 2aa7146904b0dcac212679075c25d0a657666557 /tools/extract-api.sh | |
parent | a8fae94a3830af2de5a1b3be1bdf3eb558afd039 (diff) | |
download | ffi-efl-6c9e09c5e7d57353e079462d3d072a2594d04b81.zip ffi-efl-6c9e09c5e7d57353e079462d3d072a2594d04b81.tar.gz |
parse elm_colorselector.h, generate elm_colorselector.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 b2b3882..03bddb1 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -72,6 +72,7 @@ for header in \ "${INCLUDE}/elementary-0/elm_flipselector.h" \ "${INCLUDE}/elementary-0/elm_diskselector.h" \ "${INCLUDE}/elementary-0/elm_hover.h" \ + "${INCLUDE}/elementary-0/elm_colorselector.h" \ ; do # if [ ! -e "$header" ]; then |