diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:21:45 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-01-03 15:21:45 +0100 |
commit | 057e42513f70ea8866fe21c5e9098a45bbacc366 (patch) | |
tree | ddaa0178ac6992048a279c4694d3d2b65aeb9267 /lib | |
parent | 98a5bf3a12710e2052cf3aeb86535476024a1f8a (diff) | |
download | ffi-efl-057e42513f70ea8866fe21c5e9098a45bbacc366.zip ffi-efl-057e42513f70ea8866fe21c5e9098a45bbacc366.tar.gz |
edbus: remove missing symbol E_DBUS_DOMAIN_GLOBAL
Diffstat (limited to 'lib')
-rw-r--r-- | lib/efl/native/edbus.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/efl/native/edbus.rb b/lib/efl/native/edbus.rb index 55d56d2..cae3ef0 100644 --- a/lib/efl/native/edbus.rb +++ b/lib/efl/native/edbus.rb @@ -56,8 +56,6 @@ 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 # |