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 | |
parent | 933dba43784b4b86e479f4206edf0cccc1eaf7da (diff) | |
download | ffi-efl-05c5bc859f299c50f281fd39accb852e6ed3ad47.zip ffi-efl-05c5bc859f299c50f281fd39accb852e6ed3ad47.tar.gz |
add elm_popup
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/extract-api.sh | 1 | ||||
-rwxr-xr-x | tools/genruby.rb | 1 |
2 files changed, 2 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" \ diff --git a/tools/genruby.rb b/tools/genruby.rb index 938eef9..2be069b 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -373,6 +373,7 @@ libs << elm_h('elc_fileselector.h', 'ElmFileSelector') libs << elm_h('elc_hoversel.h', 'ElmHoverSel', ["#{NATIVE}/elementary","#{NATIVE}/elm/elm_icon"]) libs << elm_h('elc_multibuttonentry.h', 'ElmMultiButtonEntry') libs << elm_h('elc_naviframe.h', 'ElmNaviFrame') +libs << elm_h('elc_popup.h', 'ElmPopup') libs << elm_h('elm_actionslider.h', 'ElmActionSlider') libs << elm_h('elm_app.h', 'ElmApp') libs << elm_h('elm_bg.h', 'ElmBg') |