summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-01-04 21:02:19 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-01-04 21:02:19 +0100
commit620b5adb2040506d97244173335ebcd09401a54c (patch)
treecd02fc168953ae8a86b76d69ef5778852f6422de
parent852740818843186df1998c9e583544ed703b7a77 (diff)
downloadffi-efl-620b5adb2040506d97244173335ebcd09401a54c.zip
ffi-efl-620b5adb2040506d97244173335ebcd09401a54c.tar.gz
edbus: add E_DBUS_DOMAIN_GLOBAL
-rw-r--r--lib/efl/native/edbus.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/edbus.rb b/lib/efl/native/edbus.rb
index cae3ef0..55d56d2 100644
--- a/lib/efl/native/edbus.rb
+++ b/lib/efl/native/edbus.rb
@@ -56,6 +56,8 @@ module Efl
# VARIABLES
# EAPI extern E_DBus_Version *e_dbus_version;
attach_variable :e_dbus_version, :e_dbus_version
+ # EAPI extern int E_DBUS_DOMAIN_GLOBAL;
+ attach_variable :E_DBUS_DOMAIN_GLOBAL, :int
# EAPI extern int E_DBUS_EVENT_SIGNAL;
attach_variable :E_DBUS_EVENT_SIGNAL, :int
#