summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_need.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-12-20 16:16:09 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-12-20 16:16:09 +0100
commit821a1acdb583b2727717a6d3360c49f7a3489d52 (patch)
treece9e3bfe19642df1d8fec2d02241d3dd284d50f2 /lib/efl/native/elm/elm_need.rb
parent4a2c039c135aabac55b2d88a5f5548d52d7a3cdf (diff)
downloadffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.zip
ffi-efl-821a1acdb583b2727717a6d3360c49f7a3489d52.tar.gz
wip-worktree-stateHEADmaster
Diffstat (limited to 'lib/efl/native/elm/elm_need.rb')
-rw-r--r--lib/efl/native/elm/elm_need.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_need.rb b/lib/efl/native/elm/elm_need.rb
index 74de0e4..8b80d25 100644
--- a/lib/efl/native/elm/elm_need.rb
+++ b/lib/efl/native/elm/elm_need.rb
@@ -25,8 +25,16 @@ module Efl
fcts = [
# EAPI Eina_Bool elm_need_efreet(void);
[ :elm_need_efreet, [ ], :bool ],
+ # EAPI Eina_Bool elm_need_systray(void);
+ [ :elm_need_systray, [ ], :bool ],
+ # EAPI Eina_Bool elm_need_sys_notify(void);
+ [ :elm_need_sys_notify, [ ], :bool ],
# EAPI Eina_Bool elm_need_e_dbus(void);
[ :elm_need_e_dbus, [ ], :bool ],
+ # EAPI Eina_Bool elm_need_eldbus(void);
+ [ :elm_need_eldbus, [ ], :bool ],
+ # EAPI Eina_Bool elm_need_elocation(void);
+ [ :elm_need_elocation, [ ], :bool ],
# EAPI Eina_Bool elm_need_ethumb(void);
[ :elm_need_ethumb, [ ], :bool ],
# EAPI Eina_Bool elm_need_web(void);