summaryrefslogtreecommitdiffstats
path: root/tools/extract-api.sh
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:48:45 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-27 15:48:45 +0100
commitef44077310b4ebf8d3cb31ccb57d15b96a94c9d3 (patch)
treec2bb690ccc1be37c03f6dcdcf892fbf3e17f5067 /tools/extract-api.sh
parentdbb2c5713e11489dfaeb318a82785017f1794dde (diff)
parentb030c490265bb13ee98a650da419a033495042ed (diff)
downloadffi-efl-ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3.zip
ffi-efl-ef44077310b4ebf8d3cb31ccb57d15b96a94c9d3.tar.gz
Merge branch 'wip'
Conflicts: tools/genruby.rb
Diffstat (limited to 'tools/extract-api.sh')
-rwxr-xr-xtools/extract-api.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/extract-api.sh b/tools/extract-api.sh
index 372a8ff..af7945b 100755
--- a/tools/extract-api.sh
+++ b/tools/extract-api.sh
@@ -43,6 +43,31 @@ for header in \
"${INCLUDE}/ecore-1/Ecore_File.h" \
"${INCLUDE}/EMap.h" \
"${INCLUDE}/elementary-0/Elementary.h" \
+ "${INCLUDE}/elementary-0/elm_general.h" \
+ "${INCLUDE}/elementary-0/elm_tooltip.h" \
+ "${INCLUDE}/elementary-0/elm_object_item.h" \
+ "${INCLUDE}/elementary-0/elm_icon.h" \
+ "${INCLUDE}/elementary-0/elm_scroller.h" \
+ "${INCLUDE}/elementary-0/elm_entry.h" \
+ "${INCLUDE}/elementary-0/elm_list.h" \
+ "${INCLUDE}/elementary-0/elm_win.h" \
+ "${INCLUDE}/elementary-0/elm_bg.h" \
+ "${INCLUDE}/elementary-0/elm_label.h" \
+ "${INCLUDE}/elementary-0/elm_object.h" \
+ "${INCLUDE}/elementary-0/elm_box.h" \
+ "${INCLUDE}/elementary-0/elm_button.h" \
+ "${INCLUDE}/elementary-0/elm_frame.h" \
+ "${INCLUDE}/elementary-0/elm_panel.h" \
+ "${INCLUDE}/elementary-0/elm_image.h" \
+ "${INCLUDE}/elementary-0/elm_grid.h" \
+ "${INCLUDE}/elementary-0/elm_menu.h" \
+ "${INCLUDE}/elementary-0/elm_check.h" \
+ "${INCLUDE}/elementary-0/elm_clock.h" \
+ "${INCLUDE}/elementary-0/elm_calendar.h" \
+ "${INCLUDE}/elementary-0/elm_bubble.h" \
+ "${INCLUDE}/elementary-0/elm_layout.h" \
+ "${INCLUDE}/elementary-0/elm_cursor.h" \
+ "${INCLUDE}/elementary-0/elm_notify.h" \
; do
#
if [ ! -e "$header" ]; then