From 54e8ad8b8701a813035b4035d63fe067563bec90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Thu, 3 Jan 2013 15:44:55 +0100 Subject: fix enotify,ebluez module name --- lib/efl/native/ebluez.rb | 2 +- lib/efl/native/enotify.rb | 2 +- tools/genruby.rb | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/efl/native/ebluez.rb b/lib/efl/native/ebluez.rb index 47fa37d..f7dee21 100644 --- a/lib/efl/native/ebluez.rb +++ b/lib/efl/native/ebluez.rb @@ -6,7 +6,7 @@ require 'efl/native/edbus' # module Efl # - module Edbus + module Ebluez # FCT_PREFIX = 'e_bluez_' unless const_defined? :FCT_PREFIX # diff --git a/lib/efl/native/enotify.rb b/lib/efl/native/enotify.rb index bbe3d80..4e38528 100644 --- a/lib/efl/native/enotify.rb +++ b/lib/efl/native/enotify.rb @@ -6,7 +6,7 @@ require 'efl/native/edbus' # module Efl # - module Edbus + module Enotify # FCT_PREFIX = 'e_notification_' unless const_defined? :FCT_PREFIX # diff --git a/tools/genruby.rb b/tools/genruby.rb index 223b139..30dcad0 100755 --- a/tools/genruby.rb +++ b/tools/genruby.rb @@ -305,8 +305,8 @@ 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('ebluez','E_Bluez.h','Edbus','e_bluez','ebluez.rb',["#{NATIVE}/edbus"]) +libs << efl_h('enotify','E_Notify.h','Enotify','e_notification','enotify.rb',["#{NATIVE}/edbus"]) +libs << efl_h('ebluez','E_Bluez.h','Ebluez','e_bluez','ebluez.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"]) -- cgit v1.1-2-g2b99