diff options
Diffstat (limited to 'lib/efl/native/elm/elm_entry.rb')
-rw-r--r-- | lib/efl/native/elm/elm_entry.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/elm/elm_entry.rb b/lib/efl/native/elm/elm_entry.rb index 2cd4800..7eb6b15 100644 --- a/lib/efl/native/elm/elm_entry.rb +++ b/lib/efl/native/elm/elm_entry.rb @@ -222,7 +222,7 @@ 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); + # EAPI void elm_entry_input_panel_return_key_autoenabled_set(Evas_Object *obj, Eina_Bool enabled); [ :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 ], |