diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-26 15:13:37 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-02-26 15:13:37 +0100 |
commit | b9efc92cb88010a24b0a7db1dbd97d274b0504f2 (patch) | |
tree | 6e7e74f70e2f24e9718027a973c3bb560ff00b35 /tools/extract-api.sh | |
parent | e9f7b682ae1720337c40c2b4b271484f00fbce91 (diff) | |
download | ffi-efl-b9efc92cb88010a24b0a7db1dbd97d274b0504f2.zip ffi-efl-b9efc92cb88010a24b0a7db1dbd97d274b0504f2.tar.gz |
parse and generate elm_general and elm_tooltip
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-x | tools/extract-api.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh index 372a8ff..f4b0617 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -42,6 +42,8 @@ for header in \ "${INCLUDE}/ecore-1/Ecore_Fb.h" \ "${INCLUDE}/ecore-1/Ecore_File.h" \ "${INCLUDE}/EMap.h" \ + "${INCLUDE}/elementary-0/elm_general.h" \ + "${INCLUDE}/elementary-0/elm_tooltip.h" \ "${INCLUDE}/elementary-0/Elementary.h" \ ; do # |