diff options
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') |