diff options
Diffstat (limited to 'src/lib/elementary/efl_access_value.eo')
-rw-r--r-- | src/lib/elementary/efl_access_value.eo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elementary/efl_access_value.eo b/src/lib/elementary/efl_access_value.eo index c6c344496b..a1a8fea8f5 100644 --- a/src/lib/elementary/efl_access_value.eo +++ b/src/lib/elementary/efl_access_value.eo | |||
@@ -2,7 +2,7 @@ interface Efl.Access.Value () | |||
2 | { | 2 | { |
3 | [[Elementary Access value interface]] | 3 | [[Elementary Access value interface]] |
4 | methods { | 4 | methods { |
5 | @property value_and_text @protected { | 5 | @property value_and_text @protected @beta { |
6 | [[Value and text property]] | 6 | [[Value and text property]] |
7 | get { | 7 | get { |
8 | [[Gets value displayed by a accessible widget.]] | 8 | [[Gets value displayed by a accessible widget.]] |
@@ -15,7 +15,7 @@ interface Efl.Access.Value () | |||
15 | text: string; [[string describing value in given context eg. small, enough]] | 15 | text: string; [[string describing value in given context eg. small, enough]] |
16 | } | 16 | } |
17 | } | 17 | } |
18 | @property range @protected { | 18 | @property range @protected @beta { |
19 | get { | 19 | get { |
20 | [[Gets a range of all possible values and its description]] | 20 | [[Gets a range of all possible values and its description]] |
21 | } | 21 | } |
@@ -25,7 +25,7 @@ interface Efl.Access.Value () | |||
25 | description: string; [[Description of the range]] | 25 | description: string; [[Description of the range]] |
26 | } | 26 | } |
27 | } | 27 | } |
28 | @property increment @protected { | 28 | @property increment @protected @beta { |
29 | get { | 29 | get { |
30 | [[Gets an minimal incrementation value]] | 30 | [[Gets an minimal incrementation value]] |
31 | } | 31 | } |