diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:37:12 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:37:12 +0100 |
commit | de318880f735a3553ed7cc64f0728f4fd750fad8 (patch) | |
tree | 71fb2db6fb7a34f4b8526a5ece9c95ed3a0ff358 /tools/genruby.rb | |
parent | 057e42513f70ea8866fe21c5e9098a45bbacc366 (diff) | |
download | ffi-efl-de318880f735a3553ed7cc64f0728f4fd750fad8.zip ffi-efl-de318880f735a3553ed7cc64f0728f4fd750fad8.tar.gz |
generate edbus enotify binding
Diffstat (limited to 'tools/genruby.rb')
-rwxr-xr-x | tools/genruby.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/genruby.rb b/tools/genruby.rb index e11edc1..8239615 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -305,6 +305,7 @@ libs << efl_h('efreet','efreet_utils.h','EfreetUtils','efreet_utils',nil,["#{NAT libs << efl_h('efreet_mime','Efreet_Mime.h','EfreetMime') libs << efl_h('efreet_trash','Efreet_Trash.h','EfreetTrash',nil,nil,["#{NATIVE}/eina_list","#{NATIVE}/efreet_uri"]) libs << efl_h('edbus','E_DBus.h','Edbus',nil,'edbus.rb',["#{NATIVE}/eina_list"]) +libs << efl_h('enotify','E_Notify.h','Edbus','e_notification','enotify.rb',["#{NATIVE}/edbus"]) libs << efl_h('ethumb','Ethumb.h','Ethumb') libs << efl_h('ethumb_client','Ethumb_Client.h','EthumbClient',nil,nil,["#{NATIVE}/ethumb"]) libs << efl_h('ethumb','Ethumb_Plugin.h','EthumbPlugin',nil,nil,["#{NATIVE}/evas","#{NATIVE}/ecore_evas","#{NATIVE}/ethumb"]) |