summaryrefslogtreecommitdiffstats
path: root/lib/efl/native
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native')
-rw-r--r--lib/efl/native/ebluez.rb2
-rw-r--r--lib/efl/native/enotify.rb2
2 files changed, 2 insertions, 2 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
#