diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:42:35 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:42:35 +0100 |
commit | f38875117d6f6298587a7b34d1aaf30c2e7fc6e3 (patch) | |
tree | d63953d2eca05582dcc02caf80923000ebe13738 /tools/extract-api.sh | |
parent | de318880f735a3553ed7cc64f0728f4fd750fad8 (diff) | |
download | ffi-efl-f38875117d6f6298587a7b34d1aaf30c2e7fc6e3.zip ffi-efl-f38875117d6f6298587a7b34d1aaf30c2e7fc6e3.tar.gz |
generate edbus ebluez binding
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 80dd7a7..b442d74 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -58,6 +58,7 @@ for header in \ "${INCLUDE}/efreet-1/Efreet_Trash.h" \ "${INCLUDE}/e_dbus-1/E_DBus.h" \ "${INCLUDE}/e_dbus-1/E_Notify.h" \ + "${INCLUDE}/e_dbus-1/E_Bluez.h" \ "${INCLUDE}/ethumb-1/Ethumb.h" \ "${INCLUDE}/ethumb-1/Ethumb_Client.h" \ "${INCLUDE}/ethumb-1/Ethumb_Plugin.h" \ |