diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:37:05 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-03-07 09:37:05 +0100 |
commit | 05c5bc859f299c50f281fd39accb852e6ed3ad47 (patch) | |
tree | 28237a33fe9bcdcdde43b02990bef95fa1998afb /tools/extract-api.sh | |
parent | 933dba43784b4b86e479f4206edf0cccc1eaf7da (diff) | |
download | ffi-efl-05c5bc859f299c50f281fd39accb852e6ed3ad47.zip ffi-efl-05c5bc859f299c50f281fd39accb852e6ed3ad47.tar.gz |
add elm_popup
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 895011a..294c600 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -55,6 +55,7 @@ for header in \ "${INCLUDE}/elementary-0/elc_hoversel.h" \ "${INCLUDE}/elementary-0/elc_multibuttonentry.h" \ "${INCLUDE}/elementary-0/elc_naviframe.h" \ + "${INCLUDE}/elementary-0/elc_popup.h" \ "${INCLUDE}/elementary-0/elm_actionslider.h" \ "${INCLUDE}/elementary-0/elm_app.h" \ "${INCLUDE}/elementary-0/elm_authors.h" \ |