diff options
author | Ali Alzyod <ali198724@gmail.com> | 2020-01-20 21:25:43 +0900 |
---|---|---|
committer | WooHyun Jung <wh0705.jung@samsung.com> | 2020-01-20 21:25:43 +0900 |
commit | 085bfb7eafc8a2ffcf52f9fec56e82f327f3e07f (patch) | |
tree | 686ed82040c92dca347c7517f2ce7d7d128b821c /src/lib/efl | |
parent | 28675d2705e8b9fe89235e3d893855ea1af6dbb8 (diff) |
efl.input.text.hints_type: rename into content_type
Reviewers: woohyun, segfaultxavi
Reviewed By: woohyun, segfaultxavi
Subscribers: cedric, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T8541
Differential Revision: https://phab.enlightenment.org/D11130
Diffstat (limited to 'src/lib/efl')
-rw-r--r-- | src/lib/efl/interfaces/efl_input_text.eo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/efl/interfaces/efl_input_text.eo b/src/lib/efl/interfaces/efl_input_text.eo index f563b6dc4f..d967bbeb1a 100644 --- a/src/lib/efl/interfaces/efl_input_text.eo +++ b/src/lib/efl/interfaces/efl_input_text.eo | |||
@@ -65,7 +65,7 @@ enum @beta Efl.Input_Text.Panel_Return_Key_State | |||
65 | disabled, [[The return key on input panel is disabled.]] | 65 | disabled, [[The return key on input panel is disabled.]] |
66 | } | 66 | } |
67 | 67 | ||
68 | enum @beta Efl.Input_Text.Hints_Type | 68 | enum @beta Efl.Input_Text.Content_Type |
69 | { | 69 | { |
70 | [[Enumeration that defines the types of Input Hints.]] | 70 | [[Enumeration that defines the types of Input Hints.]] |
71 | none = 0, [[No active hints.]] | 71 | none = 0, [[No active hints.]] |
@@ -178,14 +178,14 @@ interface @beta Efl.Input_Text { | |||
178 | } | 178 | } |
179 | } | 179 | } |
180 | // FIXME: I agree with Mike, looks bad | 180 | // FIXME: I agree with Mike, looks bad |
181 | @property input_hint { | 181 | @property input_content_type @beta { |
182 | [[The input hint which allows input methods to fine-tune their behavior.]] | 182 | [[The input hint which allows input methods to fine-tune their behavior.]] |
183 | set { | 183 | set { |
184 | } | 184 | } |
185 | get { | 185 | get { |
186 | } | 186 | } |
187 | values { | 187 | values { |
188 | hints: Efl.Input_Text.Hints_Type; [[Input hint.]] | 188 | hints: Efl.Input_Text.Content_Type; [[Input hint.]] |
189 | } | 189 | } |
190 | } | 190 | } |
191 | @property input_panel_layout { | 191 | @property input_panel_layout { |