diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-26 00:13:24 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-26 00:13:24 +0100 |
commit | 7189703d0a5f2f07226aca6613e3b45672b8863b (patch) | |
tree | 8b8b2c2acb0163befc353df264f99ea006377c50 /tools/extract-api.sh | |
parent | dd6596f933b277f7b9106d955bae5e63418c338a (diff) | |
download | ffi-efl-7189703d0a5f2f07226aca6613e3b45672b8863b.zip ffi-efl-7189703d0a5f2f07226aca6613e3b45672b8863b.tar.gz |
generate edbus native 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 635b672..daa42ba 100755 --- a/tools/extract-api.sh +++ b/tools/extract-api.sh @@ -56,6 +56,7 @@ for header in \ "${INCLUDE}/efreet-1/efreet_utils.h" \ "${INCLUDE}/efreet-1/Efreet_Mime.h" \ "${INCLUDE}/efreet-1/Efreet_Trash.h" \ + "${INCLUDE}/e_dbus-1/E_DBus.h" \ "${INCLUDE}/ethumb-1/Ethumb.h" \ "${INCLUDE}/ethumb-1/Ethumb_Client.h" \ "${INCLUDE}/ethumb-1/Ethumb_Plugin.h" \ |