summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_need.rb
diff options
context:
space:
mode:
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);