summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_entry.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-02-28 10:35:21 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-02-28 10:35:21 +0100
commit4711c7bdf973189389a44c7815fa9ca56b18c7c8 (patch)
tree6300685b3ccb5d0c3bc5e504f912cc3258214a4a /lib/efl/native/elm/elm_entry.rb
parent54b114afac8ec45b396b66a837394900ff70c0cd (diff)
downloadffi-efl-4711c7bdf973189389a44c7815fa9ca56b18c7c8.zip
ffi-efl-4711c7bdf973189389a44c7815fa9ca56b18c7c8.tar.gz
ecore_evas, elm_entry follow API updates
Diffstat (limited to 'lib/efl/native/elm/elm_entry.rb')
-rw-r--r--lib/efl/native/elm/elm_entry.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_entry.rb b/lib/efl/native/elm/elm_entry.rb
index 6e1ba88..2cd4800 100644
--- a/lib/efl/native/elm/elm_entry.rb
+++ b/lib/efl/native/elm/elm_entry.rb
@@ -222,6 +222,8 @@ module Efl
[ :elm_entry_input_panel_return_key_disabled_set, [ :evas_object, :bool ], :void ],
# EAPI Eina_Bool elm_entry_input_panel_return_key_disabled_get(const Evas_Object *obj);
[ :elm_entry_input_panel_return_key_disabled_get, [ :evas_object ], :bool ],
+ # EAPI void elm_entry_input_panel_return_key_autoenabled_set(Evas_Object *obj, Eina_Bool on);
+ [ :elm_entry_input_panel_return_key_autoenabled_set, [ :evas_object, :bool ], :void ],
# EAPI void elm_entry_imf_context_reset(Evas_Object *obj);
[ :elm_entry_imf_context_reset, [ :evas_object ], :void ],
# EAPI void elm_entry_prediction_allow_set(Evas_Object *obj, Eina_Bool prediction);