diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2019-02-14 17:37:02 +0100 |
---|---|---|
committer | Xavi Artigas <xavierartigas@yahoo.es> | 2019-02-14 17:46:50 +0100 |
commit | 333330a6e51225b3ef8d725c4a930fc8c02fac18 (patch) | |
tree | d36409196ea62ee5d263d4666bf36b8a93339503 /src | |
parent | 751ff0ed06be9cd91fa230e56eee7ae151d52cca (diff) |
Mark BETA classes individually
Summary:
Instead of surrounding all the #include "*.eo.h" lines in Efl.h
with #ifdef EFL_BETA_API_SUPPORT, include these files unconditionally, but mark
all classes as @beta in the eo files.
This will allow taking them out of beta one by one as we deem them stable enough.
Otherwise, the current procedure involves moving the #include line out of the
ifdef block, which is cumbersome and messes include order.
Depends on D7950
Fixes T7692
Test Plan: Nothing changes
Reviewers: zmike, bu5hm4n, cedric
Subscribers: #reviewers, #committers
Tags: #efl
Maniphest Tasks: T7692
Differential Revision: https://phab.enlightenment.org/D7951
Diffstat (limited to 'src')
393 files changed, 394 insertions, 394 deletions
diff --git a/src/lib/ecore/efl_accelerate_interpolator.eo b/src/lib/ecore/efl_accelerate_interpolator.eo index 793f8b6212..9af36694af 100644 --- a/src/lib/ecore/efl_accelerate_interpolator.eo +++ b/src/lib/ecore/efl_accelerate_interpolator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Accelerate_Interpolator extends Efl.Object implements Efl.Interpolator | 1 | class @beta Efl.Accelerate_Interpolator extends Efl.Object implements Efl.Interpolator |
2 | { | 2 | { |
3 | [[Efl accelerate interpolator class | 3 | [[Efl accelerate interpolator class |
4 | 4 | ||
diff --git a/src/lib/ecore/efl_app.eo b/src/lib/ecore/efl_app.eo index e046428626..61d0065a42 100644 --- a/src/lib/ecore/efl_app.eo +++ b/src/lib/ecore/efl_app.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_types; | 1 | import efl_types; |
2 | 2 | ||
3 | class Efl.App extends Efl.Loop implements Efl.Core.Command_Line | 3 | class @beta Efl.App extends Efl.Loop implements Efl.Core.Command_Line |
4 | { | 4 | { |
5 | [[ ]] | 5 | [[ ]] |
6 | data: null; | 6 | data: null; |
diff --git a/src/lib/ecore/efl_appthread.eo b/src/lib/ecore/efl_appthread.eo index 82a9d77ace..076a1506ee 100644 --- a/src/lib/ecore/efl_appthread.eo +++ b/src/lib/ecore/efl_appthread.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Appthread extends Efl.Loop implements Efl.ThreadIO, Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer, Efl.Core.Command_Line | 1 | class @beta Efl.Appthread extends Efl.Loop implements Efl.ThreadIO, Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer, Efl.Core.Command_Line |
2 | { | 2 | { |
3 | [[ ]] | 3 | [[ ]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/ecore/efl_boolean_model.eo b/src/lib/ecore/efl_boolean_model.eo index ab6c2e80bb..19f8f02935 100644 --- a/src/lib/ecore/efl_boolean_model.eo +++ b/src/lib/ecore/efl_boolean_model.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Boolean_Model extends Efl.Composite_Model | 1 | class @beta Efl.Boolean_Model extends Efl.Composite_Model |
2 | { | 2 | { |
3 | [[Efl boolean model class]] | 3 | [[Efl boolean model class]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/ecore/efl_bounce_interpolator.eo b/src/lib/ecore/efl_bounce_interpolator.eo index 85dc219ec2..d6b1147d17 100644 --- a/src/lib/ecore/efl_bounce_interpolator.eo +++ b/src/lib/ecore/efl_bounce_interpolator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Bounce_Interpolator extends Efl.Object implements Efl.Interpolator | 1 | class @beta Efl.Bounce_Interpolator extends Efl.Object implements Efl.Interpolator |
2 | { | 2 | { |
3 | [[Efl bounce interpolator class]] | 3 | [[Efl bounce interpolator class]] |
4 | data: Efl_Bounce_Interpolator_Data; | 4 | data: Efl_Bounce_Interpolator_Data; |
diff --git a/src/lib/ecore/efl_composite_model.eo b/src/lib/ecore/efl_composite_model.eo index b1b3cc7ef5..18a60bcd49 100644 --- a/src/lib/ecore/efl_composite_model.eo +++ b/src/lib/ecore/efl_composite_model.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Composite_Model extends Efl.Loop_Model implements Efl.Ui.View | 1 | class @beta Efl.Composite_Model extends Efl.Loop_Model implements Efl.Ui.View |
2 | { | 2 | { |
3 | [[Efl model for all composite class which provide a unified API to set source of data. | 3 | [[Efl model for all composite class which provide a unified API to set source of data. |
4 | 4 | ||
diff --git a/src/lib/ecore/efl_container_model.eo b/src/lib/ecore/efl_container_model.eo index 10c6515c51..9ee441587f 100644 --- a/src/lib/ecore/efl_container_model.eo +++ b/src/lib/ecore/efl_container_model.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | class Efl.Container_Model extends Efl.Loop_Model | 3 | class @beta Efl.Container_Model extends Efl.Loop_Model |
4 | { | 4 | { |
5 | [[ | 5 | [[ |
6 | Class used to create data models from Eina containers. | 6 | Class used to create data models from Eina containers. |
diff --git a/src/lib/ecore/efl_container_model_item.eo b/src/lib/ecore/efl_container_model_item.eo index 779806ebf5..7fe818600e 100644 --- a/src/lib/ecore/efl_container_model_item.eo +++ b/src/lib/ecore/efl_container_model_item.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Container_Model_Item extends Efl.Object implements Efl.Model | 1 | class @beta Efl.Container_Model_Item extends Efl.Object implements Efl.Model |
2 | { | 2 | { |
3 | [[ | 3 | [[ |
4 | Used as a child of @Efl.Container_Model. | 4 | Used as a child of @Efl.Container_Model. |
diff --git a/src/lib/ecore/efl_core_command_line.eo b/src/lib/ecore/efl_core_command_line.eo index 1cbb020856..436720d9bd 100644 --- a/src/lib/ecore/efl_core_command_line.eo +++ b/src/lib/ecore/efl_core_command_line.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Core.Command_Line { | 1 | mixin @beta Efl.Core.Command_Line { |
2 | [[A mixin that implements standard functions for command lines. | 2 | [[A mixin that implements standard functions for command lines. |
3 | 3 | ||
4 | This object parses the command line that gets passed, later the object can be accessed via accessor or the string directly. | 4 | This object parses the command line that gets passed, later the object can be accessed via accessor or the string directly. |
diff --git a/src/lib/ecore/efl_core_env.eo b/src/lib/ecore/efl_core_env.eo index 86da8c14ff..5aaaa3a263 100644 --- a/src/lib/ecore/efl_core_env.eo +++ b/src/lib/ecore/efl_core_env.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Core.Env extends Efl.Object implements Efl.Duplicate { | 1 | class @beta Efl.Core.Env extends Efl.Object implements Efl.Duplicate { |
2 | [[This object can maintain a set of key value pairs | 2 | [[This object can maintain a set of key value pairs |
3 | 3 | ||
4 | A object of this type alone does not apply the object to the system. | 4 | A object of this type alone does not apply the object to the system. |
diff --git a/src/lib/ecore/efl_core_proc_env.eo b/src/lib/ecore/efl_core_proc_env.eo index 23c2c67d75..07840548dd 100644 --- a/src/lib/ecore/efl_core_proc_env.eo +++ b/src/lib/ecore/efl_core_proc_env.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Core.Proc_Env extends Efl.Core.Env | 1 | class @beta Efl.Core.Proc_Env extends Efl.Core.Env |
2 | { | 2 | { |
3 | eo_prefix : efl_env; | 3 | eo_prefix : efl_env; |
4 | methods { | 4 | methods { |
diff --git a/src/lib/ecore/efl_cubic_bezier_interpolator.eo b/src/lib/ecore/efl_cubic_bezier_interpolator.eo index a4dd964bb6..c6dd1449d2 100644 --- a/src/lib/ecore/efl_cubic_bezier_interpolator.eo +++ b/src/lib/ecore/efl_cubic_bezier_interpolator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Cubic_Bezier_Interpolator extends Efl.Object implements Efl.Interpolator | 1 | class @beta Efl.Cubic_Bezier_Interpolator extends Efl.Object implements Efl.Interpolator |
2 | { | 2 | { |
3 | [[Efl cubic_bezier interpolator class]] | 3 | [[Efl cubic_bezier interpolator class]] |
4 | data: Efl_Cubic_Bezier_Interpolator_Data; | 4 | data: Efl_Cubic_Bezier_Interpolator_Data; |
diff --git a/src/lib/ecore/efl_decelerate_interpolator.eo b/src/lib/ecore/efl_decelerate_interpolator.eo index 3e376f8976..802d409b2d 100644 --- a/src/lib/ecore/efl_decelerate_interpolator.eo +++ b/src/lib/ecore/efl_decelerate_interpolator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Decelerate_Interpolator extends Efl.Object implements Efl.Interpolator | 1 | class @beta Efl.Decelerate_Interpolator extends Efl.Object implements Efl.Interpolator |
2 | { | 2 | { |
3 | [[Efl decelerate interpolator class | 3 | [[Efl decelerate interpolator class |
4 | 4 | ||
diff --git a/src/lib/ecore/efl_divisor_interpolator.eo b/src/lib/ecore/efl_divisor_interpolator.eo index f9baae503c..848c44bf6e 100644 --- a/src/lib/ecore/efl_divisor_interpolator.eo +++ b/src/lib/ecore/efl_divisor_interpolator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Divisor_Interpolator extends Efl.Object implements Efl.Interpolator | 1 | class @beta Efl.Divisor_Interpolator extends Efl.Object implements Efl.Interpolator |
2 | { | 2 | { |
3 | [[Efl divisor interpolator class]] | 3 | [[Efl divisor interpolator class]] |
4 | data: Efl_Divisor_Interpolator_Data; | 4 | data: Efl_Divisor_Interpolator_Data; |
diff --git a/src/lib/ecore/efl_exe.eo b/src/lib/ecore/efl_exe.eo index b7f97da7dc..0d3c29e7f2 100644 --- a/src/lib/ecore/efl_exe.eo +++ b/src/lib/ecore/efl_exe.eo | |||
@@ -19,7 +19,7 @@ enum Efl.Exe_Flags { | |||
19 | hide_io = 4 | 19 | hide_io = 4 |
20 | } | 20 | } |
21 | 21 | ||
22 | class Efl.Exe extends Efl.Task implements Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer,Efl.Core.Command_Line | 22 | class @beta Efl.Exe extends Efl.Task implements Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer,Efl.Core.Command_Line |
23 | { | 23 | { |
24 | [[ ]] | 24 | [[ ]] |
25 | methods { | 25 | methods { |
diff --git a/src/lib/ecore/efl_generic_model.eo b/src/lib/ecore/efl_generic_model.eo index 4509027a17..bb67dafbc5 100644 --- a/src/lib/ecore/efl_generic_model.eo +++ b/src/lib/ecore/efl_generic_model.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Generic_Model extends Efl.Loop_Model | 1 | class @beta Efl.Generic_Model extends Efl.Loop_Model |
2 | { | 2 | { |
3 | [[ | 3 | [[ |
4 | Generic model that allows any property to be manually set. | 4 | Generic model that allows any property to be manually set. |
diff --git a/src/lib/ecore/efl_io_buffered_stream.eo b/src/lib/ecore/efl_io_buffered_stream.eo index 8e22b828af..c61248b30d 100644 --- a/src/lib/ecore/efl_io_buffered_stream.eo +++ b/src/lib/ecore/efl_io_buffered_stream.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Io.Buffered_Stream extends Efl.Loop_Consumer implements Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer { | 1 | class @beta Efl.Io.Buffered_Stream extends Efl.Loop_Consumer implements Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer { |
2 | [[A wrapper object offering easy to use buffered streams over existing I/O class. | 2 | [[A wrapper object offering easy to use buffered streams over existing I/O class. |
3 | 3 | ||
4 | The buffered stream encapsulates an actual @Efl.Io.Reader or | 4 | The buffered stream encapsulates an actual @Efl.Io.Reader or |
diff --git a/src/lib/ecore/efl_io_closer_fd.eo b/src/lib/ecore/efl_io_closer_fd.eo index e601f582ad..c927cb5b2d 100644 --- a/src/lib/ecore/efl_io_closer_fd.eo +++ b/src/lib/ecore/efl_io_closer_fd.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Io.Closer_Fd requires Efl.Object extends Efl.Io.Closer { | 1 | mixin @beta Efl.Io.Closer_Fd requires Efl.Object extends Efl.Io.Closer { |
2 | [[Close fd using close(2). | 2 | [[Close fd using close(2). |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore/efl_io_copier.eo b/src/lib/ecore/efl_io_copier.eo index 2565fba66f..ba4412f359 100644 --- a/src/lib/ecore/efl_io_copier.eo +++ b/src/lib/ecore/efl_io_copier.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | class Efl.Io.Copier extends Efl.Loop_Consumer implements Efl.Io.Closer { | 3 | class @beta Efl.Io.Copier extends Efl.Loop_Consumer implements Efl.Io.Closer { |
4 | [[Copy from an @Efl.Io.Reader source to @Efl.Io.Writer destination. | 4 | [[Copy from an @Efl.Io.Reader source to @Efl.Io.Writer destination. |
5 | 5 | ||
6 | During usage it will keep reference to @.source and | 6 | During usage it will keep reference to @.source and |
diff --git a/src/lib/ecore/efl_io_file.eo b/src/lib/ecore/efl_io_file.eo index c0b48c381d..c663b723c5 100644 --- a/src/lib/ecore/efl_io_file.eo +++ b/src/lib/ecore/efl_io_file.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Io.File extends Efl.Loop_Fd implements Efl.File, Efl.Io.Reader_Fd, Efl.Io.Writer_Fd, Efl.Io.Closer_Fd, Efl.Io.Sizer_Fd, Efl.Io.Positioner_Fd { | 1 | class @beta Efl.Io.File extends Efl.Loop_Fd implements Efl.File, Efl.Io.Reader_Fd, Efl.Io.Writer_Fd, Efl.Io.Closer_Fd, Efl.Io.Sizer_Fd, Efl.Io.Positioner_Fd { |
2 | [[File access (open, close, read, write, lseek, ftruncate) | 2 | [[File access (open, close, read, write, lseek, ftruncate) |
3 | 3 | ||
4 | @Efl.Io.Closer.close_on_exec and | 4 | @Efl.Io.Closer.close_on_exec and |
diff --git a/src/lib/ecore/efl_io_positioner_fd.eo b/src/lib/ecore/efl_io_positioner_fd.eo index ed9cd22f15..f5169e10be 100644 --- a/src/lib/ecore/efl_io_positioner_fd.eo +++ b/src/lib/ecore/efl_io_positioner_fd.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Io.Positioner_Fd extends Efl.Io.Positioner { | 1 | mixin @beta Efl.Io.Positioner_Fd extends Efl.Io.Positioner { |
2 | [[Positions fd using lseek(2). | 2 | [[Positions fd using lseek(2). |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore/efl_io_reader_fd.eo b/src/lib/ecore/efl_io_reader_fd.eo index 30b95b31ef..9c6fc83bae 100644 --- a/src/lib/ecore/efl_io_reader_fd.eo +++ b/src/lib/ecore/efl_io_reader_fd.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Io.Reader_Fd extends Efl.Io.Reader { | 1 | mixin @beta Efl.Io.Reader_Fd extends Efl.Io.Reader { |
2 | [[Reads fd using read(2). | 2 | [[Reads fd using read(2). |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore/efl_io_sizer_fd.eo b/src/lib/ecore/efl_io_sizer_fd.eo index 9320324447..6eb12ad8b7 100644 --- a/src/lib/ecore/efl_io_sizer_fd.eo +++ b/src/lib/ecore/efl_io_sizer_fd.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Io.Sizer_Fd extends Efl.Io.Sizer { | 1 | mixin @beta Efl.Io.Sizer_Fd extends Efl.Io.Sizer { |
2 | [[Resizes fd usign ftruncate(2). | 2 | [[Resizes fd usign ftruncate(2). |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore/efl_io_stderr.eo b/src/lib/ecore/efl_io_stderr.eo index c8ecff3dd4..f183e371e2 100644 --- a/src/lib/ecore/efl_io_stderr.eo +++ b/src/lib/ecore/efl_io_stderr.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Io.Stderr extends Efl.Loop_Fd implements Efl.Io.Writer_Fd { | 1 | class @beta Efl.Io.Stderr extends Efl.Loop_Fd implements Efl.Io.Writer_Fd { |
2 | [[Application's standard error (stderr). | 2 | [[Application's standard error (stderr). |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore/efl_io_stdin.eo b/src/lib/ecore/efl_io_stdin.eo index 1d4b914e60..75645d2461 100644 --- a/src/lib/ecore/efl_io_stdin.eo +++ b/src/lib/ecore/efl_io_stdin.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Io.Stdin extends Efl.Loop_Fd implements Efl.Io.Reader_Fd { | 1 | class @beta Efl.Io.Stdin extends Efl.Loop_Fd implements Efl.Io.Reader_Fd { |
2 | [[Application's standard input (stdin). | 2 | [[Application's standard input (stdin). |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore/efl_io_stdout.eo b/src/lib/ecore/efl_io_stdout.eo index 1bc7099397..66497b1211 100644 --- a/src/lib/ecore/efl_io_stdout.eo +++ b/src/lib/ecore/efl_io_stdout.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Io.Stdout extends Efl.Loop_Fd implements Efl.Io.Writer_Fd { | 1 | class @beta Efl.Io.Stdout extends Efl.Loop_Fd implements Efl.Io.Writer_Fd { |
2 | [[Application's standard output (stdout). | 2 | [[Application's standard output (stdout). |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore/efl_io_writer_fd.eo b/src/lib/ecore/efl_io_writer_fd.eo index b43b8b1d0d..70fe627725 100644 --- a/src/lib/ecore/efl_io_writer_fd.eo +++ b/src/lib/ecore/efl_io_writer_fd.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Io.Writer_Fd extends Efl.Io.Writer { | 1 | mixin @beta Efl.Io.Writer_Fd extends Efl.Io.Writer { |
2 | [[Writes fd using write(2). | 2 | [[Writes fd using write(2). |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore/efl_linear_interpolator.eo b/src/lib/ecore/efl_linear_interpolator.eo index 748a3be384..e22e980552 100644 --- a/src/lib/ecore/efl_linear_interpolator.eo +++ b/src/lib/ecore/efl_linear_interpolator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Linear_Interpolator extends Efl.Object implements Efl.Interpolator | 1 | class @beta Efl.Linear_Interpolator extends Efl.Object implements Efl.Interpolator |
2 | { | 2 | { |
3 | [[Efl linear interpolator class]] | 3 | [[Efl linear interpolator class]] |
4 | data: Efl_Linear_Interpolator_Data; | 4 | data: Efl_Linear_Interpolator_Data; |
diff --git a/src/lib/ecore/efl_loop.eo b/src/lib/ecore/efl_loop.eo index 7480eee867..737c641cf4 100644 --- a/src/lib/ecore/efl_loop.eo +++ b/src/lib/ecore/efl_loop.eo | |||
@@ -4,7 +4,7 @@ struct Efl.Loop_Arguments { | |||
4 | initialization: bool; [[Set to $true when the program should initialize its internal state. This happen once per process instance.]] | 4 | initialization: bool; [[Set to $true when the program should initialize its internal state. This happen once per process instance.]] |
5 | } | 5 | } |
6 | 6 | ||
7 | class Efl.Loop extends Efl.Task | 7 | class @beta Efl.Loop extends Efl.Task |
8 | { | 8 | { |
9 | [[The Efl Main Loop | 9 | [[The Efl Main Loop |
10 | 10 | ||
diff --git a/src/lib/ecore/efl_loop_consumer.eo b/src/lib/ecore/efl_loop_consumer.eo index f03a4d6d86..2f9122075c 100644 --- a/src/lib/ecore/efl_loop_consumer.eo +++ b/src/lib/ecore/efl_loop_consumer.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | abstract Efl.Loop_Consumer extends Efl.Object | 1 | abstract @beta Efl.Loop_Consumer extends Efl.Object |
2 | { | 2 | { |
3 | [[An @Efl.Loop_Consumer is a class which requires one of the parents to provide | 3 | [[An @Efl.Loop_Consumer is a class which requires one of the parents to provide |
4 | an @Efl.Loop interface when performing @Efl.Object.provider_find. It will enforce this by | 4 | an @Efl.Loop interface when performing @Efl.Object.provider_find. It will enforce this by |
diff --git a/src/lib/ecore/efl_loop_fd.eo b/src/lib/ecore/efl_loop_fd.eo index 5ced4e709f..7c8faa1b39 100644 --- a/src/lib/ecore/efl_loop_fd.eo +++ b/src/lib/ecore/efl_loop_fd.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Loop_Fd extends Efl.Loop_Consumer | 1 | class @beta Efl.Loop_Fd extends Efl.Loop_Consumer |
2 | { | 2 | { |
3 | [[Fds are objects that watch the activity on a given | 3 | [[Fds are objects that watch the activity on a given |
4 | file descriptor. This file descriptor can be a | 4 | file descriptor. This file descriptor can be a |
diff --git a/src/lib/ecore/efl_loop_handler.eo b/src/lib/ecore/efl_loop_handler.eo index aab8443132..148759d0c0 100644 --- a/src/lib/ecore/efl_loop_handler.eo +++ b/src/lib/ecore/efl_loop_handler.eo | |||
@@ -7,7 +7,7 @@ enum Efl.Loop_Handler_Flags { | |||
7 | error = 4, [[ Error channel input is desired ]] | 7 | error = 4, [[ Error channel input is desired ]] |
8 | } | 8 | } |
9 | 9 | ||
10 | class Efl.Loop_Handler extends Efl.Object | 10 | class @beta Efl.Loop_Handler extends Efl.Object |
11 | { | 11 | { |
12 | [[ An object that describes an low-level source of I/O to listen to | 12 | [[ An object that describes an low-level source of I/O to listen to |
13 | for available data to be read or written, depending on the OS and data | 13 | for available data to be read or written, depending on the OS and data |
diff --git a/src/lib/ecore/efl_loop_message.eo b/src/lib/ecore/efl_loop_message.eo index ef5ec0ce2a..5a1877c424 100644 --- a/src/lib/ecore/efl_loop_message.eo +++ b/src/lib/ecore/efl_loop_message.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Loop_Message extends Efl.Object | 1 | class @beta Efl.Loop_Message extends Efl.Object |
2 | { | 2 | { |
3 | [[Base message payload object class. Inherit this and extend for | 3 | [[Base message payload object class. Inherit this and extend for |
4 | specific message types.]] | 4 | specific message types.]] |
diff --git a/src/lib/ecore/efl_loop_message_future.eo b/src/lib/ecore/efl_loop_message_future.eo index 047c1c4b6a..f1c508d18f 100644 --- a/src/lib/ecore/efl_loop_message_future.eo +++ b/src/lib/ecore/efl_loop_message_future.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Loop_Message_Future extends Efl.Loop_Message | 1 | class @beta Efl.Loop_Message_Future extends Efl.Loop_Message |
2 | { | 2 | { |
3 | [[ Used internally for futures on the loop ]] | 3 | [[ Used internally for futures on the loop ]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/ecore/efl_loop_message_future_handler.eo b/src/lib/ecore/efl_loop_message_future_handler.eo index a676555aca..34e0a5982e 100644 --- a/src/lib/ecore/efl_loop_message_future_handler.eo +++ b/src/lib/ecore/efl_loop_message_future_handler.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Loop_Message_Future_Handler extends Efl.Loop_Message_Handler | 1 | class @beta Efl.Loop_Message_Future_Handler extends Efl.Loop_Message_Handler |
2 | { | 2 | { |
3 | [[ Internal use for future on an efl loop - replacing legacy ecore events ]] | 3 | [[ Internal use for future on an efl loop - replacing legacy ecore events ]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/ecore/efl_loop_message_handler.eo b/src/lib/ecore/efl_loop_message_handler.eo index 291b0bc6af..3fb60a8168 100644 --- a/src/lib/ecore/efl_loop_message_handler.eo +++ b/src/lib/ecore/efl_loop_message_handler.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Loop_Message_Handler extends Efl.Object | 1 | class @beta Efl.Loop_Message_Handler extends Efl.Object |
2 | { | 2 | { |
3 | [[Message handlers represent a single message type on the Efl.Loop | 3 | [[Message handlers represent a single message type on the Efl.Loop |
4 | parent object. These message handlers can be used to listen for | 4 | parent object. These message handlers can be used to listen for |
diff --git a/src/lib/ecore/efl_loop_model.eo b/src/lib/ecore/efl_loop_model.eo index cf11e56242..72e094f221 100644 --- a/src/lib/ecore/efl_loop_model.eo +++ b/src/lib/ecore/efl_loop_model.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | abstract Efl.Loop_Model extends Efl.Loop_Consumer implements Efl.Model | 1 | abstract @beta Efl.Loop_Model extends Efl.Loop_Consumer implements Efl.Model |
2 | { | 2 | { |
3 | data: null; | 3 | data: null; |
4 | implements { | 4 | implements { |
diff --git a/src/lib/ecore/efl_loop_timer.eo b/src/lib/ecore/efl_loop_timer.eo index b5b025e7ec..218223a1a3 100644 --- a/src/lib/ecore/efl_loop_timer.eo +++ b/src/lib/ecore/efl_loop_timer.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Loop_Timer extends Efl.Loop_Consumer | 1 | class @beta Efl.Loop_Timer extends Efl.Loop_Consumer |
2 | { | 2 | { |
3 | [[Timers are objects that will call a given callback at some point | 3 | [[Timers are objects that will call a given callback at some point |
4 | in the future and repeat that tick at a given interval. | 4 | in the future and repeat that tick at a given interval. |
diff --git a/src/lib/ecore/efl_select_model.eo b/src/lib/ecore/efl_select_model.eo index 3300abcb5e..ed7821fa68 100644 --- a/src/lib/ecore/efl_select_model.eo +++ b/src/lib/ecore/efl_select_model.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Select_Model extends Efl.Boolean_Model | 1 | class @beta Efl.Select_Model extends Efl.Boolean_Model |
2 | { | 2 | { |
3 | [[Efl select model class]] | 3 | [[Efl select model class]] |
4 | implements { | 4 | implements { |
diff --git a/src/lib/ecore/efl_sinusoidal_interpolator.eo b/src/lib/ecore/efl_sinusoidal_interpolator.eo index 2f644ff354..e0701aa5d3 100644 --- a/src/lib/ecore/efl_sinusoidal_interpolator.eo +++ b/src/lib/ecore/efl_sinusoidal_interpolator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Sinusoidal_Interpolator extends Efl.Object implements Efl.Interpolator | 1 | class @beta Efl.Sinusoidal_Interpolator extends Efl.Object implements Efl.Interpolator |
2 | { | 2 | { |
3 | [[Efl sinusoidal interpolator class | 3 | [[Efl sinusoidal interpolator class |
4 | 4 | ||
diff --git a/src/lib/ecore/efl_spring_interpolator.eo b/src/lib/ecore/efl_spring_interpolator.eo index 14593425a4..5549046ff4 100644 --- a/src/lib/ecore/efl_spring_interpolator.eo +++ b/src/lib/ecore/efl_spring_interpolator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Spring_Interpolator extends Efl.Object implements Efl.Interpolator | 1 | class @beta Efl.Spring_Interpolator extends Efl.Object implements Efl.Interpolator |
2 | { | 2 | { |
3 | [[Efl spring interpolator class]] | 3 | [[Efl spring interpolator class]] |
4 | data: Efl_Spring_Interpolator_Data; | 4 | data: Efl_Spring_Interpolator_Data; |
diff --git a/src/lib/ecore/efl_task.eo b/src/lib/ecore/efl_task.eo index ddab5e6826..f3c1ac9b4f 100644 --- a/src/lib/ecore/efl_task.eo +++ b/src/lib/ecore/efl_task.eo | |||
@@ -15,7 +15,7 @@ enum Efl.Task_Flags { | |||
15 | no_exit_code_error = 4, | 15 | no_exit_code_error = 4, |
16 | } | 16 | } |
17 | 17 | ||
18 | abstract Efl.Task extends Efl.Object | 18 | abstract @beta Efl.Task extends Efl.Object |
19 | { | 19 | { |
20 | [[ ]] | 20 | [[ ]] |
21 | methods { | 21 | methods { |
diff --git a/src/lib/ecore/efl_thread.eo b/src/lib/ecore/efl_thread.eo index 02bf2f15df..b935077d8e 100644 --- a/src/lib/ecore/efl_thread.eo +++ b/src/lib/ecore/efl_thread.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Thread extends Efl.Task implements Efl.ThreadIO, Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer, Efl.Core.Command_Line | 1 | class @beta Efl.Thread extends Efl.Task implements Efl.ThreadIO, Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer, Efl.Core.Command_Line |
2 | { | 2 | { |
3 | methods { | 3 | methods { |
4 | } | 4 | } |
diff --git a/src/lib/ecore/efl_threadio.eo b/src/lib/ecore/efl_threadio.eo index 1d3af45cdc..25b1ba29a7 100644 --- a/src/lib/ecore/efl_threadio.eo +++ b/src/lib/ecore/efl_threadio.eo | |||
@@ -15,7 +15,7 @@ function EFlThreadIOCallSync { | |||
15 | return: void_ptr; [[ ]] | 15 | return: void_ptr; [[ ]] |
16 | }; | 16 | }; |
17 | 17 | ||
18 | mixin Efl.ThreadIO | 18 | mixin @beta Efl.ThreadIO |
19 | { | 19 | { |
20 | [[ ]] | 20 | [[ ]] |
21 | methods { | 21 | methods { |
diff --git a/src/lib/ecore/efl_view_model.eo b/src/lib/ecore/efl_view_model.eo index 349a5a4e77..432bfe8499 100644 --- a/src/lib/ecore/efl_view_model.eo +++ b/src/lib/ecore/efl_view_model.eo | |||
@@ -17,7 +17,7 @@ function EflViewModelPropertySet { | |||
17 | return: future<any_value_ptr>; [[The value that was finally set.]] | 17 | return: future<any_value_ptr>; [[The value that was finally set.]] |
18 | }; | 18 | }; |
19 | 19 | ||
20 | class Efl.View_Model extends Efl.Composite_Model | 20 | class @beta Efl.View_Model extends Efl.Composite_Model |
21 | { | 21 | { |
22 | [[Efl model providing helpers for custom properties used when linking a model to a view and you need to generate/adapt values for display. | 22 | [[Efl model providing helpers for custom properties used when linking a model to a view and you need to generate/adapt values for display. |
23 | 23 | ||
diff --git a/src/lib/ecore_con/efl_net_control_access_point.eo b/src/lib/ecore_con/efl_net_control_access_point.eo index 53903032f9..7d3d9364ac 100644 --- a/src/lib/ecore_con/efl_net_control_access_point.eo +++ b/src/lib/ecore_con/efl_net_control_access_point.eo | |||
@@ -74,7 +74,7 @@ enum Efl.Net.Control.Access_Point_Proxy_Method { | |||
74 | unset, [[Only to be used with @Efl.Net.Control.Access_Point.configuration_proxy.]] | 74 | unset, [[Only to be used with @Efl.Net.Control.Access_Point.configuration_proxy.]] |
75 | } | 75 | } |
76 | 76 | ||
77 | class Efl.Net.Control.Access_Point extends Efl.Loop_Consumer { | 77 | class @beta Efl.Net.Control.Access_Point extends Efl.Loop_Consumer { |
78 | [[An access point for network connectivity. | 78 | [[An access point for network connectivity. |
79 | 79 | ||
80 | The @Efl.Net.Control.Manager is composed of multiple technologies, each | 80 | The @Efl.Net.Control.Manager is composed of multiple technologies, each |
diff --git a/src/lib/ecore_con/efl_net_control_manager.eo b/src/lib/ecore_con/efl_net_control_manager.eo index 5afdeb465c..448bdba362 100644 --- a/src/lib/ecore_con/efl_net_control_manager.eo +++ b/src/lib/ecore_con/efl_net_control_manager.eo | |||
@@ -65,7 +65,7 @@ struct Efl.Net.Control.Agent_Browser_Url { | |||
65 | url: string; [[The URL to point the browser at.]] | 65 | url: string; [[The URL to point the browser at.]] |
66 | } | 66 | } |
67 | 67 | ||
68 | class Efl.Net.Control.Manager extends Efl.Loop_Consumer { | 68 | class @beta Efl.Net.Control.Manager extends Efl.Loop_Consumer { |
69 | [[Controls network connectivity. | 69 | [[Controls network connectivity. |
70 | 70 | ||
71 | This class and its child objects are only useful to implement | 71 | This class and its child objects are only useful to implement |
diff --git a/src/lib/ecore_con/efl_net_control_technology.eo b/src/lib/ecore_con/efl_net_control_technology.eo index ccc2cf6e8f..947aa11ac3 100644 --- a/src/lib/ecore_con/efl_net_control_technology.eo +++ b/src/lib/ecore_con/efl_net_control_technology.eo | |||
@@ -15,7 +15,7 @@ enum Efl.Net.Control.Technology_Type { | |||
15 | p2p, [[Type: Peer-2-Peer]] | 15 | p2p, [[Type: Peer-2-Peer]] |
16 | } | 16 | } |
17 | 17 | ||
18 | class Efl.Net.Control.Technology extends Efl.Loop_Consumer { | 18 | class @beta Efl.Net.Control.Technology extends Efl.Loop_Consumer { |
19 | [[A technology that allows control of network access points. | 19 | [[A technology that allows control of network access points. |
20 | 20 | ||
21 | The @Efl.Net.Control.Manager is composed of multiple technologies, each | 21 | The @Efl.Net.Control.Manager is composed of multiple technologies, each |
diff --git a/src/lib/ecore_con/efl_net_dialer.eo b/src/lib/ecore_con/efl_net_dialer.eo index 1b7b2e9c16..7abba99b1a 100644 --- a/src/lib/ecore_con/efl_net_dialer.eo +++ b/src/lib/ecore_con/efl_net_dialer.eo | |||
@@ -2,7 +2,7 @@ var Efl.Net.Dialer_Error.COULDNT_CONNECT: Eina.Error; [[The dialer could not con | |||
2 | var Efl.Net.Dialer_Error.COULDNT_RESOLVE_PROXY: Eina.Error; [[The dialer could not resolve the given proxy server]] | 2 | var Efl.Net.Dialer_Error.COULDNT_RESOLVE_PROXY: Eina.Error; [[The dialer could not resolve the given proxy server]] |
3 | var Efl.Net.Dialer_Error.PROXY_AUTHENTICATION_FAILED: Eina.Error; [[The dialer failed to authenticate against the proxy server]] | 3 | var Efl.Net.Dialer_Error.PROXY_AUTHENTICATION_FAILED: Eina.Error; [[The dialer failed to authenticate against the proxy server]] |
4 | 4 | ||
5 | interface Efl.Net.Dialer extends Efl.Net.Socket { | 5 | interface @beta Efl.Net.Dialer extends Efl.Net.Socket { |
6 | [[Creates a client socket to reach a remote peer. | 6 | [[Creates a client socket to reach a remote peer. |
7 | 7 | ||
8 | The connection process starts when @.dial is executed. This | 8 | The connection process starts when @.dial is executed. This |
diff --git a/src/lib/ecore_con/efl_net_dialer_http.eo b/src/lib/ecore_con/efl_net_dialer_http.eo index 18c0c35e0b..032c5c7bbb 100644 --- a/src/lib/ecore_con/efl_net_dialer_http.eo +++ b/src/lib/ecore_con/efl_net_dialer_http.eo | |||
@@ -7,7 +7,7 @@ enum Efl.Net.Dialer_Http_Primary_Mode { | |||
7 | upload, [[HTTP upload mode]] | 7 | upload, [[HTTP upload mode]] |
8 | } | 8 | } |
9 | 9 | ||
10 | class Efl.Net.Dialer_Http extends Efl.Loop_Consumer implements Efl.Net.Dialer, Efl.Io.Sizer { | 10 | class @beta Efl.Net.Dialer_Http extends Efl.Loop_Consumer implements Efl.Net.Dialer, Efl.Io.Sizer { |
11 | [[HTTP Dialer (Client). | 11 | [[HTTP Dialer (Client). |
12 | 12 | ||
13 | The effective URL in use, if @.allow_redirects is $true will be | 13 | The effective URL in use, if @.allow_redirects is $true will be |
diff --git a/src/lib/ecore_con/efl_net_dialer_simple.eo b/src/lib/ecore_con/efl_net_dialer_simple.eo index 0a5aa941b2..e28c929dd1 100644 --- a/src/lib/ecore_con/efl_net_dialer_simple.eo +++ b/src/lib/ecore_con/efl_net_dialer_simple.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Dialer_Simple extends Efl.Net.Socket_Simple implements Efl.Net.Dialer { | 1 | class @beta Efl.Net.Dialer_Simple extends Efl.Net.Socket_Simple implements Efl.Net.Dialer { |
2 | [[Connects to a remote server offering an easy to use, buffered I/O. | 2 | [[Connects to a remote server offering an easy to use, buffered I/O. |
3 | 3 | ||
4 | The simple dialer is based on @Efl.Net.Socket_Simple, which | 4 | The simple dialer is based on @Efl.Net.Socket_Simple, which |
diff --git a/src/lib/ecore_con/efl_net_dialer_ssl.eo b/src/lib/ecore_con/efl_net_dialer_ssl.eo index 832361bbea..a80c063aec 100644 --- a/src/lib/ecore_con/efl_net_dialer_ssl.eo +++ b/src/lib/ecore_con/efl_net_dialer_ssl.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Dialer_Ssl extends Efl.Net.Socket_Ssl implements Efl.Net.Dialer { | 1 | class @beta Efl.Net.Dialer_Ssl extends Efl.Net.Socket_Ssl implements Efl.Net.Dialer { |
2 | [[Connects to a remote SSL server using TCP. | 2 | [[Connects to a remote SSL server using TCP. |
3 | 3 | ||
4 | This creates an internal @Efl.Net.Dialer_Tcp and once connected | 4 | This creates an internal @Efl.Net.Dialer_Tcp and once connected |
diff --git a/src/lib/ecore_con/efl_net_dialer_tcp.eo b/src/lib/ecore_con/efl_net_dialer_tcp.eo index 75c7deeefc..fdbf7d3797 100644 --- a/src/lib/ecore_con/efl_net_dialer_tcp.eo +++ b/src/lib/ecore_con/efl_net_dialer_tcp.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Dialer_Tcp extends Efl.Net.Socket_Tcp implements Efl.Net.Dialer { | 1 | class @beta Efl.Net.Dialer_Tcp extends Efl.Net.Socket_Tcp implements Efl.Net.Dialer { |
2 | [[Connects to a remote TCP server. | 2 | [[Connects to a remote TCP server. |
3 | 3 | ||
4 | If the proxy is NULL (default), then the system proxy will be | 4 | If the proxy is NULL (default), then the system proxy will be |
diff --git a/src/lib/ecore_con/efl_net_dialer_udp.eo b/src/lib/ecore_con/efl_net_dialer_udp.eo index af7aeec1bd..709031a71e 100644 --- a/src/lib/ecore_con/efl_net_dialer_udp.eo +++ b/src/lib/ecore_con/efl_net_dialer_udp.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Dialer_Udp extends Efl.Net.Socket_Udp implements Efl.Net.Dialer { | 1 | class @beta Efl.Net.Dialer_Udp extends Efl.Net.Socket_Udp implements Efl.Net.Dialer { |
2 | [[Connects to a remote UDP server. | 2 | [[Connects to a remote UDP server. |
3 | 3 | ||
4 | UDP proxies are not supported, not even using SOCKSv5. | 4 | UDP proxies are not supported, not even using SOCKSv5. |
diff --git a/src/lib/ecore_con/efl_net_dialer_unix.eo b/src/lib/ecore_con/efl_net_dialer_unix.eo index f2454e5db2..a74f34d784 100644 --- a/src/lib/ecore_con/efl_net_dialer_unix.eo +++ b/src/lib/ecore_con/efl_net_dialer_unix.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Dialer_Unix extends Efl.Net.Socket_Unix implements Efl.Net.Dialer { | 1 | class @beta Efl.Net.Dialer_Unix extends Efl.Net.Socket_Unix implements Efl.Net.Dialer { |
2 | [[Connects to a local AF_UNIX server. | 2 | [[Connects to a local AF_UNIX server. |
3 | 3 | ||
4 | The dial address is a file system path (portable) or | 4 | The dial address is a file system path (portable) or |
diff --git a/src/lib/ecore_con/efl_net_dialer_websocket.eo b/src/lib/ecore_con/efl_net_dialer_websocket.eo index dfd89a1cf8..d400b02261 100644 --- a/src/lib/ecore_con/efl_net_dialer_websocket.eo +++ b/src/lib/ecore_con/efl_net_dialer_websocket.eo | |||
@@ -47,7 +47,7 @@ struct Efl.Net.Dialer_Websocket_Closed_Reason { | |||
47 | message: string; [[Textual closing reason message]] | 47 | message: string; [[Textual closing reason message]] |
48 | } | 48 | } |
49 | 49 | ||
50 | class Efl.Net.Dialer_Websocket extends Efl.Loop_Consumer implements Efl.Net.Dialer { | 50 | class @beta Efl.Net.Dialer_Websocket extends Efl.Loop_Consumer implements Efl.Net.Dialer { |
51 | [[WebSocket Dialer (Client). | 51 | [[WebSocket Dialer (Client). |
52 | 52 | ||
53 | The WebSocket Protocol (https://tools.ietf.org/html/rfc6455) is | 53 | The WebSocket Protocol (https://tools.ietf.org/html/rfc6455) is |
diff --git a/src/lib/ecore_con/efl_net_dialer_windows.eo b/src/lib/ecore_con/efl_net_dialer_windows.eo index 202b636183..9bce9c35ac 100644 --- a/src/lib/ecore_con/efl_net_dialer_windows.eo +++ b/src/lib/ecore_con/efl_net_dialer_windows.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Dialer_Windows extends Efl.Net.Socket_Windows implements Efl.Net.Dialer { | 1 | class @beta Efl.Net.Dialer_Windows extends Efl.Net.Socket_Windows implements Efl.Net.Dialer { |
2 | [[Connects to a Windows NamedPipe server. | 2 | [[Connects to a Windows NamedPipe server. |
3 | 3 | ||
4 | The dial address will have "\\\\.\\pipe\\" prepended as required by | 4 | The dial address will have "\\\\.\\pipe\\" prepended as required by |
diff --git a/src/lib/ecore_con/efl_net_ip_address.eo b/src/lib/ecore_con/efl_net_ip_address.eo index 3d1263134f..9b00a66ca3 100644 --- a/src/lib/ecore_con/efl_net_ip_address.eo +++ b/src/lib/ecore_con/efl_net_ip_address.eo | |||
@@ -12,7 +12,7 @@ struct Efl.Net.Ip_Address_Resolve_Results { | |||
12 | results: array<Efl.Net.Ip_Address>; [[The resolved objects. Do not modify this array but you can keep reference to elements using efl_ref() and efl_unref()]] | 12 | results: array<Efl.Net.Ip_Address>; [[The resolved objects. Do not modify this array but you can keep reference to elements using efl_ref() and efl_unref()]] |
13 | } | 13 | } |
14 | 14 | ||
15 | class Efl.Net.Ip_Address extends Efl.Object { | 15 | class @beta Efl.Net.Ip_Address extends Efl.Object { |
16 | [[An Internet Protocol (IP) Address. | 16 | [[An Internet Protocol (IP) Address. |
17 | 17 | ||
18 | This class is a set of helpers to translate to and from address | 18 | This class is a set of helpers to translate to and from address |
diff --git a/src/lib/ecore_con/efl_net_server.eo b/src/lib/ecore_con/efl_net_server.eo index 8e9487f310..141cf9d0ae 100644 --- a/src/lib/ecore_con/efl_net_server.eo +++ b/src/lib/ecore_con/efl_net_server.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Net.Server { | 1 | interface @beta Efl.Net.Server { |
2 | [[The basic server interface. | 2 | [[The basic server interface. |
3 | 3 | ||
4 | This will start serving and accepting clients once @.serve is | 4 | This will start serving and accepting clients once @.serve is |
diff --git a/src/lib/ecore_con/efl_net_server_fd.eo b/src/lib/ecore_con/efl_net_server_fd.eo index 4758be1634..74d734d86a 100644 --- a/src/lib/ecore_con/efl_net_server_fd.eo +++ b/src/lib/ecore_con/efl_net_server_fd.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | abstract Efl.Net.Server_Fd extends Efl.Loop_Fd implements Efl.Net.Server { | 1 | abstract @beta Efl.Net.Server_Fd extends Efl.Loop_Fd implements Efl.Net.Server { |
2 | [[A generic server based on file descriptors. | 2 | [[A generic server based on file descriptors. |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore_con/efl_net_server_ip.eo b/src/lib/ecore_con/efl_net_server_ip.eo index 3fb8b96d3b..ab1f770b54 100644 --- a/src/lib/ecore_con/efl_net_server_ip.eo +++ b/src/lib/ecore_con/efl_net_server_ip.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | abstract Efl.Net.Server_Ip extends Efl.Net.Server_Fd { | 1 | abstract @beta Efl.Net.Server_Ip extends Efl.Net.Server_Fd { |
2 | [[An IP server. | 2 | [[An IP server. |
3 | 3 | ||
4 | @since 1.20 | 4 | @since 1.20 |
diff --git a/src/lib/ecore_con/efl_net_server_simple.eo b/src/lib/ecore_con/efl_net_server_simple.eo index 3934828ffb..7dc4488731 100644 --- a/src/lib/ecore_con/efl_net_server_simple.eo +++ b/src/lib/ecore_con/efl_net_server_simple.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Server_Simple extends Efl.Loop_Consumer implements Efl.Net.Server { | 1 | class @beta Efl.Net.Server_Simple extends Efl.Loop_Consumer implements Efl.Net.Server { |
2 | [[A network server wrapper that creates clients based on @Efl.Net.Socket_Simple. | 2 | [[A network server wrapper that creates clients based on @Efl.Net.Socket_Simple. |
3 | 3 | ||
4 | This is just a wrapper server. It takes an actual server | 4 | This is just a wrapper server. It takes an actual server |
diff --git a/src/lib/ecore_con/efl_net_server_ssl.eo b/src/lib/ecore_con/efl_net_server_ssl.eo index 52b0bcc595..18a7c22db6 100644 --- a/src/lib/ecore_con/efl_net_server_ssl.eo +++ b/src/lib/ecore_con/efl_net_server_ssl.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Server_Ssl extends Efl.Net.Server_Tcp { | 1 | class @beta Efl.Net.Server_Ssl extends Efl.Net.Server_Tcp { |
2 | [[A SSL server over TCP. | 2 | [[A SSL server over TCP. |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore_con/efl_net_server_tcp.eo b/src/lib/ecore_con/efl_net_server_tcp.eo index de6631a32b..4a4e99833f 100644 --- a/src/lib/ecore_con/efl_net_server_tcp.eo +++ b/src/lib/ecore_con/efl_net_server_tcp.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Server_Tcp extends Efl.Net.Server_Ip { | 1 | class @beta Efl.Net.Server_Tcp extends Efl.Net.Server_Ip { |
2 | [[A TCP server. | 2 | [[A TCP server. |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore_con/efl_net_server_udp.eo b/src/lib/ecore_con/efl_net_server_udp.eo index 8d7fc01ce9..b5f5cec09d 100644 --- a/src/lib/ecore_con/efl_net_server_udp.eo +++ b/src/lib/ecore_con/efl_net_server_udp.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Server_Udp extends Efl.Net.Server_Ip { | 1 | class @beta Efl.Net.Server_Udp extends Efl.Net.Server_Ip { |
2 | [[A UDP server. | 2 | [[A UDP server. |
3 | 3 | ||
4 | @since 1.19 | 4 | @since 1.19 |
diff --git a/src/lib/ecore_con/efl_net_server_udp_client.eo b/src/lib/ecore_con/efl_net_server_udp_client.eo index 205ca8ba9f..28d979687c 100644 --- a/src/lib/ecore_con/efl_net_server_udp_client.eo +++ b/src/lib/ecore_con/efl_net_server_udp_client.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Server_Udp_Client extends Efl.Object implements Efl.Net.Socket { | 1 | class @beta Efl.Net.Server_Udp_Client extends Efl.Object implements Efl.Net.Socket { |
2 | [[A UDP client child of Efl.Net.Server_Udp | 2 | [[A UDP client child of Efl.Net.Server_Udp |
3 | 3 | ||
4 | Unlike connection protocols such as TCP or Local, UDP doesn't | 4 | Unlike connection protocols such as TCP or Local, UDP doesn't |
diff --git a/src/lib/ecore_con/efl_net_server_unix.eo b/src/lib/ecore_con/efl_net_server_unix.eo index 9e05dd6848..2a541b4eb1 100644 --- a/src/lib/ecore_con/efl_net_server_unix.eo +++ b/src/lib/ecore_con/efl_net_server_unix.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Server_Unix extends Efl.Net.Server_Fd { | 1 | class @beta Efl.Net.Server_Unix extends Efl.Net.Server_Fd { |
2 | [[An AF_UNIX server. | 2 | [[An AF_UNIX server. |
3 | 3 | ||
4 | The @Efl.Net.Server.serve method will call bind(2) directly. | 4 | The @Efl.Net.Server.serve method will call bind(2) directly. |
diff --git a/src/lib/ecore_con/efl_net_server_windows.eo b/src/lib/ecore_con/efl_net_server_windows.eo index 5bd087a534..e235ea0bb5 100644 --- a/src/lib/ecore_con/efl_net_server_windows.eo +++ b/src/lib/ecore_con/efl_net_server_windows.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Server_Windows extends Efl.Loop_Consumer implements Efl.Net.Server { | 1 | class @beta Efl.Net.Server_Windows extends Efl.Loop_Consumer implements Efl.Net.Server { |
2 | [[A Windows NamedPipe server. | 2 | [[A Windows NamedPipe server. |
3 | 3 | ||
4 | The @Efl.Net.Server.serve method calls CreateNamedPipe() | 4 | The @Efl.Net.Server.serve method calls CreateNamedPipe() |
diff --git a/src/lib/ecore_con/efl_net_session.eo b/src/lib/ecore_con/efl_net_session.eo index 84db3f8ab7..ed968667ef 100644 --- a/src/lib/ecore_con/efl_net_session.eo +++ b/src/lib/ecore_con/efl_net_session.eo | |||
@@ -27,7 +27,7 @@ enum Efl.Net.Session_Technology { | |||
27 | all = (Efl.Net.Session_Technology.ethernet | Efl.Net.Session_Technology.wifi | Efl.Net.Session_Technology.bluetooth | Efl.Net.Session_Technology.cellular | Efl.Net.Session_Technology.vpn | Efl.Net.Session_Technology.gadget), [[All technology types]] | 27 | all = (Efl.Net.Session_Technology.ethernet | Efl.Net.Session_Technology.wifi | Efl.Net.Session_Technology.bluetooth | Efl.Net.Session_Technology.cellular | Efl.Net.Session_Technology.vpn | Efl.Net.Session_Technology.gadget), [[All technology types]] |
28 | } | 28 | } |
29 | 29 | ||
30 | class Efl.Net.Session extends Efl.Loop_Consumer { | 30 | class @beta Efl.Net.Session extends Efl.Loop_Consumer { |
31 | [[Used by application to request network connectivity. | 31 | [[Used by application to request network connectivity. |
32 | 32 | ||
33 | This API is targeted at applications that need access to the | 33 | This API is targeted at applications that need access to the |
diff --git a/src/lib/ecore_con/efl_net_socket.eo b/src/lib/ecore_con/efl_net_socket.eo index f8741226ad..90804f366c 100644 --- a/src/lib/ecore_con/efl_net_socket.eo +++ b/src/lib/ecore_con/efl_net_socket.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Net.Socket extends Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer { | 1 | interface @beta Efl.Net.Socket extends Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer { |
2 | [[The basic socket interface. | 2 | [[The basic socket interface. |
3 | 3 | ||
4 | This is built upon the three core Input/Output interfaces: | 4 | This is built upon the three core Input/Output interfaces: |
diff --git a/src/lib/ecore_con/efl_net_socket_fd.eo b/src/lib/ecore_con/efl_net_socket_fd.eo index c5b468b759..a02cb65666 100644 --- a/src/lib/ecore_con/efl_net_socket_fd.eo +++ b/src/lib/ecore_con/efl_net_socket_fd.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Socket_Fd extends Efl.Loop_Fd implements Efl.Io.Reader_Fd, Efl.Io.Writer_Fd, Efl.Io.Closer_Fd, Efl.Net.Socket { | 1 | class @beta Efl.Net.Socket_Fd extends Efl.Loop_Fd implements Efl.Io.Reader_Fd, Efl.Io.Writer_Fd, Efl.Io.Closer_Fd, Efl.Net.Socket { |
2 | [[A base implementation for sockets over filedescriptors (fd) | 2 | [[A base implementation for sockets over filedescriptors (fd) |
3 | 3 | ||
4 | This is the common class and takes an existing FD, usually | 4 | This is the common class and takes an existing FD, usually |
diff --git a/src/lib/ecore_con/efl_net_socket_simple.eo b/src/lib/ecore_con/efl_net_socket_simple.eo index 07b7c3e8da..dd255b5003 100644 --- a/src/lib/ecore_con/efl_net_socket_simple.eo +++ b/src/lib/ecore_con/efl_net_socket_simple.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Socket_Simple extends Efl.Io.Buffered_Stream implements Efl.Net.Socket { | 1 | class @beta Efl.Net.Socket_Simple extends Efl.Io.Buffered_Stream implements Efl.Net.Socket { |
2 | [[A wrapper socket offering an easy to use, buffered I/O. | 2 | [[A wrapper socket offering an easy to use, buffered I/O. |
3 | 3 | ||
4 | The simple socket encapsulates an actual @Efl.Net.Socket and | 4 | The simple socket encapsulates an actual @Efl.Net.Socket and |
diff --git a/src/lib/ecore_con/efl_net_socket_ssl.eo b/src/lib/ecore_con/efl_net_socket_ssl.eo index dc607636dc..02c3b82031 100644 --- a/src/lib/ecore_con/efl_net_socket_ssl.eo +++ b/src/lib/ecore_con/efl_net_socket_ssl.eo | |||
@@ -1,7 +1,7 @@ | |||
1 | var Efl.Net.Socket_Ssl_Error.HANDSHAKE: Eina.Error; [[Failed SSL handshake]] | 1 | var Efl.Net.Socket_Ssl_Error.HANDSHAKE: Eina.Error; [[Failed SSL handshake]] |
2 | var Efl.Net.Socket_Ssl_Error.CERTIFICATE_VERIFY_FAILED: Eina.Error; [[Failed to verify peer's certificate]] | 2 | var Efl.Net.Socket_Ssl_Error.CERTIFICATE_VERIFY_FAILED: Eina.Error; [[Failed to verify peer's certificate]] |
3 | 3 | ||
4 | class Efl.Net.Socket_Ssl extends Efl.Loop_Consumer implements Efl.Net.Socket { | 4 | class @beta Efl.Net.Socket_Ssl extends Efl.Loop_Consumer implements Efl.Net.Socket { |
5 | [[A wrapper socket doing SSL (Secure Sockets Layer). | 5 | [[A wrapper socket doing SSL (Secure Sockets Layer). |
6 | 6 | ||
7 | Use this wrapper around an existing socket for secure | 7 | Use this wrapper around an existing socket for secure |
diff --git a/src/lib/ecore_con/efl_net_socket_tcp.eo b/src/lib/ecore_con/efl_net_socket_tcp.eo index d3f0d5b3e7..449f255540 100644 --- a/src/lib/ecore_con/efl_net_socket_tcp.eo +++ b/src/lib/ecore_con/efl_net_socket_tcp.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Socket_Tcp extends Efl.Net.Socket_Fd { | 1 | class @beta Efl.Net.Socket_Tcp extends Efl.Net.Socket_Fd { |
2 | [[A base TCP socket. | 2 | [[A base TCP socket. |
3 | 3 | ||
4 | This is the common class and takes an existing FD, usually | 4 | This is the common class and takes an existing FD, usually |
diff --git a/src/lib/ecore_con/efl_net_socket_udp.eo b/src/lib/ecore_con/efl_net_socket_udp.eo index 7e2b53307c..dd36e8c58e 100644 --- a/src/lib/ecore_con/efl_net_socket_udp.eo +++ b/src/lib/ecore_con/efl_net_socket_udp.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_net_ip_address; | 1 | import efl_net_ip_address; |
2 | 2 | ||
3 | class Efl.Net.Socket_Udp extends Efl.Net.Socket_Fd { | 3 | class @beta Efl.Net.Socket_Udp extends Efl.Net.Socket_Fd { |
4 | [[A base UDP socket. | 4 | [[A base UDP socket. |
5 | 5 | ||
6 | This is the common class and takes an existing FD, usually | 6 | This is the common class and takes an existing FD, usually |
diff --git a/src/lib/ecore_con/efl_net_socket_unix.eo b/src/lib/ecore_con/efl_net_socket_unix.eo index 854130e512..b7a193efc0 100644 --- a/src/lib/ecore_con/efl_net_socket_unix.eo +++ b/src/lib/ecore_con/efl_net_socket_unix.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Socket_Unix extends Efl.Net.Socket_Fd { | 1 | class @beta Efl.Net.Socket_Unix extends Efl.Net.Socket_Fd { |
2 | [[A base UNIX socket. | 2 | [[A base UNIX socket. |
3 | 3 | ||
4 | This is the common class and takes an existing FD, usually | 4 | This is the common class and takes an existing FD, usually |
diff --git a/src/lib/ecore_con/efl_net_socket_windows.eo b/src/lib/ecore_con/efl_net_socket_windows.eo index f1e1625aa1..dbce9f133b 100644 --- a/src/lib/ecore_con/efl_net_socket_windows.eo +++ b/src/lib/ecore_con/efl_net_socket_windows.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Net.Socket_Windows extends Efl.Loop_Consumer implements Efl.Net.Socket { | 1 | class @beta Efl.Net.Socket_Windows extends Efl.Loop_Consumer implements Efl.Net.Socket { |
2 | [[A base Windows NamedPipe socket. | 2 | [[A base Windows NamedPipe socket. |
3 | 3 | ||
4 | This is the common class and takes an existing file HANDLE, | 4 | This is the common class and takes an existing file HANDLE, |
diff --git a/src/lib/ecore_con/efl_net_ssl_context.eo b/src/lib/ecore_con/efl_net_ssl_context.eo index c19fe198b8..c6ad382341 100644 --- a/src/lib/ecore_con/efl_net_ssl_context.eo +++ b/src/lib/ecore_con/efl_net_ssl_context.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_net_ssl_types; | 1 | import efl_net_ssl_types; |
2 | 2 | ||
3 | class Efl.Net.Ssl.Context extends Efl.Object { | 3 | class @beta Efl.Net.Ssl.Context extends Efl.Object { |
4 | [[A SSL Context that is used to start a SSL socket wrapper. | 4 | [[A SSL Context that is used to start a SSL socket wrapper. |
5 | 5 | ||
6 | The context will contain common configurations such as | 6 | The context will contain common configurations such as |
diff --git a/src/lib/edje/efl_canvas_layout.eo b/src/lib/edje/efl_canvas_layout.eo index e4f4f6fa8d..d61ef892f2 100644 --- a/src/lib/edje/efl_canvas_layout.eo +++ b/src/lib/edje/efl_canvas_layout.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | // FIXME: This EO doc needs a direct link to the "edcref" doc | 1 | // FIXME: This EO doc needs a direct link to the "edcref" doc |
2 | 2 | ||
3 | class Efl.Canvas.Layout extends Efl.Canvas.Group implements Efl.File, Efl.Container, Efl.Part, | 3 | class @beta Efl.Canvas.Layout extends Efl.Canvas.Group implements Efl.File, Efl.Container, Efl.Part, |
4 | Efl.Observer, Efl.Layout.Calc, | 4 | Efl.Observer, Efl.Layout.Calc, |
5 | Efl.Layout.Signal, Efl.Layout.Group, | 5 | Efl.Layout.Signal, Efl.Layout.Group, |
6 | Efl.Player, Efl.Gfx.Color_Class, Efl.Gfx.Text_Class, | 6 | Efl.Player, Efl.Gfx.Color_Class, Efl.Gfx.Text_Class, |
diff --git a/src/lib/edje/efl_canvas_layout_part.eo b/src/lib/edje/efl_canvas_layout_part.eo index 927e70ac9a..416ab4aa97 100644 --- a/src/lib/edje/efl_canvas_layout_part.eo +++ b/src/lib/edje/efl_canvas_layout_part.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import edje_types; | 1 | import edje_types; |
2 | 2 | ||
3 | class Efl.Canvas.Layout_Part extends Efl.Object implements Efl.Gfx.Entity, Efl.Ui.Drag | 3 | class @beta Efl.Canvas.Layout_Part extends Efl.Object implements Efl.Gfx.Entity, Efl.Ui.Drag |
4 | { | 4 | { |
5 | [[Common class for part proxy objects for @Efl.Canvas.Layout. | 5 | [[Common class for part proxy objects for @Efl.Canvas.Layout. |
6 | 6 | ||
diff --git a/src/lib/edje/efl_canvas_layout_part_box.eo b/src/lib/edje/efl_canvas_layout_part_box.eo index 4db959292e..0fa1e39f17 100644 --- a/src/lib/edje/efl_canvas_layout_part_box.eo +++ b/src/lib/edje/efl_canvas_layout_part_box.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Canvas.Layout_Part_Box extends Efl.Canvas.Layout_Part implements Efl.Pack_Linear, | 1 | class @beta Efl.Canvas.Layout_Part_Box extends Efl.Canvas.Layout_Part implements Efl.Pack_Linear, |
2 | Efl.Ui.Direction_Readonly | 2 | Efl.Ui.Direction_Readonly |
3 | { | 3 | { |
4 | [[Represents a Box created as part of a layout. | 4 | [[Represents a Box created as part of a layout. |
diff --git a/src/lib/edje/efl_canvas_layout_part_external.eo b/src/lib/edje/efl_canvas_layout_part_external.eo index 25e694c589..eb5ca38815 100644 --- a/src/lib/edje/efl_canvas_layout_part_external.eo +++ b/src/lib/edje/efl_canvas_layout_part_external.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Canvas.Layout_Part_External extends Efl.Canvas.Layout_Part implements Efl.Content | 1 | class @beta Efl.Canvas.Layout_Part_External extends Efl.Canvas.Layout_Part implements Efl.Content |
2 | { | 2 | { |
3 | [[Class representing an external part in Edje layouts. | 3 | [[Class representing an external part in Edje layouts. |
4 | 4 | ||
diff --git a/src/lib/edje/efl_canvas_layout_part_invalid.eo b/src/lib/edje/efl_canvas_layout_part_invalid.eo index 1dbef9ffe2..d048657cb8 100644 --- a/src/lib/edje/efl_canvas_layout_part_invalid.eo +++ b/src/lib/edje/efl_canvas_layout_part_invalid.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Canvas.Layout_Part_Invalid extends Efl.Canvas.Layout_Part implements Efl.Content, | 1 | class @beta Efl.Canvas.Layout_Part_Invalid extends Efl.Canvas.Layout_Part implements Efl.Content, |
2 | Efl.Pack_Linear, Efl.Ui.Direction_Readonly, | 2 | Efl.Pack_Linear, Efl.Ui.Direction_Readonly, |
3 | Efl.Pack_Table, Efl.Text, | 3 | Efl.Pack_Table, Efl.Text, |
4 | Efl.Text_Markup, Efl.Text_Markup_Interactive | 4 | Efl.Text_Markup, Efl.Text_Markup_Interactive |
diff --git a/src/lib/edje/efl_canvas_layout_part_swallow.eo b/src/lib/edje/efl_canvas_layout_part_swallow.eo index 6b1c4723ed..96088da982 100644 --- a/src/lib/edje/efl_canvas_layout_part_swallow.eo +++ b/src/lib/edje/efl_canvas_layout_part_swallow.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Canvas.Layout_Part_Swallow extends Efl.Canvas.Layout_Part implements Efl.Content | 1 | class @beta Efl.Canvas.Layout_Part_Swallow extends Efl.Canvas.Layout_Part implements Efl.Content |
2 | { | 2 | { |
3 | [[Represents a SWALLOW part of an Edje object. | 3 | [[Represents a SWALLOW part of an Edje object. |
4 | 4 | ||
diff --git a/src/lib/edje/efl_canvas_layout_part_table.eo b/src/lib/edje/efl_canvas_layout_part_table.eo index e0184381c4..4abd546bcc 100644 --- a/src/lib/edje/efl_canvas_layout_part_table.eo +++ b/src/lib/edje/efl_canvas_layout_part_table.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Canvas.Layout_Part_Table extends Efl.Canvas.Layout_Part implements Efl.Pack_Table | 1 | class @beta Efl.Canvas.Layout_Part_Table extends Efl.Canvas.Layout_Part implements Efl.Pack_Table |
2 | { | 2 | { |
3 | [[Represents a Table created as part of a layout. | 3 | [[Represents a Table created as part of a layout. |
4 | 4 | ||
diff --git a/src/lib/edje/efl_canvas_layout_part_text.eo b/src/lib/edje/efl_canvas_layout_part_text.eo index b987c915e7..09213c663e 100644 --- a/src/lib/edje/efl_canvas_layout_part_text.eo +++ b/src/lib/edje/efl_canvas_layout_part_text.eo | |||
@@ -10,7 +10,7 @@ enum Efl.Canvas.Layout_Part_Text_Expand | |||
10 | max_y = 1 << 3, | 10 | max_y = 1 << 3, |
11 | } | 11 | } |
12 | 12 | ||
13 | class Efl.Canvas.Layout_Part_Text extends Efl.Canvas.Layout_Part implements Efl.Text, | 13 | class @beta Efl.Canvas.Layout_Part_Text extends Efl.Canvas.Layout_Part implements Efl.Text, |
14 | Efl.Text_Markup, Efl.Text_Markup_Interactive, Efl.Text_Format, Efl.Text_Font, Efl.Text_Style | 14 | Efl.Text_Markup, Efl.Text_Markup_Interactive, Efl.Text_Format, Efl.Text_Font, Efl.Text_Style |
15 | { | 15 | { |
16 | [[Represents a TEXT part of a layout | 16 | [[Represents a TEXT part of a layout |
diff --git a/src/lib/edje/efl_layout_calc.eo b/src/lib/edje/efl_layout_calc.eo index 018cd7e197..ab43fbbe1f 100644 --- a/src/lib/edje/efl_layout_calc.eo +++ b/src/lib/edje/efl_layout_calc.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Layout.Calc | 3 | interface @beta Efl.Layout.Calc |
4 | { | 4 | { |
5 | [[This interface defines a common set of APIs used to trigger calculations | 5 | [[This interface defines a common set of APIs used to trigger calculations |
6 | with layout objects. | 6 | with layout objects. |
diff --git a/src/lib/edje/efl_layout_group.eo b/src/lib/edje/efl_layout_group.eo index 864a3a86c9..5d4d56afcd 100644 --- a/src/lib/edje/efl_layout_group.eo +++ b/src/lib/edje/efl_layout_group.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Layout.Group | 3 | interface @beta Efl.Layout.Group |
4 | { | 4 | { |
5 | [[APIs representing static data from a group in an edje file. | 5 | [[APIs representing static data from a group in an edje file. |
6 | 6 | ||
diff --git a/src/lib/edje/efl_layout_signal.eo b/src/lib/edje/efl_layout_signal.eo index 3b4562e596..90709fb8d0 100644 --- a/src/lib/edje/efl_layout_signal.eo +++ b/src/lib/edje/efl_layout_signal.eo | |||
@@ -17,7 +17,7 @@ function EflLayoutSignalCb { | |||
17 | } | 17 | } |
18 | }; | 18 | }; |
19 | 19 | ||
20 | interface Efl.Layout.Signal | 20 | interface @beta Efl.Layout.Signal |
21 | { | 21 | { |
22 | [[Layouts asynchronous messaging and signaling interface. | 22 | [[Layouts asynchronous messaging and signaling interface. |
23 | 23 | ||
diff --git a/src/lib/efl/Efl.h b/src/lib/efl/Efl.h index 52a22d44a5..0ac67feea8 100644 --- a/src/lib/efl/Efl.h +++ b/src/lib/efl/Efl.h | |||
@@ -71,8 +71,6 @@ typedef struct _Efl_Text_Annotate_Annotation Efl_Text_Annotate_Annotation; | |||
71 | 71 | ||
72 | #include "interfaces/efl_types.eot.h" | 72 | #include "interfaces/efl_types.eot.h" |
73 | 73 | ||
74 | #ifdef EFL_BETA_API_SUPPORT | ||
75 | |||
76 | #include <Efl_MVVM_Common.h> | 74 | #include <Efl_MVVM_Common.h> |
77 | 75 | ||
78 | /* Data types */ | 76 | /* Data types */ |
@@ -187,6 +185,8 @@ typedef Efl_Gfx_Path_Command_Type Efl_Gfx_Path_Command; | |||
187 | #include "interfaces/efl_text_markup_interactive.eo.h" | 185 | #include "interfaces/efl_text_markup_interactive.eo.h" |
188 | #include "interfaces/efl_text_markup_util.eo.h" | 186 | #include "interfaces/efl_text_markup_util.eo.h" |
189 | 187 | ||
188 | #ifdef EFL_BETA_API_SUPPORT | ||
189 | |||
190 | EAPI void efl_observable_tuple_free(Efl_Observable_Tuple *tuple); | 190 | EAPI void efl_observable_tuple_free(Efl_Observable_Tuple *tuple); |
191 | 191 | ||
192 | /** | 192 | /** |
diff --git a/src/lib/efl/interfaces/efl_animator.eo b/src/lib/efl/interfaces/efl_animator.eo index ca969d99fe..39f7e3ce3f 100644 --- a/src/lib/efl/interfaces/efl_animator.eo +++ b/src/lib/efl/interfaces/efl_animator.eo | |||
@@ -5,7 +5,7 @@ struct Efl.Event_Animator_Tick { | |||
5 | update_area: Eina.Rect; [[Area of the canvas that will be pushed to screen.]] | 5 | update_area: Eina.Rect; [[Area of the canvas that will be pushed to screen.]] |
6 | } | 6 | } |
7 | 7 | ||
8 | interface Efl.Animator { | 8 | interface @beta Efl.Animator { |
9 | [[Efl animator interface]] | 9 | [[Efl animator interface]] |
10 | eo_prefix: efl_animator; | 10 | eo_prefix: efl_animator; |
11 | event_prefix: efl; | 11 | event_prefix: efl; |
diff --git a/src/lib/efl/interfaces/efl_cached_item.eo b/src/lib/efl/interfaces/efl_cached_item.eo index f3f82d6baf..a8da315453 100644 --- a/src/lib/efl/interfaces/efl_cached_item.eo +++ b/src/lib/efl/interfaces/efl_cached_item.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Cached.Item | 1 | interface @beta Efl.Cached.Item |
2 | { | 2 | { |
3 | [[Efl Cached Item interface]] | 3 | [[Efl Cached Item interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_canvas_pointer.eo b/src/lib/efl/interfaces/efl_canvas_pointer.eo index 45e34f7849..3ea8cddfc7 100644 --- a/src/lib/efl/interfaces/efl_canvas_pointer.eo +++ b/src/lib/efl/interfaces/efl_canvas_pointer.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_input_device; | 1 | import efl_input_device; |
2 | 2 | ||
3 | interface Efl.Canvas.Pointer | 3 | interface @beta Efl.Canvas.Pointer |
4 | { | 4 | { |
5 | [[Efl Canvas Pointer interface]] | 5 | [[Efl Canvas Pointer interface]] |
6 | methods { | 6 | methods { |
diff --git a/src/lib/efl/interfaces/efl_canvas_scene.eo b/src/lib/efl/interfaces/efl_canvas_scene.eo index ab624be34c..2133378b05 100644 --- a/src/lib/efl/interfaces/efl_canvas_scene.eo +++ b/src/lib/efl/interfaces/efl_canvas_scene.eo | |||
@@ -1,7 +1,7 @@ | |||
1 | import efl_input_device; | 1 | import efl_input_device; |
2 | import efl_gfx_types; | 2 | import efl_gfx_types; |
3 | 3 | ||
4 | interface Efl.Canvas.Scene | 4 | interface @beta Efl.Canvas.Scene |
5 | { | 5 | { |
6 | [[Common interface for window and some internal classes in EFL.]] | 6 | [[Common interface for window and some internal classes in EFL.]] |
7 | methods { | 7 | methods { |
diff --git a/src/lib/efl/interfaces/efl_config.eo b/src/lib/efl/interfaces/efl_config.eo index 78a3f342e3..e6605d4282 100644 --- a/src/lib/efl/interfaces/efl_config.eo +++ b/src/lib/efl/interfaces/efl_config.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Config | 1 | interface @beta Efl.Config |
2 | { | 2 | { |
3 | [[A generic configuration interface, that holds key-value pairs.]] | 3 | [[A generic configuration interface, that holds key-value pairs.]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_container.eo b/src/lib/efl/interfaces/efl_container.eo index e7157ee0a7..c2f90d4e89 100644 --- a/src/lib/efl/interfaces/efl_container.eo +++ b/src/lib/efl/interfaces/efl_container.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Container | 1 | interface @beta Efl.Container |
2 | { | 2 | { |
3 | [[Common interface for objects that have multiple contents (sub objects). | 3 | [[Common interface for objects that have multiple contents (sub objects). |
4 | 4 | ||
diff --git a/src/lib/efl/interfaces/efl_content.eo b/src/lib/efl/interfaces/efl_content.eo index da2088d834..a5dbe43ef6 100644 --- a/src/lib/efl/interfaces/efl_content.eo +++ b/src/lib/efl/interfaces/efl_content.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Content | 1 | interface @beta Efl.Content |
2 | { | 2 | { |
3 | [[Common interface for objects that have a (single) content. | 3 | [[Common interface for objects that have a (single) content. |
4 | 4 | ||
diff --git a/src/lib/efl/interfaces/efl_control.eo b/src/lib/efl/interfaces/efl_control.eo index 39d327eef5..3382cc4392 100644 --- a/src/lib/efl/interfaces/efl_control.eo +++ b/src/lib/efl/interfaces/efl_control.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | /* FIXME: Rename */ | 1 | /* FIXME: Rename */ |
2 | 2 | ||
3 | interface Efl.Control { | 3 | interface @beta Efl.Control { |
4 | [[Efl control interface]] | 4 | [[Efl control interface]] |
5 | methods { | 5 | methods { |
6 | @property priority { | 6 | @property priority { |
diff --git a/src/lib/efl/interfaces/efl_duplicate.eo b/src/lib/efl/interfaces/efl_duplicate.eo index 1b71d803be..6419f35280 100644 --- a/src/lib/efl/interfaces/efl_duplicate.eo +++ b/src/lib/efl/interfaces/efl_duplicate.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Duplicate | 1 | interface @beta Efl.Duplicate |
2 | { | 2 | { |
3 | [[An interface for duplication of objects. | 3 | [[An interface for duplication of objects. |
4 | 4 | ||
diff --git a/src/lib/efl/interfaces/efl_file.eo b/src/lib/efl/interfaces/efl_file.eo index c9873f06da..8d98a004a4 100644 --- a/src/lib/efl/interfaces/efl_file.eo +++ b/src/lib/efl/interfaces/efl_file.eo | |||
@@ -1,7 +1,7 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | import efl_gfx_types; | 2 | import efl_gfx_types; |
3 | 3 | ||
4 | mixin Efl.File { | 4 | mixin @beta Efl.File { |
5 | [[Efl file interface]] | 5 | [[Efl file interface]] |
6 | methods { | 6 | methods { |
7 | @property load_error { | 7 | @property load_error { |
diff --git a/src/lib/efl/interfaces/efl_file_save.eo b/src/lib/efl/interfaces/efl_file_save.eo index 153b74b23e..3cdc234fff 100644 --- a/src/lib/efl/interfaces/efl_file_save.eo +++ b/src/lib/efl/interfaces/efl_file_save.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.File_Save { | 3 | interface @beta Efl.File_Save { |
4 | [[Efl file saving interface]] | 4 | [[Efl file saving interface]] |
5 | methods { | 5 | methods { |
6 | save @const { | 6 | save @const { |
diff --git a/src/lib/efl/interfaces/efl_gfx_blur.eo b/src/lib/efl/interfaces/efl_gfx_blur.eo index c69e7871fb..a3f2d5dac0 100644 --- a/src/lib/efl/interfaces/efl_gfx_blur.eo +++ b/src/lib/efl/interfaces/efl_gfx_blur.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Gfx.Blur | 1 | interface @beta Efl.Gfx.Blur |
2 | { | 2 | { |
3 | [[A simple API to apply blur effects. | 3 | [[A simple API to apply blur effects. |
4 | 4 | ||
diff --git a/src/lib/efl/interfaces/efl_gfx_buffer.eo b/src/lib/efl/interfaces/efl_gfx_buffer.eo index a4fa28cb98..795b6663bc 100644 --- a/src/lib/efl/interfaces/efl_gfx_buffer.eo +++ b/src/lib/efl/interfaces/efl_gfx_buffer.eo | |||
@@ -12,7 +12,7 @@ enum Efl.Gfx.Buffer_Access_Mode { | |||
12 | 12 | ||
13 | /* FIXME: YUV and other planar formats are not properly handled in this API! */ | 13 | /* FIXME: YUV and other planar formats are not properly handled in this API! */ |
14 | 14 | ||
15 | interface Efl.Gfx.Buffer | 15 | interface @beta Efl.Gfx.Buffer |
16 | { | 16 | { |
17 | [[Common APIs for all objects representing images and 2D pixel buffers.]] | 17 | [[Common APIs for all objects representing images and 2D pixel buffers.]] |
18 | 18 | ||
diff --git a/src/lib/efl/interfaces/efl_gfx_color.eo b/src/lib/efl/interfaces/efl_gfx_color.eo index d3c41e1e31..a72cae23db 100644 --- a/src/lib/efl/interfaces/efl_gfx_color.eo +++ b/src/lib/efl/interfaces/efl_gfx_color.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_gfx_types; | 1 | import efl_gfx_types; |
2 | 2 | ||
3 | mixin Efl.Gfx.Color | 3 | mixin @beta Efl.Gfx.Color |
4 | { | 4 | { |
5 | [[Efl Gfx Color mixin class]] | 5 | [[Efl Gfx Color mixin class]] |
6 | data: null; | 6 | data: null; |
diff --git a/src/lib/efl/interfaces/efl_gfx_color_class.eo b/src/lib/efl/interfaces/efl_gfx_color_class.eo index 990835dfce..51bade3d11 100644 --- a/src/lib/efl/interfaces/efl_gfx_color_class.eo +++ b/src/lib/efl/interfaces/efl_gfx_color_class.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_gfx_types; | 1 | import efl_gfx_types; |
2 | 2 | ||
3 | mixin Efl.Gfx.Color_Class | 3 | mixin @beta Efl.Gfx.Color_Class |
4 | { | 4 | { |
5 | [[Efl Gfx Color Class mixin class]] | 5 | [[Efl Gfx Color Class mixin class]] |
6 | data: null; | 6 | data: null; |
diff --git a/src/lib/efl/interfaces/efl_gfx_entity.eo b/src/lib/efl/interfaces/efl_gfx_entity.eo index 30131d6ba3..5f40f6f17a 100644 --- a/src/lib/efl/interfaces/efl_gfx_entity.eo +++ b/src/lib/efl/interfaces/efl_gfx_entity.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Gfx.Entity { | 3 | interface @beta Efl.Gfx.Entity { |
4 | [[Efl graphics interface]] | 4 | [[Efl graphics interface]] |
5 | eo_prefix: efl_gfx_entity; | 5 | eo_prefix: efl_gfx_entity; |
6 | methods { | 6 | methods { |
diff --git a/src/lib/efl/interfaces/efl_gfx_fill.eo b/src/lib/efl/interfaces/efl_gfx_fill.eo index 566f26daad..0cd438012d 100644 --- a/src/lib/efl/interfaces/efl_gfx_fill.eo +++ b/src/lib/efl/interfaces/efl_gfx_fill.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Gfx.Fill { | 3 | interface @beta Efl.Gfx.Fill { |
4 | [[Efl graphics fill interface]] | 4 | [[Efl graphics fill interface]] |
5 | methods { | 5 | methods { |
6 | @property fill_auto { | 6 | @property fill_auto { |
diff --git a/src/lib/efl/interfaces/efl_gfx_filter.eo b/src/lib/efl/interfaces/efl_gfx_filter.eo index 499a29c8de..5cee031f3f 100644 --- a/src/lib/efl/interfaces/efl_gfx_filter.eo +++ b/src/lib/efl/interfaces/efl_gfx_filter.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Gfx.Filter | 1 | interface @beta Efl.Gfx.Filter |
2 | { | 2 | { |
3 | [[Graphical filters can be applied to any object implementing this interface. | 3 | [[Graphical filters can be applied to any object implementing this interface. |
4 | 4 | ||
diff --git a/src/lib/efl/interfaces/efl_gfx_frame_controller.eo b/src/lib/efl/interfaces/efl_gfx_frame_controller.eo index f08026f2b4..b2a164ca23 100644 --- a/src/lib/efl/interfaces/efl_gfx_frame_controller.eo +++ b/src/lib/efl/interfaces/efl_gfx_frame_controller.eo | |||
@@ -8,7 +8,7 @@ enum Efl.Gfx.Frame_Controller_Loop_Hint { | |||
8 | pingpong = 2 [[Ping-pong bouncing loop: 1->2->3->2->1->2->3->1]] | 8 | pingpong = 2 [[Ping-pong bouncing loop: 1->2->3->2->1->2->3->1]] |
9 | } | 9 | } |
10 | 10 | ||
11 | interface Efl.Gfx.Frame_Controller | 11 | interface @beta Efl.Gfx.Frame_Controller |
12 | { | 12 | { |
13 | [[Efl frame controller of frame based animated object interface.]] | 13 | [[Efl frame controller of frame based animated object interface.]] |
14 | 14 | ||
diff --git a/src/lib/efl/interfaces/efl_gfx_gradient.eo b/src/lib/efl/interfaces/efl_gfx_gradient.eo index 311e873698..3622034a45 100644 --- a/src/lib/efl/interfaces/efl_gfx_gradient.eo +++ b/src/lib/efl/interfaces/efl_gfx_gradient.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_gfx_types; | 1 | import efl_gfx_types; |
2 | 2 | ||
3 | interface Efl.Gfx.Gradient | 3 | interface @beta Efl.Gfx.Gradient |
4 | { | 4 | { |
5 | [[Efl graphics gradient interface]] | 5 | [[Efl graphics gradient interface]] |
6 | eo_prefix: efl_gfx_gradient; | 6 | eo_prefix: efl_gfx_gradient; |
diff --git a/src/lib/efl/interfaces/efl_gfx_gradient_linear.eo b/src/lib/efl/interfaces/efl_gfx_gradient_linear.eo index ec7a9bfdfd..238e5d04a4 100644 --- a/src/lib/efl/interfaces/efl_gfx_gradient_linear.eo +++ b/src/lib/efl/interfaces/efl_gfx_gradient_linear.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Gfx.Gradient_Linear extends Efl.Gfx.Gradient | 1 | interface @beta Efl.Gfx.Gradient_Linear extends Efl.Gfx.Gradient |
2 | { | 2 | { |
3 | [[Efl graphics gradient linear interface]] | 3 | [[Efl graphics gradient linear interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_gfx_gradient_radial.eo b/src/lib/efl/interfaces/efl_gfx_gradient_radial.eo index 1b2d6bdf26..9cc3f3f069 100644 --- a/src/lib/efl/interfaces/efl_gfx_gradient_radial.eo +++ b/src/lib/efl/interfaces/efl_gfx_gradient_radial.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Gfx.Gradient_Radial extends Efl.Gfx.Gradient | 1 | interface @beta Efl.Gfx.Gradient_Radial extends Efl.Gfx.Gradient |
2 | { | 2 | { |
3 | [[Efl graphics gradient radial interface]] | 3 | [[Efl graphics gradient radial interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_gfx_image.eo b/src/lib/efl/interfaces/efl_gfx_image.eo index 4e8a23cdea..420bb8199d 100644 --- a/src/lib/efl/interfaces/efl_gfx_image.eo +++ b/src/lib/efl/interfaces/efl_gfx_image.eo | |||
@@ -40,7 +40,7 @@ enum Efl.Gfx.Image_Scale_Type | |||
40 | none [[Not scale the image]] | 40 | none [[Not scale the image]] |
41 | } | 41 | } |
42 | 42 | ||
43 | interface Efl.Gfx.Image | 43 | interface @beta Efl.Gfx.Image |
44 | { | 44 | { |
45 | [[Common APIs for all 2D images that can be rendered on the canvas.]] | 45 | [[Common APIs for all 2D images that can be rendered on the canvas.]] |
46 | 46 | ||
diff --git a/src/lib/efl/interfaces/efl_gfx_image_load_controller.eo b/src/lib/efl/interfaces/efl_gfx_image_load_controller.eo index 66ae1d4085..4771be1478 100644 --- a/src/lib/efl/interfaces/efl_gfx_image_load_controller.eo +++ b/src/lib/efl/interfaces/efl_gfx_image_load_controller.eo | |||
@@ -13,7 +13,7 @@ enum Efl.Gfx.Image_Load_Controller_State | |||
13 | } | 13 | } |
14 | */ | 14 | */ |
15 | 15 | ||
16 | interface Efl.Gfx.Image_Load_Controller | 16 | interface @beta Efl.Gfx.Image_Load_Controller |
17 | { | 17 | { |
18 | [[Common APIs for all loadable 2D images.]] | 18 | [[Common APIs for all loadable 2D images.]] |
19 | 19 | ||
diff --git a/src/lib/efl/interfaces/efl_gfx_path.eo b/src/lib/efl/interfaces/efl_gfx_path.eo index d60886e499..5f8e0baa59 100644 --- a/src/lib/efl/interfaces/efl_gfx_path.eo +++ b/src/lib/efl/interfaces/efl_gfx_path.eo | |||
@@ -1,7 +1,7 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | import efl_gfx_types; | 2 | import efl_gfx_types; |
3 | 3 | ||
4 | mixin Efl.Gfx.Path | 4 | mixin @beta Efl.Gfx.Path |
5 | { | 5 | { |
6 | [[EFL graphics path object interface]] | 6 | [[EFL graphics path object interface]] |
7 | methods { | 7 | methods { |
diff --git a/src/lib/efl/interfaces/efl_gfx_shape.eo b/src/lib/efl/interfaces/efl_gfx_shape.eo index 2dfb554e81..f71ec933ae 100644 --- a/src/lib/efl/interfaces/efl_gfx_shape.eo +++ b/src/lib/efl/interfaces/efl_gfx_shape.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_gfx_types; | 1 | import efl_gfx_types; |
2 | 2 | ||
3 | mixin Efl.Gfx.Shape extends Efl.Gfx.Path | 3 | mixin @beta Efl.Gfx.Shape extends Efl.Gfx.Path |
4 | { | 4 | { |
5 | [[EFL graphics shape object interface]] | 5 | [[EFL graphics shape object interface]] |
6 | methods { | 6 | methods { |
diff --git a/src/lib/efl/interfaces/efl_gfx_size_class.eo b/src/lib/efl/interfaces/efl_gfx_size_class.eo index a3e7fc96b2..4cf49ae70e 100644 --- a/src/lib/efl/interfaces/efl_gfx_size_class.eo +++ b/src/lib/efl/interfaces/efl_gfx_size_class.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Gfx.Size_Class | 1 | interface @beta Efl.Gfx.Size_Class |
2 | { | 2 | { |
3 | [[Efl Gfx Size Class interface]] | 3 | [[Efl Gfx Size Class interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_gfx_size_hint.eo b/src/lib/efl/interfaces/efl_gfx_size_hint.eo index 676cc04d37..af01fe08be 100644 --- a/src/lib/efl/interfaces/efl_gfx_size_hint.eo +++ b/src/lib/efl/interfaces/efl_gfx_size_hint.eo | |||
@@ -4,7 +4,7 @@ import efl_gfx_types; | |||
4 | const Efl.Gfx.Size_Hint_Expand: double = 1.0; | 4 | const Efl.Gfx.Size_Hint_Expand: double = 1.0; |
5 | [[Use with @Efl.Gfx.Size_Hint.hint_weight.]] | 5 | [[Use with @Efl.Gfx.Size_Hint.hint_weight.]] |
6 | 6 | ||
7 | interface Efl.Gfx.Size_Hint | 7 | interface @beta Efl.Gfx.Size_Hint |
8 | { | 8 | { |
9 | [[Efl graphics size hint interface]] | 9 | [[Efl graphics size hint interface]] |
10 | event_prefix: efl_gfx_entity; | 10 | event_prefix: efl_gfx_entity; |
diff --git a/src/lib/efl/interfaces/efl_gfx_stack.eo b/src/lib/efl/interfaces/efl_gfx_stack.eo index 515fa73a30..56bdde626f 100644 --- a/src/lib/efl/interfaces/efl_gfx_stack.eo +++ b/src/lib/efl/interfaces/efl_gfx_stack.eo | |||
@@ -1,7 +1,7 @@ | |||
1 | const Efl.Gfx.Stack_Layer_Min: short = -32768; [[bottom-most layer number]] | 1 | const Efl.Gfx.Stack_Layer_Min: short = -32768; [[bottom-most layer number]] |
2 | const Efl.Gfx.Stack_Layer_Max: short = 32767; [[top-most layer number]] | 2 | const Efl.Gfx.Stack_Layer_Max: short = 32767; [[top-most layer number]] |
3 | 3 | ||
4 | interface Efl.Gfx.Stack | 4 | interface @beta Efl.Gfx.Stack |
5 | { | 5 | { |
6 | [[Efl graphics stack interface]] | 6 | [[Efl graphics stack interface]] |
7 | event_prefix: efl_gfx_entity; | 7 | event_prefix: efl_gfx_entity; |
diff --git a/src/lib/efl/interfaces/efl_gfx_text_class.eo b/src/lib/efl/interfaces/efl_gfx_text_class.eo index bf2c5a1339..a3c7f3f20b 100644 --- a/src/lib/efl/interfaces/efl_gfx_text_class.eo +++ b/src/lib/efl/interfaces/efl_gfx_text_class.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_gfx_types; | 1 | import efl_gfx_types; |
2 | 2 | ||
3 | interface Efl.Gfx.Text_Class | 3 | interface @beta Efl.Gfx.Text_Class |
4 | { | 4 | { |
5 | [[Efl Gfx Text Class interface]] | 5 | [[Efl Gfx Text Class interface]] |
6 | methods { | 6 | methods { |
diff --git a/src/lib/efl/interfaces/efl_gfx_view.eo b/src/lib/efl/interfaces/efl_gfx_view.eo index 233175c6a2..f18d0dc52a 100644 --- a/src/lib/efl/interfaces/efl_gfx_view.eo +++ b/src/lib/efl/interfaces/efl_gfx_view.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Gfx.View | 3 | interface @beta Efl.Gfx.View |
4 | { | 4 | { |
5 | [[Efl graphics view interface]] | 5 | [[Efl graphics view interface]] |
6 | eo_prefix: efl_gfx; | 6 | eo_prefix: efl_gfx; |
diff --git a/src/lib/efl/interfaces/efl_input_device.eo b/src/lib/efl/interfaces/efl_input_device.eo index 91a0760bb5..86091a2d11 100644 --- a/src/lib/efl/interfaces/efl_input_device.eo +++ b/src/lib/efl/interfaces/efl_input_device.eo | |||
@@ -19,7 +19,7 @@ enum Efl.Input.Device_Type | |||
19 | @property canvas { values { canvas: Efl.Canvas; } } | 19 | @property canvas { values { canvas: Efl.Canvas; } } |
20 | */ | 20 | */ |
21 | 21 | ||
22 | class Efl.Input.Device extends Efl.Object | 22 | class @beta Efl.Input.Device extends Efl.Object |
23 | { | 23 | { |
24 | [[Represents a pointing device such as a touch finger, pen or mouse. | 24 | [[Represents a pointing device such as a touch finger, pen or mouse. |
25 | 25 | ||
diff --git a/src/lib/efl/interfaces/efl_interpolator.eo b/src/lib/efl/interfaces/efl_interpolator.eo index 870582ab6f..ba01e742d2 100644 --- a/src/lib/efl/interfaces/efl_interpolator.eo +++ b/src/lib/efl/interfaces/efl_interpolator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Interpolator | 1 | interface @beta Efl.Interpolator |
2 | { | 2 | { |
3 | [[Efl interpolator interface]] | 3 | [[Efl interpolator interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_io_buffer.eo b/src/lib/efl/interfaces/efl_io_buffer.eo index 230c2aa061..0f781d0bd0 100644 --- a/src/lib/efl/interfaces/efl_io_buffer.eo +++ b/src/lib/efl/interfaces/efl_io_buffer.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Io.Buffer extends Efl.Object implements Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer, Efl.Io.Sizer, Efl.Io.Positioner { | 1 | class @beta Efl.Io.Buffer extends Efl.Object implements Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer, Efl.Io.Sizer, Efl.Io.Positioner { |
2 | [[Generic In-memory buffer of data to be used as I/O. | 2 | [[Generic In-memory buffer of data to be used as I/O. |
3 | 3 | ||
4 | This class offers both input and output, which can be used at | 4 | This class offers both input and output, which can be used at |
diff --git a/src/lib/efl/interfaces/efl_io_closer.eo b/src/lib/efl/interfaces/efl_io_closer.eo index 2ba4323085..42be3284ba 100644 --- a/src/lib/efl/interfaces/efl_io_closer.eo +++ b/src/lib/efl/interfaces/efl_io_closer.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Io.Closer { | 3 | interface @beta Efl.Io.Closer { |
4 | [[Generic interface for objects that can close themselves. | 4 | [[Generic interface for objects that can close themselves. |
5 | 5 | ||
6 | This interface allows external objects to transparently close an | 6 | This interface allows external objects to transparently close an |
diff --git a/src/lib/efl/interfaces/efl_io_positioner.eo b/src/lib/efl/interfaces/efl_io_positioner.eo index 4b4033c670..ace155f400 100644 --- a/src/lib/efl/interfaces/efl_io_positioner.eo +++ b/src/lib/efl/interfaces/efl_io_positioner.eo | |||
@@ -7,7 +7,7 @@ enum Efl.Io.Positioner_Whence { | |||
7 | end, [[Seek from the end of stream/file]] | 7 | end, [[Seek from the end of stream/file]] |
8 | } | 8 | } |
9 | 9 | ||
10 | mixin Efl.Io.Positioner { | 10 | mixin @beta Efl.Io.Positioner { |
11 | [[Generic interface for objects that can change or report position. | 11 | [[Generic interface for objects that can change or report position. |
12 | 12 | ||
13 | @since 1.19 | 13 | @since 1.19 |
diff --git a/src/lib/efl/interfaces/efl_io_queue.eo b/src/lib/efl/interfaces/efl_io_queue.eo index c8c6f1e46c..39bc760c8e 100644 --- a/src/lib/efl/interfaces/efl_io_queue.eo +++ b/src/lib/efl/interfaces/efl_io_queue.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Io.Queue extends Efl.Object implements Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer { | 1 | class @beta Efl.Io.Queue extends Efl.Object implements Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Closer { |
2 | [[Generic In-memory queue of data to be used as I/O. | 2 | [[Generic In-memory queue of data to be used as I/O. |
3 | 3 | ||
4 | This class is to be used to receive temporary data using | 4 | This class is to be used to receive temporary data using |
diff --git a/src/lib/efl/interfaces/efl_io_reader.eo b/src/lib/efl/interfaces/efl_io_reader.eo index ccb3efe90f..0fa08b4798 100644 --- a/src/lib/efl/interfaces/efl_io_reader.eo +++ b/src/lib/efl/interfaces/efl_io_reader.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Io.Reader { | 3 | interface @beta Efl.Io.Reader { |
4 | [[Generic interface for objects that can read data into a provided memory. | 4 | [[Generic interface for objects that can read data into a provided memory. |
5 | 5 | ||
6 | This interface allows external objects to transparently monitor | 6 | This interface allows external objects to transparently monitor |
diff --git a/src/lib/efl/interfaces/efl_io_sizer.eo b/src/lib/efl/interfaces/efl_io_sizer.eo index a91cf665a1..9f358619e5 100644 --- a/src/lib/efl/interfaces/efl_io_sizer.eo +++ b/src/lib/efl/interfaces/efl_io_sizer.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | mixin Efl.Io.Sizer { | 3 | mixin @beta Efl.Io.Sizer { |
4 | [[Generic interface for objects that can resize or report size of themselves. | 4 | [[Generic interface for objects that can resize or report size of themselves. |
5 | 5 | ||
6 | This interface allows external objects to transparently resize | 6 | This interface allows external objects to transparently resize |
diff --git a/src/lib/efl/interfaces/efl_io_writer.eo b/src/lib/efl/interfaces/efl_io_writer.eo index 7e109cf372..295fe7c9e4 100644 --- a/src/lib/efl/interfaces/efl_io_writer.eo +++ b/src/lib/efl/interfaces/efl_io_writer.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Io.Writer { | 3 | interface @beta Efl.Io.Writer { |
4 | [[Generic interface for objects that can write data from a provided memory. | 4 | [[Generic interface for objects that can write data from a provided memory. |
5 | 5 | ||
6 | This interface allows external objects to transparently write | 6 | This interface allows external objects to transparently write |
diff --git a/src/lib/efl/interfaces/efl_model.eo b/src/lib/efl/interfaces/efl_model.eo index 72de91d809..48c4809aa8 100644 --- a/src/lib/efl/interfaces/efl_model.eo +++ b/src/lib/efl/interfaces/efl_model.eo | |||
@@ -13,7 +13,7 @@ struct Efl.Model_Children_Event { | |||
13 | the parent, it will be available here.]] | 13 | the parent, it will be available here.]] |
14 | } | 14 | } |
15 | 15 | ||
16 | interface Efl.Model | 16 | interface @beta Efl.Model |
17 | { | 17 | { |
18 | [[Efl model interface]] | 18 | [[Efl model interface]] |
19 | eo_prefix: efl_model; | 19 | eo_prefix: efl_model; |
diff --git a/src/lib/efl/interfaces/efl_observable.eo b/src/lib/efl/interfaces/efl_observable.eo index 4055217c51..cf31f41e48 100644 --- a/src/lib/efl/interfaces/efl_observable.eo +++ b/src/lib/efl/interfaces/efl_observable.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_types; | 1 | import efl_types; |
2 | 2 | ||
3 | class Efl.Observable extends Efl.Object { | 3 | class @beta Efl.Observable extends Efl.Object { |
4 | [[Efl observable class]] | 4 | [[Efl observable class]] |
5 | methods { | 5 | methods { |
6 | observer_add { | 6 | observer_add { |
diff --git a/src/lib/efl/interfaces/efl_observer.eo b/src/lib/efl/interfaces/efl_observer.eo index 38764f843d..82e91c2682 100644 --- a/src/lib/efl/interfaces/efl_observer.eo +++ b/src/lib/efl/interfaces/efl_observer.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Observer { | 1 | interface @beta Efl.Observer { |
2 | [[Efl observer interface]] | 2 | [[Efl observer interface]] |
3 | methods { | 3 | methods { |
4 | update { | 4 | update { |
diff --git a/src/lib/efl/interfaces/efl_orientation.eo b/src/lib/efl/interfaces/efl_orientation.eo index 4f83c25c97..8eb4f55b4a 100644 --- a/src/lib/efl/interfaces/efl_orientation.eo +++ b/src/lib/efl/interfaces/efl_orientation.eo | |||
@@ -28,7 +28,7 @@ enum Efl.Flip | |||
28 | vertical = 2 [[Flip image vertically]] | 28 | vertical = 2 [[Flip image vertically]] |
29 | } | 29 | } |
30 | 30 | ||
31 | interface Efl.Orientation | 31 | interface @beta Efl.Orientation |
32 | { | 32 | { |
33 | [[Efl orientation interface]] | 33 | [[Efl orientation interface]] |
34 | methods { | 34 | methods { |
diff --git a/src/lib/efl/interfaces/efl_pack.eo b/src/lib/efl/interfaces/efl_pack.eo index 012c9699eb..624a0004fe 100644 --- a/src/lib/efl/interfaces/efl_pack.eo +++ b/src/lib/efl/interfaces/efl_pack.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Pack extends Efl.Container | 1 | interface @beta Efl.Pack extends Efl.Container |
2 | { | 2 | { |
3 | [[API common to all UI container objects.]] | 3 | [[API common to all UI container objects.]] |
4 | methods | 4 | methods |
diff --git a/src/lib/efl/interfaces/efl_pack_layout.eo b/src/lib/efl/interfaces/efl_pack_layout.eo index 3b47fa37d7..2760886705 100644 --- a/src/lib/efl/interfaces/efl_pack_layout.eo +++ b/src/lib/efl/interfaces/efl_pack_layout.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Pack_Layout | 1 | interface @beta Efl.Pack_Layout |
2 | { | 2 | { |
3 | [[Low-level APIs for object that can lay their children out. | 3 | [[Low-level APIs for object that can lay their children out. |
4 | 4 | ||
diff --git a/src/lib/efl/interfaces/efl_pack_linear.eo b/src/lib/efl/interfaces/efl_pack_linear.eo index 5829c73d27..423c6cbb6c 100644 --- a/src/lib/efl/interfaces/efl_pack_linear.eo +++ b/src/lib/efl/interfaces/efl_pack_linear.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Pack_Linear extends Efl.Pack | 1 | interface @beta Efl.Pack_Linear extends Efl.Pack |
2 | { | 2 | { |
3 | [[API for containers ]] | 3 | [[API for containers ]] |
4 | eo_prefix: efl_pack; | 4 | eo_prefix: efl_pack; |
diff --git a/src/lib/efl/interfaces/efl_pack_table.eo b/src/lib/efl/interfaces/efl_pack_table.eo index 6b0bfd8b6e..ea88ca61da 100644 --- a/src/lib/efl/interfaces/efl_pack_table.eo +++ b/src/lib/efl/interfaces/efl_pack_table.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_ui_direction; | 1 | import efl_ui_direction; |
2 | 2 | ||
3 | interface Efl.Pack_Table extends Efl.Pack_Linear | 3 | interface @beta Efl.Pack_Table extends Efl.Pack_Linear |
4 | { | 4 | { |
5 | [[2D containers aligned on a table with rows and columns]] | 5 | [[2D containers aligned on a table with rows and columns]] |
6 | eo_prefix: efl_pack; | 6 | eo_prefix: efl_pack; |
diff --git a/src/lib/efl/interfaces/efl_part.eo b/src/lib/efl/interfaces/efl_part.eo index 1f37e7e4ab..04bfd2bc4f 100644 --- a/src/lib/efl/interfaces/efl_part.eo +++ b/src/lib/efl/interfaces/efl_part.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_object; | 1 | import efl_object; |
2 | 2 | ||
3 | interface Efl.Part | 3 | interface @beta Efl.Part |
4 | { | 4 | { |
5 | [[Interface for objects supporting named parts. | 5 | [[Interface for objects supporting named parts. |
6 | 6 | ||
diff --git a/src/lib/efl/interfaces/efl_playable.eo b/src/lib/efl/interfaces/efl_playable.eo index 56dbc9e51b..69df4235d9 100644 --- a/src/lib/efl/interfaces/efl_playable.eo +++ b/src/lib/efl/interfaces/efl_playable.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Playable | 1 | interface @beta Efl.Playable |
2 | { | 2 | { |
3 | [[Efl media playable interface]] | 3 | [[Efl media playable interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_player.eo b/src/lib/efl/interfaces/efl_player.eo index 0353b36752..5c3a32c6d7 100644 --- a/src/lib/efl/interfaces/efl_player.eo +++ b/src/lib/efl/interfaces/efl_player.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Player | 1 | interface @beta Efl.Player |
2 | { | 2 | { |
3 | [[Efl media player interface]] | 3 | [[Efl media player interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_screen.eo b/src/lib/efl/interfaces/efl_screen.eo index c779dcedce..ee1696f3d4 100644 --- a/src/lib/efl/interfaces/efl_screen.eo +++ b/src/lib/efl/interfaces/efl_screen.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Screen | 3 | interface @beta Efl.Screen |
4 | { | 4 | { |
5 | [[Efl screen interface]] | 5 | [[Efl screen interface]] |
6 | methods { | 6 | methods { |
diff --git a/src/lib/efl/interfaces/efl_text.eo b/src/lib/efl/interfaces/efl_text.eo index 13733b0d4e..8d0851048a 100644 --- a/src/lib/efl/interfaces/efl_text.eo +++ b/src/lib/efl/interfaces/efl_text.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Text | 1 | interface @beta Efl.Text |
2 | { | 2 | { |
3 | [[Efl text interface]] | 3 | [[Efl text interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_text_annotate.eo b/src/lib/efl/interfaces/efl_text_annotate.eo index f22209ec39..9dc5f6e003 100644 --- a/src/lib/efl/interfaces/efl_text_annotate.eo +++ b/src/lib/efl/interfaces/efl_text_annotate.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_text_types; | 1 | import efl_text_types; |
2 | 2 | ||
3 | interface Efl.Text_Annotate { | 3 | interface @beta Efl.Text_Annotate { |
4 | [[Cursor API | 4 | [[Cursor API |
5 | 5 | ||
6 | @since 1.20 | 6 | @since 1.20 |
diff --git a/src/lib/efl/interfaces/efl_text_cursor.eo b/src/lib/efl/interfaces/efl_text_cursor.eo index 87bba61bdd..855c49f207 100644 --- a/src/lib/efl/interfaces/efl_text_cursor.eo +++ b/src/lib/efl/interfaces/efl_text_cursor.eo | |||
@@ -22,7 +22,7 @@ enum Efl.Text_Cursor_Type | |||
22 | under [[Cursor type under]] | 22 | under [[Cursor type under]] |
23 | } | 23 | } |
24 | 24 | ||
25 | interface Efl.Text_Cursor { | 25 | interface @beta Efl.Text_Cursor { |
26 | [[Cursor API | 26 | [[Cursor API |
27 | 27 | ||
28 | @since 1.20 | 28 | @since 1.20 |
diff --git a/src/lib/efl/interfaces/efl_text_font.eo b/src/lib/efl/interfaces/efl_text_font.eo index 34e5dab22a..bcbc837439 100644 --- a/src/lib/efl/interfaces/efl_text_font.eo +++ b/src/lib/efl/interfaces/efl_text_font.eo | |||
@@ -49,7 +49,7 @@ enum Efl.Text_Font_Bitmap_Scalable { | |||
49 | color = (1 << 0), [[Enable scalable feature for color bitmap fonts.]] | 49 | color = (1 << 0), [[Enable scalable feature for color bitmap fonts.]] |
50 | } | 50 | } |
51 | 51 | ||
52 | interface Efl.Text_Font { | 52 | interface @beta Efl.Text_Font { |
53 | [[Font settings of the text | 53 | [[Font settings of the text |
54 | 54 | ||
55 | @since 1.20 | 55 | @since 1.20 |
diff --git a/src/lib/efl/interfaces/efl_text_format.eo b/src/lib/efl/interfaces/efl_text_format.eo index 0ec9c98240..04a99ac582 100644 --- a/src/lib/efl/interfaces/efl_text_format.eo +++ b/src/lib/efl/interfaces/efl_text_format.eo | |||
@@ -16,7 +16,7 @@ enum Efl.Text_Format_Horizontal_Alignment_Auto_Type { | |||
16 | end [[Text is places at opposite side of LTR/RTL (bidirectional) settings]] | 16 | end [[Text is places at opposite side of LTR/RTL (bidirectional) settings]] |
17 | } | 17 | } |
18 | 18 | ||
19 | interface Efl.Text_Format { | 19 | interface @beta Efl.Text_Format { |
20 | [[The look and layout of the text | 20 | [[The look and layout of the text |
21 | 21 | ||
22 | The text format can affect the geometry of the text object, as well as | 22 | The text format can affect the geometry of the text object, as well as |
diff --git a/src/lib/efl/interfaces/efl_text_markup.eo b/src/lib/efl/interfaces/efl_text_markup.eo index 7d6968445c..a12b0728b8 100644 --- a/src/lib/efl/interfaces/efl_text_markup.eo +++ b/src/lib/efl/interfaces/efl_text_markup.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Text_Markup { | 1 | interface @beta Efl.Text_Markup { |
2 | [[Markup data that populates the text object's style and format | 2 | [[Markup data that populates the text object's style and format |
3 | 3 | ||
4 | @since 1.21 | 4 | @since 1.21 |
diff --git a/src/lib/efl/interfaces/efl_text_markup_interactive.eo b/src/lib/efl/interfaces/efl_text_markup_interactive.eo index 4906d5931a..dc0a04af5d 100644 --- a/src/lib/efl/interfaces/efl_text_markup_interactive.eo +++ b/src/lib/efl/interfaces/efl_text_markup_interactive.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Text_Markup_Interactive extends Efl.Text_Cursor { | 1 | interface @beta Efl.Text_Markup_Interactive extends Efl.Text_Cursor { |
2 | [[Markup data that populates the text object's style and format | 2 | [[Markup data that populates the text object's style and format |
3 | 3 | ||
4 | @since 1.22 | 4 | @since 1.22 |
diff --git a/src/lib/efl/interfaces/efl_text_markup_util.eo b/src/lib/efl/interfaces/efl_text_markup_util.eo index 845694d489..f29d2f8d77 100644 --- a/src/lib/efl/interfaces/efl_text_markup_util.eo +++ b/src/lib/efl/interfaces/efl_text_markup_util.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Text_Markup_Util { | 1 | class @beta Efl.Text_Markup_Util { |
2 | [[Utility class for markup, such as conversions | 2 | [[Utility class for markup, such as conversions |
3 | 3 | ||
4 | @since 1.21. | 4 | @since 1.21. |
diff --git a/src/lib/efl/interfaces/efl_text_style.eo b/src/lib/efl/interfaces/efl_text_style.eo index 99552ac036..d6952cd53b 100644 --- a/src/lib/efl/interfaces/efl_text_style.eo +++ b/src/lib/efl/interfaces/efl_text_style.eo | |||
@@ -55,7 +55,7 @@ enum Efl.Text_Style_Underline_Type | |||
55 | dashed, [[Underlined with a dashed line]] | 55 | dashed, [[Underlined with a dashed line]] |
56 | } | 56 | } |
57 | 57 | ||
58 | interface Efl.Text_Style { | 58 | interface @beta Efl.Text_Style { |
59 | [[Style to apply to the text | 59 | [[Style to apply to the text |
60 | 60 | ||
61 | A style can be coloring, effects, underline, strikethrough etc. | 61 | A style can be coloring, effects, underline, strikethrough etc. |
diff --git a/src/lib/efl/interfaces/efl_ui_autorepeat.eo b/src/lib/efl/interfaces/efl_ui_autorepeat.eo index 5bcf451e5a..1c374a5172 100644 --- a/src/lib/efl/interfaces/efl_ui_autorepeat.eo +++ b/src/lib/efl/interfaces/efl_ui_autorepeat.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Autorepeat { | 1 | interface @beta Efl.Ui.Autorepeat { |
2 | [[Efl UI autorepeat interface]] | 2 | [[Efl UI autorepeat interface]] |
3 | eo_prefix: efl_ui; | 3 | eo_prefix: efl_ui; |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_ui_clickable.eo b/src/lib/efl/interfaces/efl_ui_clickable.eo index 869d5e3650..34da147875 100644 --- a/src/lib/efl/interfaces/efl_ui_clickable.eo +++ b/src/lib/efl/interfaces/efl_ui_clickable.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Clickable | 1 | interface @beta Efl.Ui.Clickable |
2 | { | 2 | { |
3 | [[Efl UI clickable interface]] | 3 | [[Efl UI clickable interface]] |
4 | event_prefix: efl_ui; | 4 | event_prefix: efl_ui; |
diff --git a/src/lib/efl/interfaces/efl_ui_direction.eo b/src/lib/efl/interfaces/efl_ui_direction.eo index 7e5aa74c0e..9a0ad01847 100644 --- a/src/lib/efl/interfaces/efl_ui_direction.eo +++ b/src/lib/efl/interfaces/efl_ui_direction.eo | |||
@@ -25,7 +25,7 @@ enum Efl.Ui.Dir | |||
25 | left = Efl.Ui.Dir.rtl, [[Left is an alias for RTL.]] | 25 | left = Efl.Ui.Dir.rtl, [[Left is an alias for RTL.]] |
26 | } | 26 | } |
27 | 27 | ||
28 | interface Efl.Ui.Direction | 28 | interface @beta Efl.Ui.Direction |
29 | { | 29 | { |
30 | [[EFL UI object direction interface]] | 30 | [[EFL UI object direction interface]] |
31 | methods { | 31 | methods { |
diff --git a/src/lib/efl/interfaces/efl_ui_direction_readonly.eo b/src/lib/efl/interfaces/efl_ui_direction_readonly.eo index 900b990c49..aaba2d45c5 100644 --- a/src/lib/efl/interfaces/efl_ui_direction_readonly.eo +++ b/src/lib/efl/interfaces/efl_ui_direction_readonly.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Ui.Direction_Readonly extends Efl.Ui.Direction | 1 | mixin @beta Efl.Ui.Direction_Readonly extends Efl.Ui.Direction |
2 | { | 2 | { |
3 | implements { | 3 | implements { |
4 | Efl.Ui.Direction.direction { set; [[This will always print and error that this is a readonly object]]} | 4 | Efl.Ui.Direction.direction { set; [[This will always print and error that this is a readonly object]]} |
diff --git a/src/lib/efl/interfaces/efl_ui_drag.eo b/src/lib/efl/interfaces/efl_ui_drag.eo index dedcb348f1..acc1304cdc 100644 --- a/src/lib/efl/interfaces/efl_ui_drag.eo +++ b/src/lib/efl/interfaces/efl_ui_drag.eo | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | import efl_ui_types; | 3 | import efl_ui_types; |
4 | 4 | ||
5 | interface Efl.Ui.Drag | 5 | interface @beta Efl.Ui.Drag |
6 | { | 6 | { |
7 | [[Common interface for draggable objects and parts. | 7 | [[Common interface for draggable objects and parts. |
8 | 8 | ||
diff --git a/src/lib/efl/interfaces/efl_ui_draggable.eo b/src/lib/efl/interfaces/efl_ui_draggable.eo index a202a3e434..3cd939667b 100644 --- a/src/lib/efl/interfaces/efl_ui_draggable.eo +++ b/src/lib/efl/interfaces/efl_ui_draggable.eo | |||
@@ -1,5 +1,5 @@ | |||
1 | /* FIXME: Edje Drag and this Dnd Draggable have confusingly similar names! */ | 1 | /* FIXME: Edje Drag and this Dnd Draggable have confusingly similar names! */ |
2 | interface Efl.Ui.Draggable | 2 | interface @beta Efl.Ui.Draggable |
3 | { | 3 | { |
4 | [[Efl UI draggable interface]] | 4 | [[Efl UI draggable interface]] |
5 | event_prefix: efl_ui; | 5 | event_prefix: efl_ui; |
diff --git a/src/lib/efl/interfaces/efl_ui_factory.eo b/src/lib/efl/interfaces/efl_ui_factory.eo index 7b4356a04b..6f6735a6d9 100644 --- a/src/lib/efl/interfaces/efl_ui_factory.eo +++ b/src/lib/efl/interfaces/efl_ui_factory.eo | |||
@@ -4,7 +4,7 @@ struct Efl.Ui.Factory_Item_Created_Event { | |||
4 | item: Efl.Gfx.Entity; [[The item that was just created.]] | 4 | item: Efl.Gfx.Entity; [[The item that was just created.]] |
5 | } | 5 | } |
6 | 6 | ||
7 | interface Efl.Ui.Factory extends Efl.Ui.Property_Bind, Efl.Ui.Factory_Bind | 7 | interface @beta Efl.Ui.Factory extends Efl.Ui.Property_Bind, Efl.Ui.Factory_Bind |
8 | { | 8 | { |
9 | [[Efl UI factory interface]] | 9 | [[Efl UI factory interface]] |
10 | methods { | 10 | methods { |
diff --git a/src/lib/efl/interfaces/efl_ui_factory_bind.eo b/src/lib/efl/interfaces/efl_ui_factory_bind.eo index 0e36b44f05..d26832453f 100644 --- a/src/lib/efl/interfaces/efl_ui_factory_bind.eo +++ b/src/lib/efl/interfaces/efl_ui_factory_bind.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Factory_Bind | 1 | interface @beta Efl.Ui.Factory_Bind |
2 | { | 2 | { |
3 | [[Efl UI Property interface. | 3 | [[Efl UI Property interface. |
4 | view object can have @Efl.Model and need to set cotent with those model stored data. | 4 | view object can have @Efl.Model and need to set cotent with those model stored data. |
diff --git a/src/lib/efl/interfaces/efl_ui_format.eo b/src/lib/efl/interfaces/efl_ui_format.eo index e78478e8bd..07e51ce28e 100644 --- a/src/lib/efl/interfaces/efl_ui_format.eo +++ b/src/lib/efl/interfaces/efl_ui_format.eo | |||
@@ -6,7 +6,7 @@ function Efl.Ui.Format_Func_Cb { | |||
6 | } | 6 | } |
7 | }; | 7 | }; |
8 | 8 | ||
9 | mixin Efl.Ui.Format | 9 | mixin @beta Efl.Ui.Format |
10 | { | 10 | { |
11 | [[interface class for format_func]] | 11 | [[interface class for format_func]] |
12 | methods { | 12 | methods { |
diff --git a/src/lib/efl/interfaces/efl_ui_i18n.eo b/src/lib/efl/interfaces/efl_ui_i18n.eo index 3dffa16c1e..ece81f6314 100644 --- a/src/lib/efl/interfaces/efl_ui_i18n.eo +++ b/src/lib/efl/interfaces/efl_ui_i18n.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.I18n | 1 | interface @beta Efl.Ui.I18n |
2 | { | 2 | { |
3 | [[A common Internationalization interface for UI objects.]] | 3 | [[A common Internationalization interface for UI objects.]] |
4 | eo_prefix: efl_ui; | 4 | eo_prefix: efl_ui; |
diff --git a/src/lib/efl/interfaces/efl_ui_menu.eo b/src/lib/efl/interfaces/efl_ui_menu.eo index be4b6cb82f..699790ab49 100644 --- a/src/lib/efl/interfaces/efl_ui_menu.eo +++ b/src/lib/efl/interfaces/efl_ui_menu.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Menu { | 1 | interface @beta Efl.Ui.Menu { |
2 | [[Efl UI menu interface]] | 2 | [[Efl UI menu interface]] |
3 | legacy_prefix: null; | 3 | legacy_prefix: null; |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_ui_multi_selectable.eo b/src/lib/efl/interfaces/efl_ui_multi_selectable.eo index f8a95afeed..90c825f223 100644 --- a/src/lib/efl/interfaces/efl_ui_multi_selectable.eo +++ b/src/lib/efl/interfaces/efl_ui_multi_selectable.eo | |||
@@ -9,7 +9,7 @@ enum Efl.Ui.Select_Mode { | |||
9 | none [[Last value of select mode. child cannot be selected at all.]] | 9 | none [[Last value of select mode. child cannot be selected at all.]] |
10 | } | 10 | } |
11 | 11 | ||
12 | interface Efl.Ui.Multi_Selectable | 12 | interface @beta Efl.Ui.Multi_Selectable |
13 | { | 13 | { |
14 | [[Efl UI Multi selectable interface. | 14 | [[Efl UI Multi selectable interface. |
15 | The container have to control select property of multiple chidren.]] | 15 | The container have to control select property of multiple chidren.]] |
diff --git a/src/lib/efl/interfaces/efl_ui_property_bind.eo b/src/lib/efl/interfaces/efl_ui_property_bind.eo index e709bd87c7..54ce4d9d26 100644 --- a/src/lib/efl/interfaces/efl_ui_property_bind.eo +++ b/src/lib/efl/interfaces/efl_ui_property_bind.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Property_Bind | 1 | interface @beta Efl.Ui.Property_Bind |
2 | { | 2 | { |
3 | [[Efl UI Property_Bind interface. | 3 | [[Efl UI Property_Bind interface. |
4 | view object can have @Efl.Model to manage the data, | 4 | view object can have @Efl.Model to manage the data, |
diff --git a/src/lib/efl/interfaces/efl_ui_range_display.eo b/src/lib/efl/interfaces/efl_ui_range_display.eo index 3a3891d5c4..ca9d2c1e1b 100644 --- a/src/lib/efl/interfaces/efl_ui_range_display.eo +++ b/src/lib/efl/interfaces/efl_ui_range_display.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Range_Display | 1 | interface @beta Efl.Ui.Range_Display |
2 | { | 2 | { |
3 | [[Interface that contains properties regarding the displaying of a range.]] | 3 | [[Interface that contains properties regarding the displaying of a range.]] |
4 | eo_prefix: efl_ui_range; | 4 | eo_prefix: efl_ui_range; |
diff --git a/src/lib/efl/interfaces/efl_ui_range_interactive.eo b/src/lib/efl/interfaces/efl_ui_range_interactive.eo index d7114e8073..a7af8c8c8f 100644 --- a/src/lib/efl/interfaces/efl_ui_range_interactive.eo +++ b/src/lib/efl/interfaces/efl_ui_range_interactive.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Range_Interactive extends Efl.Ui.Range_Display | 1 | interface @beta Efl.Ui.Range_Interactive extends Efl.Ui.Range_Display |
2 | { | 2 | { |
3 | [[Interface that extends the normal displaying properties with usage properties. | 3 | [[Interface that extends the normal displaying properties with usage properties. |
4 | 4 | ||
diff --git a/src/lib/efl/interfaces/efl_ui_scrollable.eo b/src/lib/efl/interfaces/efl_ui_scrollable.eo index b1284e5cd6..3b30a25ccb 100644 --- a/src/lib/efl/interfaces/efl_ui_scrollable.eo +++ b/src/lib/efl/interfaces/efl_ui_scrollable.eo | |||
@@ -12,7 +12,7 @@ enum Efl.Ui.Scroll_Block | |||
12 | horizontal = 2 [[Block horizontal movement.]] | 12 | horizontal = 2 [[Block horizontal movement.]] |
13 | } | 13 | } |
14 | 14 | ||
15 | interface Efl.Ui.Scrollable | 15 | interface @beta Efl.Ui.Scrollable |
16 | { | 16 | { |
17 | [[Efl UI scrollable interface]] | 17 | [[Efl UI scrollable interface]] |
18 | event_prefix: efl_ui; | 18 | event_prefix: efl_ui; |
diff --git a/src/lib/efl/interfaces/efl_ui_scrollable_interactive.eo b/src/lib/efl/interfaces/efl_ui_scrollable_interactive.eo index 3e72ba4853..c5bbc1cceb 100644 --- a/src/lib/efl/interfaces/efl_ui_scrollable_interactive.eo +++ b/src/lib/efl/interfaces/efl_ui_scrollable_interactive.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | interface Efl.Ui.Scrollable_Interactive extends Efl.Ui.Scrollable | 3 | interface @beta Efl.Ui.Scrollable_Interactive extends Efl.Ui.Scrollable |
4 | { | 4 | { |
5 | eo_prefix: efl_ui_scrollable; | 5 | eo_prefix: efl_ui_scrollable; |
6 | methods { | 6 | methods { |
diff --git a/src/lib/efl/interfaces/efl_ui_scrollbar.eo b/src/lib/efl/interfaces/efl_ui_scrollbar.eo index 46e1bad5fe..18b9e05d8b 100644 --- a/src/lib/efl/interfaces/efl_ui_scrollbar.eo +++ b/src/lib/efl/interfaces/efl_ui_scrollbar.eo | |||
@@ -12,7 +12,7 @@ enum Efl.Ui.Scrollbar_Direction | |||
12 | vertical, | 12 | vertical, |
13 | last | 13 | last |
14 | } | 14 | } |
15 | interface Efl.Ui.Scrollbar | 15 | interface @beta Efl.Ui.Scrollbar |
16 | { | 16 | { |
17 | methods { | 17 | methods { |
18 | @property bar_mode { | 18 | @property bar_mode { |
diff --git a/src/lib/efl/interfaces/efl_ui_selectable.eo b/src/lib/efl/interfaces/efl_ui_selectable.eo index 2d67ac018f..770e5e2132 100644 --- a/src/lib/efl/interfaces/efl_ui_selectable.eo +++ b/src/lib/efl/interfaces/efl_ui_selectable.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Selectable | 1 | interface @beta Efl.Ui.Selectable |
2 | { | 2 | { |
3 | [[Efl UI selectable interface]] | 3 | [[Efl UI selectable interface]] |
4 | event_prefix: efl_ui; | 4 | event_prefix: efl_ui; |
diff --git a/src/lib/efl/interfaces/efl_ui_view.eo b/src/lib/efl/interfaces/efl_ui_view.eo index 144b2fa660..33919d5c96 100644 --- a/src/lib/efl/interfaces/efl_ui_view.eo +++ b/src/lib/efl/interfaces/efl_ui_view.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.View | 1 | interface @beta Efl.Ui.View |
2 | { | 2 | { |
3 | [[Efl UI view interface]] | 3 | [[Efl UI view interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/efl/interfaces/efl_ui_zoom.eo b/src/lib/efl/interfaces/efl_ui_zoom.eo index d719d3bfae..c053aec1b4 100644 --- a/src/lib/efl/interfaces/efl_ui_zoom.eo +++ b/src/lib/efl/interfaces/efl_ui_zoom.eo | |||
@@ -9,7 +9,7 @@ enum Efl.Ui.Zoom_Mode | |||
9 | last [[Sentinel value to indicate last enum field during iteration]] | 9 | last [[Sentinel value to indicate last enum field during iteration]] |
10 | } | 10 | } |
11 | 11 | ||
12 | interface Efl.Ui.Zoom | 12 | interface @beta Efl.Ui.Zoom |
13 | { | 13 | { |
14 | [[Efl UI zoom interface]] | 14 | [[Efl UI zoom interface]] |
15 | event_prefix: efl_ui; | 15 | event_prefix: efl_ui; |
diff --git a/src/lib/eio/efl_io_manager.eo b/src/lib/eio/efl_io_manager.eo index 9ac9e637c9..8213591b87 100644 --- a/src/lib/eio/efl_io_manager.eo +++ b/src/lib/eio/efl_io_manager.eo | |||
@@ -21,7 +21,7 @@ function EflIoDirectInfo { | |||
21 | } | 21 | } |
22 | }; | 22 | }; |
23 | 23 | ||
24 | class Efl.Io.Manager extends Efl.Loop_Consumer | 24 | class @beta Efl.Io.Manager extends Efl.Loop_Consumer |
25 | { | 25 | { |
26 | [[Class representing an asynchronous file operation.]] | 26 | [[Class representing an asynchronous file operation.]] |
27 | 27 | ||
diff --git a/src/lib/eio/efl_io_model.eo b/src/lib/eio/efl_io_model.eo index 9939a80f51..0d881fe6e2 100644 --- a/src/lib/eio/efl_io_model.eo +++ b/src/lib/eio/efl_io_model.eo | |||
@@ -9,7 +9,7 @@ function EflIoFilter { | |||
9 | return: int; | 9 | return: int; |
10 | }; | 10 | }; |
11 | 11 | ||
12 | class Efl.Io.Model extends Efl.Loop_Model | 12 | class @beta Efl.Io.Model extends Efl.Loop_Model |
13 | { | 13 | { |
14 | [[Efl Io model class]] | 14 | [[Efl Io model class]] |
15 | 15 | ||
diff --git a/src/lib/elementary/efl_access_action.eo b/src/lib/elementary/efl_access_action.eo index 073a7a2f1b..94804b5081 100644 --- a/src/lib/elementary/efl_access_action.eo +++ b/src/lib/elementary/efl_access_action.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_ui; | 1 | import efl_ui; |
2 | 2 | ||
3 | mixin Efl.Access.Action | 3 | mixin @beta Efl.Access.Action |
4 | { | 4 | { |
5 | [[Accessible action mixin]] | 5 | [[Accessible action mixin]] |
6 | data: null; | 6 | data: null; |
diff --git a/src/lib/elementary/efl_access_component.eo b/src/lib/elementary/efl_access_component.eo index 3b5f561191..b18921b3fd 100644 --- a/src/lib/elementary/efl_access_component.eo +++ b/src/lib/elementary/efl_access_component.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | mixin Efl.Access.Component extends Efl.Gfx.Entity, Efl.Gfx.Stack | 3 | mixin @beta Efl.Access.Component extends Efl.Gfx.Entity, Efl.Gfx.Stack |
4 | { | 4 | { |
5 | [[AT-SPI component mixin]] | 5 | [[AT-SPI component mixin]] |
6 | data: null; | 6 | data: null; |
diff --git a/src/lib/elementary/efl_access_editable_text.eo b/src/lib/elementary/efl_access_editable_text.eo index 126d8f7821..e780f0576f 100644 --- a/src/lib/elementary/efl_access_editable_text.eo +++ b/src/lib/elementary/efl_access_editable_text.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Access.Editable.Text | 1 | interface @beta Efl.Access.Editable.Text |
2 | { | 2 | { |
3 | [[Elementary editable text interface]] | 3 | [[Elementary editable text interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_access_object.eo b/src/lib/elementary/efl_access_object.eo index 9a11511a9b..26ebcca586 100644 --- a/src/lib/elementary/efl_access_object.eo +++ b/src/lib/elementary/efl_access_object.eo | |||
@@ -239,7 +239,7 @@ struct Efl.Access.Relation | |||
239 | objects: list<Efl.Object>; [[List with relation objects]] | 239 | objects: list<Efl.Object>; [[List with relation objects]] |
240 | } | 240 | } |
241 | 241 | ||
242 | mixin Efl.Access.Object requires Efl.Object | 242 | mixin @beta Efl.Access.Object requires Efl.Object |
243 | { | 243 | { |
244 | [[Accessibility accessible mixin]] | 244 | [[Accessibility accessible mixin]] |
245 | eo_prefix: efl_access_object; | 245 | eo_prefix: efl_access_object; |
diff --git a/src/lib/elementary/efl_access_selection.eo b/src/lib/elementary/efl_access_selection.eo index ca9c4f085b..4f199ff73a 100644 --- a/src/lib/elementary/efl_access_selection.eo +++ b/src/lib/elementary/efl_access_selection.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Access.Selection | 1 | interface @beta Efl.Access.Selection |
2 | { | 2 | { |
3 | [[Elementary access selection interface]] | 3 | [[Elementary access selection interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_access_text.eo b/src/lib/elementary/efl_access_text.eo index 6226af90ee..d49e0d372b 100644 --- a/src/lib/elementary/efl_access_text.eo +++ b/src/lib/elementary/efl_access_text.eo | |||
@@ -44,7 +44,7 @@ struct Efl.Access.Text_Change_Info | |||
44 | len: size; [[Change length]] | 44 | len: size; [[Change length]] |
45 | } | 45 | } |
46 | 46 | ||
47 | interface Efl.Access.Text | 47 | interface @beta Efl.Access.Text |
48 | { | 48 | { |
49 | [[Elementary accessible text interface]] | 49 | [[Elementary accessible text interface]] |
50 | methods { | 50 | methods { |
diff --git a/src/lib/elementary/efl_access_value.eo b/src/lib/elementary/efl_access_value.eo index 43d6d219b8..4ab0a7b35e 100644 --- a/src/lib/elementary/efl_access_value.eo +++ b/src/lib/elementary/efl_access_value.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Access.Value | 1 | interface @beta Efl.Access.Value |
2 | { | 2 | { |
3 | [[Elementary Access value interface]] | 3 | [[Elementary Access value interface]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_access_widget_action.eo b/src/lib/elementary/efl_access_widget_action.eo index da381591af..58f795948f 100644 --- a/src/lib/elementary/efl_access_widget_action.eo +++ b/src/lib/elementary/efl_access_widget_action.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_ui; | 1 | import efl_ui; |
2 | 2 | ||
3 | mixin Efl.Access.Widget.Action extends Efl.Access.Action | 3 | mixin @beta Efl.Access.Widget.Action extends Efl.Access.Action |
4 | { | 4 | { |
5 | [[Access widget action mixin]] | 5 | [[Access widget action mixin]] |
6 | data: null; | 6 | data: null; |
diff --git a/src/lib/elementary/efl_access_window.eo b/src/lib/elementary/efl_access_window.eo index 9422b1b5a0..12c00a81ef 100644 --- a/src/lib/elementary/efl_access_window.eo +++ b/src/lib/elementary/efl_access_window.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Access.Window | 1 | interface @beta Efl.Access.Window |
2 | { | 2 | { |
3 | [[Elementary accessible window interface]] | 3 | [[Elementary accessible window interface]] |
4 | events { | 4 | events { |
diff --git a/src/lib/elementary/efl_config_global.eo b/src/lib/elementary/efl_config_global.eo index aba9adedb4..5ec518a8a6 100644 --- a/src/lib/elementary/efl_config_global.eo +++ b/src/lib/elementary/efl_config_global.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Config_Global extends Efl.Object implements Efl.Config | 1 | class @beta Efl.Config_Global extends Efl.Object implements Efl.Config |
2 | { | 2 | { |
3 | [[This class is a singleton representing the global configuration for the | 3 | [[This class is a singleton representing the global configuration for the |
4 | running application. | 4 | running application. |
diff --git a/src/lib/elementary/efl_datetime_manager.eo b/src/lib/elementary/efl_datetime_manager.eo index 194c6bd546..3368fdcdc5 100644 --- a/src/lib/elementary/efl_datetime_manager.eo +++ b/src/lib/elementary/efl_datetime_manager.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_types; | 1 | import efl_types; |
2 | 2 | ||
3 | class Efl.Datetime.Manager extends Efl.Object | 3 | class @beta Efl.Datetime.Manager extends Efl.Object |
4 | { | 4 | { |
5 | [[Efl datetime manager class for Datepicker and Timepicker]] | 5 | [[Efl datetime manager class for Datepicker and Timepicker]] |
6 | methods { | 6 | methods { |
diff --git a/src/lib/elementary/efl_page_indicator.eo b/src/lib/elementary/efl_page_indicator.eo index a3602438cb..be03c56433 100644 --- a/src/lib/elementary/efl_page_indicator.eo +++ b/src/lib/elementary/efl_page_indicator.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Page.Indicator extends Efl.Object | 1 | class @beta Efl.Page.Indicator extends Efl.Object |
2 | { | 2 | { |
3 | [[Page indicator | 3 | [[Page indicator |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_page_indicator_icon.eo b/src/lib/elementary/efl_page_indicator_icon.eo index d6b8ec93f1..1af3bdc397 100644 --- a/src/lib/elementary/efl_page_indicator_icon.eo +++ b/src/lib/elementary/efl_page_indicator_icon.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Page.Indicator_Icon extends Efl.Page.Indicator | 1 | class @beta Efl.Page.Indicator_Icon extends Efl.Page.Indicator |
2 | { | 2 | { |
3 | [[Icon type page indicator | 3 | [[Icon type page indicator |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_page_transition.eo b/src/lib/elementary/efl_page_transition.eo index bf67b7ea7b..5f97951b0e 100644 --- a/src/lib/elementary/efl_page_transition.eo +++ b/src/lib/elementary/efl_page_transition.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Page.Transition extends Efl.Object | 1 | class @beta Efl.Page.Transition extends Efl.Object |
2 | { | 2 | { |
3 | [[Page transition for @Efl.Ui.Pager | 3 | [[Page transition for @Efl.Ui.Pager |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_page_transition_scroll.eo b/src/lib/elementary/efl_page_transition_scroll.eo index 2575a507fe..e9af63b224 100644 --- a/src/lib/elementary/efl_page_transition_scroll.eo +++ b/src/lib/elementary/efl_page_transition_scroll.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Page.Transition_Scroll extends Efl.Page.Transition | 1 | class @beta Efl.Page.Transition_Scroll extends Efl.Page.Transition |
2 | { | 2 | { |
3 | [[Page transition for @Efl.Ui.Pager | 3 | [[Page transition for @Efl.Ui.Pager |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_text_interactive.eo b/src/lib/elementary/efl_text_interactive.eo index 0cb4d6f766..8d2d444a34 100644 --- a/src/lib/elementary/efl_text_interactive.eo +++ b/src/lib/elementary/efl_text_interactive.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_text_types; | 1 | import efl_text_types; |
2 | 2 | ||
3 | interface Efl.Text_Interactive extends Efl.Text, Efl.Text_Font, | 3 | interface @beta Efl.Text_Interactive extends Efl.Text, Efl.Text_Font, |
4 | Efl.Text_Format, Efl.Text_Style | 4 | Efl.Text_Format, Efl.Text_Style |
5 | { | 5 | { |
6 | [[This is an interface interactive text inputs should implement]] | 6 | [[This is an interface interactive text inputs should implement]] |
diff --git a/src/lib/elementary/efl_ui_alert_popup.eo b/src/lib/elementary/efl_ui_alert_popup.eo index fdcb6eb86f..9b2e911592 100644 --- a/src/lib/elementary/efl_ui_alert_popup.eo +++ b/src/lib/elementary/efl_ui_alert_popup.eo | |||
@@ -10,7 +10,7 @@ struct Efl.Ui.Alert_Popup_Button_Clicked_Event { | |||
10 | button_type: Efl.Ui.Alert_Popup_Button; [[Clicked button type]] | 10 | button_type: Efl.Ui.Alert_Popup_Button; [[Clicked button type]] |
11 | } | 11 | } |
12 | 12 | ||
13 | class Efl.Ui.Alert_Popup extends Efl.Ui.Popup | 13 | class @beta Efl.Ui.Alert_Popup extends Efl.Ui.Popup |
14 | { | 14 | { |
15 | [[EFL UI Alert Popup class]] | 15 | [[EFL UI Alert Popup class]] |
16 | methods { | 16 | methods { |
diff --git a/src/lib/elementary/efl_ui_alert_popup_part.eo b/src/lib/elementary/efl_ui_alert_popup_part.eo index 41e00d05c7..b5860a99ff 100644 --- a/src/lib/elementary/efl_ui_alert_popup_part.eo +++ b/src/lib/elementary/efl_ui_alert_popup_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Alert_Popup_Part extends Efl.Ui.Layout_Part_Text | 1 | class @beta Efl.Ui.Alert_Popup_Part extends Efl.Ui.Layout_Part_Text |
2 | { | 2 | { |
3 | [[Efl UI Alert Popup internal part class]] | 3 | [[Efl UI Alert Popup internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_anchor_popup.eo b/src/lib/elementary/efl_ui_anchor_popup.eo index 1f8ab61651..85b81c80e3 100644 --- a/src/lib/elementary/efl_ui_anchor_popup.eo +++ b/src/lib/elementary/efl_ui_anchor_popup.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Anchor_Popup extends Efl.Ui.Popup | 1 | class @beta Efl.Ui.Anchor_Popup extends Efl.Ui.Popup |
2 | { | 2 | { |
3 | [[EFL UI Anchor Popup class]] | 3 | [[EFL UI Anchor Popup class]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_ui_average_model.eo b/src/lib/elementary/efl_ui_average_model.eo index 16831e7af6..98d97598f8 100644 --- a/src/lib/elementary/efl_ui_average_model.eo +++ b/src/lib/elementary/efl_ui_average_model.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Average_Model extends Efl.Ui.Exact_Model | 1 | class @beta Efl.Ui.Average_Model extends Efl.Ui.Exact_Model |
2 | { | 2 | { |
3 | [[Class to be used to store object item size for List/Grid View. | 3 | [[Class to be used to store object item size for List/Grid View. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_bg.eo b/src/lib/elementary/efl_ui_bg.eo index 26b16437ab..b928549fef 100644 --- a/src/lib/elementary/efl_ui_bg.eo +++ b/src/lib/elementary/efl_ui_bg.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Bg extends Efl.Ui.Layout implements Efl.Gfx.Color, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller | 1 | class @beta Efl.Ui.Bg extends Efl.Ui.Layout implements Efl.Gfx.Color, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller |
2 | { | 2 | { |
3 | [[The bg (background) widget is used for setting (solid) background decorations | 3 | [[The bg (background) widget is used for setting (solid) background decorations |
4 | for a window (unless it has transparency enabled) or for any container object. It | 4 | for a window (unless it has transparency enabled) or for any container object. It |
diff --git a/src/lib/elementary/efl_ui_bg_legacy.eo b/src/lib/elementary/efl_ui_bg_legacy.eo index 7ab9aab3b4..cc681b0b8e 100644 --- a/src/lib/elementary/efl_ui_bg_legacy.eo +++ b/src/lib/elementary/efl_ui_bg_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Bg_Legacy extends Efl.Ui.Bg implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Bg_Legacy extends Efl.Ui.Bg implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[The bg (background) widget is used for setting (solid) background decorations | 3 | [[The bg (background) widget is used for setting (solid) background decorations |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_box.eo b/src/lib/elementary/efl_ui_box.eo index fddf253d90..164bdb8879 100644 --- a/src/lib/elementary/efl_ui_box.eo +++ b/src/lib/elementary/efl_ui_box.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Box extends Efl.Ui.Widget implements Efl.Pack_Linear, Efl.Pack_Layout, | 1 | class @beta Efl.Ui.Box extends Efl.Ui.Widget implements Efl.Pack_Linear, Efl.Pack_Layout, |
2 | Efl.Ui.Direction | 2 | Efl.Ui.Direction |
3 | { | 3 | { |
4 | [[The box widget. | 4 | [[The box widget. |
diff --git a/src/lib/elementary/efl_ui_box_flow.eo b/src/lib/elementary/efl_ui_box_flow.eo index 82e5bdbdfe..3ba120b6fb 100644 --- a/src/lib/elementary/efl_ui_box_flow.eo +++ b/src/lib/elementary/efl_ui_box_flow.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Box_Flow extends Efl.Ui.Box | 1 | class @beta Efl.Ui.Box_Flow extends Efl.Ui.Box |
2 | { | 2 | { |
3 | [[A custom layout engine for @Efl.Ui.Box.]] | 3 | [[A custom layout engine for @Efl.Ui.Box.]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_ui_box_stack.eo b/src/lib/elementary/efl_ui_box_stack.eo index 7d2ebfbbee..61035b45f9 100644 --- a/src/lib/elementary/efl_ui_box_stack.eo +++ b/src/lib/elementary/efl_ui_box_stack.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Box_Stack extends Efl.Ui.Box | 1 | class @beta Efl.Ui.Box_Stack extends Efl.Ui.Box |
2 | { | 2 | { |
3 | [[A custom layout engine for @Efl.Ui.Box that stacks items. | 3 | [[A custom layout engine for @Efl.Ui.Box that stacks items. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_button.eo b/src/lib/elementary/efl_ui_button.eo index adb22ba3dc..ff79209e27 100644 --- a/src/lib/elementary/efl_ui_button.eo +++ b/src/lib/elementary/efl_ui_button.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Button extends Efl.Ui.Layout implements Efl.Ui.Clickable, Efl.Ui.Autorepeat, | 1 | class @beta Efl.Ui.Button extends Efl.Ui.Layout implements Efl.Ui.Clickable, Efl.Ui.Autorepeat, |
2 | Efl.Text, Efl.Content, | 2 | Efl.Text, Efl.Content, |
3 | Efl.Access.Widget.Action | 3 | Efl.Access.Widget.Action |
4 | { | 4 | { |
diff --git a/src/lib/elementary/efl_ui_button_legacy.eo b/src/lib/elementary/efl_ui_button_legacy.eo index acb2c8d7ac..557704b9d2 100644 --- a/src/lib/elementary/efl_ui_button_legacy.eo +++ b/src/lib/elementary/efl_ui_button_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Button_Legacy extends Efl.Ui.Button implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Button_Legacy extends Efl.Ui.Button implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Push-button widget | 3 | [[Push-button widget |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_button_legacy_part.eo b/src/lib/elementary/efl_ui_button_legacy_part.eo index baa055146e..0d7c7c9967 100644 --- a/src/lib/elementary/efl_ui_button_legacy_part.eo +++ b/src/lib/elementary/efl_ui_button_legacy_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Button_Legacy_Part extends Efl.Ui.Layout_Part_Content | 1 | class @beta Efl.Ui.Button_Legacy_Part extends Efl.Ui.Layout_Part_Content |
2 | { | 2 | { |
3 | [[Elementary button internal part class]] | 3 | [[Elementary button internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_caching_factory.eo b/src/lib/elementary/efl_ui_caching_factory.eo index ee53983a54..266ea5803d 100644 --- a/src/lib/elementary/efl_ui_caching_factory.eo +++ b/src/lib/elementary/efl_ui_caching_factory.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Caching_Factory extends Efl.Ui.Widget_Factory | 1 | class @beta Efl.Ui.Caching_Factory extends Efl.Ui.Widget_Factory |
2 | { | 2 | { |
3 | [[Efl Ui Factory that provides object caching. | 3 | [[Efl Ui Factory that provides object caching. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_calendar.eo b/src/lib/elementary/efl_ui_calendar.eo index 78bc2b4a38..33547507da 100644 --- a/src/lib/elementary/efl_ui_calendar.eo +++ b/src/lib/elementary/efl_ui_calendar.eo | |||
@@ -16,7 +16,7 @@ enum Efl.Ui.Calendar_Weekday | |||
16 | last [[Sentinel value to indicate last enum field during iteration]] | 16 | last [[Sentinel value to indicate last enum field during iteration]] |
17 | } | 17 | } |
18 | 18 | ||
19 | class Efl.Ui.Calendar extends Efl.Ui.Layout implements Efl.Ui.Focus.Composition, Efl.Access.Widget.Action, Efl.Ui.Format | 19 | class @beta Efl.Ui.Calendar extends Efl.Ui.Layout implements Efl.Ui.Focus.Composition, Efl.Access.Widget.Action, Efl.Ui.Format |
20 | { | 20 | { |
21 | [[Calendar widget | 21 | [[Calendar widget |
22 | 22 | ||
diff --git a/src/lib/elementary/efl_ui_calendar_item.eo b/src/lib/elementary/efl_ui_calendar_item.eo index ad235e0332..2dcd80a613 100644 --- a/src/lib/elementary/efl_ui_calendar_item.eo +++ b/src/lib/elementary/efl_ui_calendar_item.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Calendar_Item extends Efl.Object implements Efl.Ui.Focus.Object | 1 | class @beta Efl.Ui.Calendar_Item extends Efl.Object implements Efl.Ui.Focus.Object |
2 | { | 2 | { |
3 | [[EFL UI Calendar Item class]] | 3 | [[EFL UI Calendar Item class]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_ui_check.eo b/src/lib/elementary/efl_ui_check.eo index b6ea04f879..19d77613a1 100644 --- a/src/lib/elementary/efl_ui_check.eo +++ b/src/lib/elementary/efl_ui_check.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Check extends Efl.Ui.Nstate implements Efl.Access.Widget.Action | 1 | class @beta Efl.Ui.Check extends Efl.Ui.Nstate implements Efl.Access.Widget.Action |
2 | { | 2 | { |
3 | [[Check widget | 3 | [[Check widget |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_check_legacy.eo b/src/lib/elementary/efl_ui_check_legacy.eo index 9486bf608f..f16ded2435 100644 --- a/src/lib/elementary/efl_ui_check_legacy.eo +++ b/src/lib/elementary/efl_ui_check_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Check_Legacy extends Efl.Ui.Check implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Check_Legacy extends Efl.Ui.Check implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Check widget | 3 | [[Check widget |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_check_legacy_part.eo b/src/lib/elementary/efl_ui_check_legacy_part.eo index b856f08f12..afd8703716 100644 --- a/src/lib/elementary/efl_ui_check_legacy_part.eo +++ b/src/lib/elementary/efl_ui_check_legacy_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Check_Legacy_Part extends Efl.Ui.Layout_Part_Content | 1 | class @beta Efl.Ui.Check_Legacy_Part extends Efl.Ui.Layout_Part_Content |
2 | { | 2 | { |
3 | [[Elementary check internal part class]] | 3 | [[Elementary check internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_clock.eo b/src/lib/elementary/efl_ui_clock.eo index 678b210af2..767f8b2b7d 100644 --- a/src/lib/elementary/efl_ui_clock.eo +++ b/src/lib/elementary/efl_ui_clock.eo | |||
@@ -16,7 +16,7 @@ enum Efl.Ui.Clock_Type | |||
16 | ampm = 7, [[Indicates AM/PM field .]] | 16 | ampm = 7, [[Indicates AM/PM field .]] |
17 | } | 17 | } |
18 | 18 | ||
19 | class Efl.Ui.Clock extends Efl.Ui.Layout | 19 | class @beta Efl.Ui.Clock extends Efl.Ui.Layout |
20 | { | 20 | { |
21 | [[Efl UI clock class]] | 21 | [[Efl UI clock class]] |
22 | methods { | 22 | methods { |
diff --git a/src/lib/elementary/efl_ui_clock_legacy.eo b/src/lib/elementary/efl_ui_clock_legacy.eo index 463af9676e..acc7cea33c 100644 --- a/src/lib/elementary/efl_ui_clock_legacy.eo +++ b/src/lib/elementary/efl_ui_clock_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Clock_Legacy extends Efl.Ui.Clock implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Clock_Legacy extends Efl.Ui.Clock implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Efl UI clock class]] | 3 | [[Efl UI clock class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_cursor.eo b/src/lib/elementary/efl_ui_cursor.eo index a172e533f7..4c14411bd4 100644 --- a/src/lib/elementary/efl_ui_cursor.eo +++ b/src/lib/elementary/efl_ui_cursor.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Cursor | 1 | interface @beta Efl.Ui.Cursor |
2 | { | 2 | { |
3 | [[An interface to define mouse cursors to use when hovering | 3 | [[An interface to define mouse cursors to use when hovering |
4 | over UI widgets. | 4 | over UI widgets. |
diff --git a/src/lib/elementary/efl_ui_datepicker.eo b/src/lib/elementary/efl_ui_datepicker.eo index 81d9b1634e..4225c28e75 100644 --- a/src/lib/elementary/efl_ui_datepicker.eo +++ b/src/lib/elementary/efl_ui_datepicker.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Datepicker extends Efl.Ui.Layout | 1 | class @beta Efl.Ui.Datepicker extends Efl.Ui.Layout |
2 | { | 2 | { |
3 | [[Datepicker widget | 3 | [[Datepicker widget |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_dnd.eo b/src/lib/elementary/efl_ui_dnd.eo index a4ea5e9b78..08f668856b 100644 --- a/src/lib/elementary/efl_ui_dnd.eo +++ b/src/lib/elementary/efl_ui_dnd.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_ui_dnd_types; | 1 | import efl_ui_dnd_types; |
2 | 2 | ||
3 | mixin Efl.Ui.Dnd { | 3 | mixin @beta Efl.Ui.Dnd { |
4 | data: null; | 4 | data: null; |
5 | methods { | 5 | methods { |
6 | drag_start { | 6 | drag_start { |
diff --git a/src/lib/elementary/efl_ui_dnd_container.eo b/src/lib/elementary/efl_ui_dnd_container.eo index ee1e727a4a..05eccfeef8 100644 --- a/src/lib/elementary/efl_ui_dnd_container.eo +++ b/src/lib/elementary/efl_ui_dnd_container.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_ui_dnd_types; | 1 | import efl_ui_dnd_types; |
2 | 2 | ||
3 | mixin Efl.Ui.Dnd_Container { | 3 | mixin @beta Efl.Ui.Dnd_Container { |
4 | methods { | 4 | methods { |
5 | @property drag_delay_time { | 5 | @property drag_delay_time { |
6 | [[The time since mouse down happens to drag starts.]] | 6 | [[The time since mouse down happens to drag starts.]] |
diff --git a/src/lib/elementary/efl_ui_exact_model.eo b/src/lib/elementary/efl_ui_exact_model.eo index 0a91e21023..691a7504ef 100644 --- a/src/lib/elementary/efl_ui_exact_model.eo +++ b/src/lib/elementary/efl_ui_exact_model.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Exact_Model extends Efl.Ui.Size_Model | 1 | class @beta Efl.Ui.Exact_Model extends Efl.Ui.Size_Model |
2 | { | 2 | { |
3 | [[Class to be used to store object item size for List/Grid View. | 3 | [[Class to be used to store object item size for List/Grid View. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_flip.eo b/src/lib/elementary/efl_ui_flip.eo index 80999e0cda..ac233a1fbe 100644 --- a/src/lib/elementary/efl_ui_flip.eo +++ b/src/lib/elementary/efl_ui_flip.eo | |||
@@ -28,7 +28,7 @@ enum Efl.Ui.Flip_Interaction | |||
28 | page [[Page interaction]] | 28 | page [[Page interaction]] |
29 | } | 29 | } |
30 | 30 | ||
31 | class Efl.Ui.Flip extends Efl.Ui.Widget implements Efl.Pack_Linear | 31 | class @beta Efl.Ui.Flip extends Efl.Ui.Widget implements Efl.Pack_Linear |
32 | { | 32 | { |
33 | [[Efl UI flip class]] | 33 | [[Efl UI flip class]] |
34 | legacy_prefix: elm_flip; | 34 | legacy_prefix: elm_flip; |
diff --git a/src/lib/elementary/efl_ui_flip_legacy.eo b/src/lib/elementary/efl_ui_flip_legacy.eo index c19762fe56..19eb088d28 100644 --- a/src/lib/elementary/efl_ui_flip_legacy.eo +++ b/src/lib/elementary/efl_ui_flip_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Flip_Legacy extends Efl.Ui.Flip implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Flip_Legacy extends Efl.Ui.Flip implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Efl UI flip class]] | 3 | [[Efl UI flip class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_flip_part.eo b/src/lib/elementary/efl_ui_flip_part.eo index 84c3b0f1fb..f0b06442fc 100644 --- a/src/lib/elementary/efl_ui_flip_part.eo +++ b/src/lib/elementary/efl_ui_flip_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Flip_Part extends Efl.Ui.Widget_Part implements Efl.Content | 1 | class @beta Efl.Ui.Flip_Part extends Efl.Ui.Widget_Part implements Efl.Content |
2 | { | 2 | { |
3 | [[Efl UI flip internal class]] | 3 | [[Efl UI flip internal class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_focus_composition.eo b/src/lib/elementary/efl_ui_focus_composition.eo index 120867e53a..3fb5a360dc 100644 --- a/src/lib/elementary/efl_ui_focus_composition.eo +++ b/src/lib/elementary/efl_ui_focus_composition.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Ui.Focus.Composition requires Efl.Ui.Widget { | 1 | mixin @beta Efl.Ui.Focus.Composition requires Efl.Ui.Widget { |
2 | [[This defines the inheriting widget as Composition widget. | 2 | [[This defines the inheriting widget as Composition widget. |
3 | 3 | ||
4 | A composition widget is a widget that's the logical parent of another set of widgets which can be used for interaction. | 4 | A composition widget is a widget that's the logical parent of another set of widgets which can be used for interaction. |
diff --git a/src/lib/elementary/efl_ui_focus_composition_adapter.eo b/src/lib/elementary/efl_ui_focus_composition_adapter.eo index bb4e81c222..118f4a3a2a 100644 --- a/src/lib/elementary/efl_ui_focus_composition_adapter.eo +++ b/src/lib/elementary/efl_ui_focus_composition_adapter.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Focus.Composition_Adapter extends Efl.Object implements Efl.Ui.Focus.Object | 1 | class @beta Efl.Ui.Focus.Composition_Adapter extends Efl.Object implements Efl.Ui.Focus.Object |
2 | { | 2 | { |
3 | [[EFL UI Focus Composition Adapter class]] | 3 | [[EFL UI Focus Composition Adapter class]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_ui_focus_layer.eo b/src/lib/elementary/efl_ui_focus_layer.eo index 92145ae29c..fd177caf62 100644 --- a/src/lib/elementary/efl_ui_focus_layer.eo +++ b/src/lib/elementary/efl_ui_focus_layer.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Ui.Focus.Layer requires Efl.Ui.Widget extends Efl.Ui.Widget_Focus_Manager { | 1 | mixin @beta Efl.Ui.Focus.Layer requires Efl.Ui.Widget extends Efl.Ui.Widget_Focus_Manager { |
2 | [[This defines the inheriting widget as focus layer | 2 | [[This defines the inheriting widget as focus layer |
3 | 3 | ||
4 | A focus layer is the uppermost one which received input and handles all focus related events for as long as it exists and is visible. It's NOT possible to escape this layer with focus movement. | 4 | A focus layer is the uppermost one which received input and handles all focus related events for as long as it exists and is visible. It's NOT possible to escape this layer with focus movement. |
diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index 425ad9de67..2d777bfa02 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo | |||
@@ -28,7 +28,7 @@ struct Efl.Ui.Focus.Manager_Logical_End_Detail { | |||
28 | element : Efl.Ui.Focus.Object; [[Focus object element]] | 28 | element : Efl.Ui.Focus.Object; [[Focus object element]] |
29 | } | 29 | } |
30 | 30 | ||
31 | interface Efl.Ui.Focus.Manager { | 31 | interface @beta Efl.Ui.Focus.Manager { |
32 | [[Calculates the directions of Efl.Ui.Focus.Direction | 32 | [[Calculates the directions of Efl.Ui.Focus.Direction |
33 | 33 | ||
34 | Each registered item will get a other registered object into each | 34 | Each registered item will get a other registered object into each |
diff --git a/src/lib/elementary/efl_ui_focus_manager_calc.eo b/src/lib/elementary/efl_ui_focus_manager_calc.eo index 19212c7c87..72f0a2299b 100644 --- a/src/lib/elementary/efl_ui_focus_manager_calc.eo +++ b/src/lib/elementary/efl_ui_focus_manager_calc.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Focus.Manager_Calc extends Efl.Object implements Efl.Ui.Focus.Manager { | 1 | class @beta Efl.Ui.Focus.Manager_Calc extends Efl.Object implements Efl.Ui.Focus.Manager { |
2 | [[Calculates the directions of Efl.Ui.Focus.Direction | 2 | [[Calculates the directions of Efl.Ui.Focus.Direction |
3 | 3 | ||
4 | Each registered item will get an other registered object in each | 4 | Each registered item will get an other registered object in each |
diff --git a/src/lib/elementary/efl_ui_focus_manager_root_focus.eo b/src/lib/elementary/efl_ui_focus_manager_root_focus.eo index 14f0f3a43a..64b4d83695 100644 --- a/src/lib/elementary/efl_ui_focus_manager_root_focus.eo +++ b/src/lib/elementary/efl_ui_focus_manager_root_focus.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Focus.Manager_Root_Focus extends Efl.Ui.Focus.Manager_Calc { | 1 | class @beta Efl.Ui.Focus.Manager_Root_Focus extends Efl.Ui.Focus.Manager_Calc { |
2 | [[ This class ensures that the root is at least focusable, if nothing else is focusable]] | 2 | [[ This class ensures that the root is at least focusable, if nothing else is focusable]] |
3 | methods { | 3 | methods { |
4 | @property canvas_object { | 4 | @property canvas_object { |
diff --git a/src/lib/elementary/efl_ui_focus_manager_sub.eo b/src/lib/elementary/efl_ui_focus_manager_sub.eo index a2414d43eb..79e06c86ff 100644 --- a/src/lib/elementary/efl_ui_focus_manager_sub.eo +++ b/src/lib/elementary/efl_ui_focus_manager_sub.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | mixin Efl.Ui.Focus.Manager_Sub requires Efl.Object extends Efl.Ui.Focus.Manager | 1 | mixin @beta Efl.Ui.Focus.Manager_Sub requires Efl.Object extends Efl.Ui.Focus.Manager |
2 | { | 2 | { |
3 | [[A class that automatically registers its border elements in the parent manager | 3 | [[A class that automatically registers its border elements in the parent manager |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_focus_manager_window_root.eo b/src/lib/elementary/efl_ui_focus_manager_window_root.eo index 201e3bffc1..18eed60eda 100644 --- a/src/lib/elementary/efl_ui_focus_manager_window_root.eo +++ b/src/lib/elementary/efl_ui_focus_manager_window_root.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Focus.Manager_Window_Root { | 1 | interface @beta Efl.Ui.Focus.Manager_Window_Root { |
2 | [[ A interface to indicate the end of a focus chain. | 2 | [[ A interface to indicate the end of a focus chain. |
3 | 3 | ||
4 | Focusmanagers are ensuring that if they give focus to something, that they are registered in the upper focus manager. | 4 | Focusmanagers are ensuring that if they give focus to something, that they are registered in the upper focus manager. |
diff --git a/src/lib/elementary/efl_ui_focus_object.eo b/src/lib/elementary/efl_ui_focus_object.eo index 1ac6e0fd36..451e0b314a 100644 --- a/src/lib/elementary/efl_ui_focus_object.eo +++ b/src/lib/elementary/efl_ui_focus_object.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | mixin Efl.Ui.Focus.Object | 3 | mixin @beta Efl.Ui.Focus.Object |
4 | { | 4 | { |
5 | [[Functions of focusable objects. | 5 | [[Functions of focusable objects. |
6 | 6 | ||
diff --git a/src/lib/elementary/efl_ui_focus_parent_provider.eo b/src/lib/elementary/efl_ui_focus_parent_provider.eo index 04fa38ae31..7e33027da5 100644 --- a/src/lib/elementary/efl_ui_focus_parent_provider.eo +++ b/src/lib/elementary/efl_ui_focus_parent_provider.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Focus.Parent_Provider { | 1 | interface @beta Efl.Ui.Focus.Parent_Provider { |
2 | [[EFL UI Focus Parent Provider interface]] | 2 | [[EFL UI Focus Parent Provider interface]] |
3 | methods { | 3 | methods { |
4 | find_logical_parent { | 4 | find_logical_parent { |
diff --git a/src/lib/elementary/efl_ui_focus_parent_provider_gen.eo b/src/lib/elementary/efl_ui_focus_parent_provider_gen.eo index 3bb66972d2..8cf0135610 100644 --- a/src/lib/elementary/efl_ui_focus_parent_provider_gen.eo +++ b/src/lib/elementary/efl_ui_focus_parent_provider_gen.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Focus.Parent_Provider_Gen extends Efl.Object implements Efl.Ui.Focus.Parent_Provider { | 1 | class @beta Efl.Ui.Focus.Parent_Provider_Gen extends Efl.Object implements Efl.Ui.Focus.Parent_Provider { |
2 | [[EFL UI Focus Parent Provider Gen class]] | 2 | [[EFL UI Focus Parent Provider Gen class]] |
3 | methods { | 3 | methods { |
4 | @property content_item_map { | 4 | @property content_item_map { |
diff --git a/src/lib/elementary/efl_ui_focus_parent_provider_standard.eo b/src/lib/elementary/efl_ui_focus_parent_provider_standard.eo index d9d38b5301..40cce41449 100644 --- a/src/lib/elementary/efl_ui_focus_parent_provider_standard.eo +++ b/src/lib/elementary/efl_ui_focus_parent_provider_standard.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Focus.Parent_Provider_Standard extends Efl.Object implements Efl.Ui.Focus.Parent_Provider { | 1 | class @beta Efl.Ui.Focus.Parent_Provider_Standard extends Efl.Object implements Efl.Ui.Focus.Parent_Provider { |
2 | [[EFL UI Focus Parent Provider Standard Class]] | 2 | [[EFL UI Focus Parent Provider Standard Class]] |
3 | implements { | 3 | implements { |
4 | Efl.Ui.Focus.Parent_Provider.find_logical_parent; | 4 | Efl.Ui.Focus.Parent_Provider.find_logical_parent; |
diff --git a/src/lib/elementary/efl_ui_focus_util.eo b/src/lib/elementary/efl_ui_focus_util.eo index 4724dccc47..c19c05cb18 100644 --- a/src/lib/elementary/efl_ui_focus_util.eo +++ b/src/lib/elementary/efl_ui_focus_util.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Focus.Util extends Efl.Object { | 1 | class @beta Efl.Ui.Focus.Util extends Efl.Object { |
2 | [[EFL UI Focus Util class]] | 2 | [[EFL UI Focus Util class]] |
3 | methods { | 3 | methods { |
4 | focus @class { | 4 | focus @class { |
diff --git a/src/lib/elementary/efl_ui_frame.eo b/src/lib/elementary/efl_ui_frame.eo index af6b59278a..853c7a72c2 100644 --- a/src/lib/elementary/efl_ui_frame.eo +++ b/src/lib/elementary/efl_ui_frame.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Frame extends Efl.Ui.Layout implements Efl.Ui.Clickable, Efl.Text, Efl.Text_Markup, | 1 | class @beta Efl.Ui.Frame extends Efl.Ui.Layout implements Efl.Ui.Clickable, Efl.Text, Efl.Text_Markup, |
2 | Efl.Content | 2 | Efl.Content |
3 | { | 3 | { |
4 | [[Frame widget | 4 | [[Frame widget |
diff --git a/src/lib/elementary/efl_ui_frame_legacy.eo b/src/lib/elementary/efl_ui_frame_legacy.eo index fb21570094..bb8dd99653 100644 --- a/src/lib/elementary/efl_ui_frame_legacy.eo +++ b/src/lib/elementary/efl_ui_frame_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Frame_Legacy extends Efl.Ui.Frame implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Frame_Legacy extends Efl.Ui.Frame implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Frame widget | 3 | [[Frame widget |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_grid.eo b/src/lib/elementary/efl_ui_grid.eo index 293eacf11e..4b61a52e13 100644 --- a/src/lib/elementary/efl_ui_grid.eo +++ b/src/lib/elementary/efl_ui_grid.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_ui_grid_item; | 1 | import efl_ui_grid_item; |
2 | 2 | ||
3 | class Efl.Ui.Grid extends Efl.Ui.Layout implements | 3 | class @beta Efl.Ui.Grid extends Efl.Ui.Layout implements |
4 | Efl.Ui.Scrollable_Interactive, | 4 | Efl.Ui.Scrollable_Interactive, |
5 | Efl.Ui.Scrollbar, | 5 | Efl.Ui.Scrollbar, |
6 | Efl.Pack_Linear, Efl.Pack_Layout, | 6 | Efl.Pack_Linear, Efl.Pack_Layout, |
diff --git a/src/lib/elementary/efl_ui_grid_default_item.eo b/src/lib/elementary/efl_ui_grid_default_item.eo index c0f5862484..625482ed82 100644 --- a/src/lib/elementary/efl_ui_grid_default_item.eo +++ b/src/lib/elementary/efl_ui_grid_default_item.eo | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | class Efl.Ui.Grid_Default_Item extends Efl.Ui.Grid_Item implements | 2 | class @beta Efl.Ui.Grid_Default_Item extends Efl.Ui.Grid_Item implements |
3 | Efl.Text, | 3 | Efl.Text, |
4 | Efl.Text_Markup, | 4 | Efl.Text_Markup, |
5 | Efl.Ui.L10n, | 5 | Efl.Ui.L10n, |
diff --git a/src/lib/elementary/efl_ui_grid_default_item_part_end.eo b/src/lib/elementary/efl_ui_grid_default_item_part_end.eo index 66ebd2a1a7..dc3b6dfbbb 100644 --- a/src/lib/elementary/efl_ui_grid_default_item_part_end.eo +++ b/src/lib/elementary/efl_ui_grid_default_item_part_end.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Grid_Default_Item_Part_End extends Efl.Ui.Layout_Part implements Efl.Content | 1 | class @beta Efl.Ui.Grid_Default_Item_Part_End extends Efl.Ui.Layout_Part implements Efl.Content |
2 | { | 2 | { |
3 | [[Grid Default Item internal content of end part class]] | 3 | [[Grid Default Item internal content of end part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_grid_default_item_part_icon.eo b/src/lib/elementary/efl_ui_grid_default_item_part_icon.eo index 4dede025b6..47e290bace 100644 --- a/src/lib/elementary/efl_ui_grid_default_item_part_icon.eo +++ b/src/lib/elementary/efl_ui_grid_default_item_part_icon.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Grid_Default_Item_Part_Icon extends Efl.Ui.Layout_Part implements Efl.Content | 1 | class @beta Efl.Ui.Grid_Default_Item_Part_Icon extends Efl.Ui.Layout_Part implements Efl.Content |
2 | { | 2 | { |
3 | [[Grid Default Item internal content of icon part class]] | 3 | [[Grid Default Item internal content of icon part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_grid_item.eo b/src/lib/elementary/efl_ui_grid_item.eo index f430cab123..99a4abca01 100644 --- a/src/lib/elementary/efl_ui_grid_item.eo +++ b/src/lib/elementary/efl_ui_grid_item.eo | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | abstract Efl.Ui.Grid_Item extends Efl.Ui.Item | 2 | abstract @beta Efl.Ui.Grid_Item extends Efl.Ui.Item |
3 | { | 3 | { |
4 | implements { | 4 | implements { |
5 | //Efl.Object | 5 | //Efl.Object |
diff --git a/src/lib/elementary/efl_ui_homogeneous_model.eo b/src/lib/elementary/efl_ui_homogeneous_model.eo index 4a82f6cf66..996c1ac364 100644 --- a/src/lib/elementary/efl_ui_homogeneous_model.eo +++ b/src/lib/elementary/efl_ui_homogeneous_model.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Homogeneous_Model extends Efl.Ui.Size_Model | 1 | class @beta Efl.Ui.Homogeneous_Model extends Efl.Ui.Size_Model |
2 | { | 2 | { |
3 | [[Class to be used to store object item size for List/Grid View. | 3 | [[Class to be used to store object item size for List/Grid View. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_image.eo b/src/lib/elementary/efl_ui_image.eo index 8cdc14ff5b..7a19d04b8f 100644 --- a/src/lib/elementary/efl_ui_image.eo +++ b/src/lib/elementary/efl_ui_image.eo | |||
@@ -18,7 +18,7 @@ struct Efl.Ui.Image_Error | |||
18 | open_error: bool; [[$true if the error happened when opening the file, $false otherwise]] | 18 | open_error: bool; [[$true if the error happened when opening the file, $false otherwise]] |
19 | } | 19 | } |
20 | 20 | ||
21 | class Efl.Ui.Image extends Efl.Ui.Widget implements Efl.Ui.Clickable, Efl.Ui.Draggable, | 21 | class @beta Efl.Ui.Image extends Efl.Ui.Widget implements Efl.Ui.Clickable, Efl.Ui.Draggable, |
22 | Efl.File, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller, Efl.Player, Efl.Gfx.View, | 22 | Efl.File, Efl.Gfx.Image, Efl.Gfx.Image_Load_Controller, Efl.Player, Efl.Gfx.View, |
23 | Efl.Access.Component, Efl.Access.Widget.Action, Efl.Gfx.Color, | 23 | Efl.Access.Component, Efl.Access.Widget.Action, Efl.Gfx.Color, |
24 | Efl.Orientation, | 24 | Efl.Orientation, |
diff --git a/src/lib/elementary/efl_ui_image_factory.eo b/src/lib/elementary/efl_ui_image_factory.eo index 884fb9099c..5ebcc1cd32 100644 --- a/src/lib/elementary/efl_ui_image_factory.eo +++ b/src/lib/elementary/efl_ui_image_factory.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Image_Factory extends Efl.Ui.Caching_Factory | 1 | class @beta Efl.Ui.Image_Factory extends Efl.Ui.Caching_Factory |
2 | { | 2 | { |
3 | [[Efl UI image factory class]] | 3 | [[Efl UI image factory class]] |
4 | implements { | 4 | implements { |
diff --git a/src/lib/elementary/efl_ui_image_legacy.eo b/src/lib/elementary/efl_ui_image_legacy.eo index 15a3005746..1e9b90cc64 100644 --- a/src/lib/elementary/efl_ui_image_legacy.eo +++ b/src/lib/elementary/efl_ui_image_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Image_Legacy extends Efl.Ui.Image implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Image_Legacy extends Efl.Ui.Image implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[ Efl UI image class]] | 3 | [[ Efl UI image class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_image_zoomable.eo b/src/lib/elementary/efl_ui_image_zoomable.eo index b22c45c110..1c458e1cd6 100644 --- a/src/lib/elementary/efl_ui_image_zoomable.eo +++ b/src/lib/elementary/efl_ui_image_zoomable.eo | |||
@@ -2,7 +2,7 @@ | |||
2 | struct @extern Elm.Photocam.Error; | 2 | struct @extern Elm.Photocam.Error; |
3 | struct @extern Elm.Photocam.Progress; | 3 | struct @extern Elm.Photocam.Progress; |
4 | 4 | ||
5 | class Efl.Ui.Image_Zoomable extends Efl.Ui.Image implements Efl.Ui.Zoom, | 5 | class @beta Efl.Ui.Image_Zoomable extends Efl.Ui.Image implements Efl.Ui.Zoom, |
6 | Efl.Ui.Scrollable_Interactive, | 6 | Efl.Ui.Scrollable_Interactive, |
7 | Efl.Ui.Scrollbar | 7 | Efl.Ui.Scrollbar |
8 | { | 8 | { |
diff --git a/src/lib/elementary/efl_ui_image_zoomable_legacy.eo b/src/lib/elementary/efl_ui_image_zoomable_legacy.eo index 233d9ad95e..b1a41977be 100644 --- a/src/lib/elementary/efl_ui_image_zoomable_legacy.eo +++ b/src/lib/elementary/efl_ui_image_zoomable_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Image_Zoomable_Legacy extends Efl.Ui.Image_Zoomable implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Image_Zoomable_Legacy extends Efl.Ui.Image_Zoomable implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Elementary Image Zoomable class]] | 3 | [[Elementary Image Zoomable class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_image_zoomable_pan.eo b/src/lib/elementary/efl_ui_image_zoomable_pan.eo index 4cb307e04e..792f1a9a2f 100644 --- a/src/lib/elementary/efl_ui_image_zoomable_pan.eo +++ b/src/lib/elementary/efl_ui_image_zoomable_pan.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Image_Zoomable_Pan extends Efl.Ui.Pan | 1 | class @beta Efl.Ui.Image_Zoomable_Pan extends Efl.Ui.Pan |
2 | { | 2 | { |
3 | [[Elementary photocom pan class]] | 3 | [[Elementary photocom pan class]] |
4 | legacy_prefix: elm_photocam_pan; | 4 | legacy_prefix: elm_photocam_pan; |
diff --git a/src/lib/elementary/efl_ui_internal_text_interactive.eo b/src/lib/elementary/efl_ui_internal_text_interactive.eo index f3505140ae..a7bf52293c 100644 --- a/src/lib/elementary/efl_ui_internal_text_interactive.eo +++ b/src/lib/elementary/efl_ui_internal_text_interactive.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Internal.Text.Interactive extends Efl.Canvas.Text implements Efl.Text_Interactive | 1 | class @beta Efl.Ui.Internal.Text.Interactive extends Efl.Canvas.Text implements Efl.Text_Interactive |
2 | { | 2 | { |
3 | [[An internal object in charge of the interactive aspect of the text widget. | 3 | [[An internal object in charge of the interactive aspect of the text widget. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_internal_text_scroller.eo b/src/lib/elementary/efl_ui_internal_text_scroller.eo index bc9b33e86e..4b46694b6b 100644 --- a/src/lib/elementary/efl_ui_internal_text_scroller.eo +++ b/src/lib/elementary/efl_ui_internal_text_scroller.eo | |||
@@ -5,7 +5,7 @@ enum Efl.Ui.Text_Scroller_Mode | |||
5 | multiline = 1, | 5 | multiline = 1, |
6 | } | 6 | } |
7 | 7 | ||
8 | class Efl.Ui.Internal_Text_Scroller extends Efl.Ui.Scroller | 8 | class @beta Efl.Ui.Internal_Text_Scroller extends Efl.Ui.Scroller |
9 | { | 9 | { |
10 | [[Internal-usage text scroller class. | 10 | [[Internal-usage text scroller class. |
11 | 11 | ||
diff --git a/src/lib/elementary/efl_ui_item.eo b/src/lib/elementary/efl_ui_item.eo index e3ba8afa33..f2a85b6aeb 100644 --- a/src/lib/elementary/efl_ui_item.eo +++ b/src/lib/elementary/efl_ui_item.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | abstract Efl.Ui.Item extends Efl.Ui.Layout implements Efl.Ui.Selectable, Efl.Ui.Clickable | 1 | abstract @beta Efl.Ui.Item extends Efl.Ui.Layout implements Efl.Ui.Selectable, Efl.Ui.Clickable |
2 | { | 2 | { |
3 | [[Item abstract class for pack widget. All item have to be inherited from this class.]] | 3 | [[Item abstract class for pack widget. All item have to be inherited from this class.]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_ui_l10n.eo b/src/lib/elementary/efl_ui_l10n.eo index 5275759262..8eec6e12d4 100644 --- a/src/lib/elementary/efl_ui_l10n.eo +++ b/src/lib/elementary/efl_ui_l10n.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.L10n | 1 | interface @beta Efl.Ui.L10n |
2 | { | 2 | { |
3 | [[Interface for all translatable text APIs. | 3 | [[Interface for all translatable text APIs. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_layout.eo b/src/lib/elementary/efl_ui_layout.eo index b1855cfcd0..350fac560c 100644 --- a/src/lib/elementary/efl_ui_layout.eo +++ b/src/lib/elementary/efl_ui_layout.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_ui; | 1 | import efl_ui; |
2 | 2 | ||
3 | class Efl.Ui.Layout extends Efl.Ui.Widget implements Efl.Container, Efl.File, | 3 | class @beta Efl.Ui.Layout extends Efl.Ui.Widget implements Efl.Container, Efl.File, |
4 | Efl.Ui.View, Efl.Ui.Property_Bind, Efl.Ui.Factory_Bind, | 4 | Efl.Ui.View, Efl.Ui.Property_Bind, Efl.Ui.Factory_Bind, |
5 | Efl.Layout.Calc, Efl.Layout.Signal, | 5 | Efl.Layout.Calc, Efl.Layout.Signal, |
6 | Efl.Layout.Group | 6 | Efl.Layout.Group |
diff --git a/src/lib/elementary/efl_ui_layout_factory.eo b/src/lib/elementary/efl_ui_layout_factory.eo index 75ced32ed7..b31486db02 100644 --- a/src/lib/elementary/efl_ui_layout_factory.eo +++ b/src/lib/elementary/efl_ui_layout_factory.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Layout_Factory extends Efl.Ui.Caching_Factory | 1 | class @beta Efl.Ui.Layout_Factory extends Efl.Ui.Caching_Factory |
2 | { | 2 | { |
3 | [[Efl Ui Layout Factory class]] | 3 | [[Efl Ui Layout Factory class]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_ui_layout_legacy.eo b/src/lib/elementary/efl_ui_layout_legacy.eo index ca16e604c8..6f43fc18e7 100644 --- a/src/lib/elementary/efl_ui_layout_legacy.eo +++ b/src/lib/elementary/efl_ui_layout_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Layout_Legacy extends Efl.Ui.Layout implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Layout_Legacy extends Efl.Ui.Layout implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Elementary layout class]] | 3 | [[Elementary layout class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_layout_part.eo b/src/lib/elementary/efl_ui_layout_part.eo index 9dad61e75f..50a6c4728c 100644 --- a/src/lib/elementary/efl_ui_layout_part.eo +++ b/src/lib/elementary/efl_ui_layout_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Layout_Part extends Efl.Ui.Widget_Part implements Efl.Ui.Cursor | 1 | class @beta Efl.Ui.Layout_Part extends Efl.Ui.Widget_Part implements Efl.Ui.Cursor |
2 | { | 2 | { |
3 | [[Elementary layout internal part class]] | 3 | [[Elementary layout internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_layout_part_bg.eo b/src/lib/elementary/efl_ui_layout_part_bg.eo index dff060f9bd..f1404d2c10 100644 --- a/src/lib/elementary/efl_ui_layout_part_bg.eo +++ b/src/lib/elementary/efl_ui_layout_part_bg.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Layout_Part_Bg extends Efl.Ui.Widget_Part_Bg | 1 | class @beta Efl.Ui.Layout_Part_Bg extends Efl.Ui.Widget_Part_Bg |
2 | { | 2 | { |
3 | [[Elementary layout internal part background class]] | 3 | [[Elementary layout internal part background class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_layout_part_box.eo b/src/lib/elementary/efl_ui_layout_part_box.eo index 799fc7c752..3f19196898 100644 --- a/src/lib/elementary/efl_ui_layout_part_box.eo +++ b/src/lib/elementary/efl_ui_layout_part_box.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Layout_Part_Box extends Efl.Object implements Efl.Pack_Linear, | 1 | class @beta Efl.Ui.Layout_Part_Box extends Efl.Object implements Efl.Pack_Linear, |
2 | Efl.Ui.Direction_Readonly | 2 | Efl.Ui.Direction_Readonly |
3 | { | 3 | { |
4 | [[Represents a Box created as part of a layout. | 4 | [[Represents a Box created as part of a layout. |
diff --git a/src/lib/elementary/efl_ui_layout_part_content.eo b/src/lib/elementary/efl_ui_layout_part_content.eo index c09d075d40..923033dd4e 100644 --- a/src/lib/elementary/efl_ui_layout_part_content.eo +++ b/src/lib/elementary/efl_ui_layout_part_content.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Layout_Part_Content extends Efl.Ui.Layout_Part implements Efl.Content | 1 | class @beta Efl.Ui.Layout_Part_Content extends Efl.Ui.Layout_Part implements Efl.Content |
2 | { | 2 | { |
3 | [[Elementary layout internal part class]] | 3 | [[Elementary layout internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_layout_part_legacy.eo b/src/lib/elementary/efl_ui_layout_part_legacy.eo index af6279eea2..3137a43b6d 100644 --- a/src/lib/elementary/efl_ui_layout_part_legacy.eo +++ b/src/lib/elementary/efl_ui_layout_part_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Layout_Part_Legacy extends Efl.Ui.Layout_Part implements Efl.Content, Efl.Text, | 1 | class @beta Efl.Ui.Layout_Part_Legacy extends Efl.Ui.Layout_Part implements Efl.Content, Efl.Text, |
2 | Efl.Text_Markup, Efl.Ui.L10n | 2 | Efl.Text_Markup, Efl.Ui.L10n |
3 | { | 3 | { |
4 | [[Elementary layout internal part class]] | 4 | [[Elementary layout internal part class]] |
diff --git a/src/lib/elementary/efl_ui_layout_part_table.eo b/src/lib/elementary/efl_ui_layout_part_table.eo index db6ce0836d..a2d580de6c 100644 --- a/src/lib/elementary/efl_ui_layout_part_table.eo +++ b/src/lib/elementary/efl_ui_layout_part_table.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Layout_Part_Table extends Efl.Object implements Efl.Pack_Table | 1 | class @beta Efl.Ui.Layout_Part_Table extends Efl.Object implements Efl.Pack_Table |
2 | { | 2 | { |
3 | [[Represents a Table created as part of a layout. | 3 | [[Represents a Table created as part of a layout. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_layout_part_text.eo b/src/lib/elementary/efl_ui_layout_part_text.eo index 0a092a251f..a7442a7f45 100644 --- a/src/lib/elementary/efl_ui_layout_part_text.eo +++ b/src/lib/elementary/efl_ui_layout_part_text.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Layout_Part_Text extends Efl.Ui.Layout_Part implements Efl.Text, Efl.Text_Markup, | 1 | class @beta Efl.Ui.Layout_Part_Text extends Efl.Ui.Layout_Part implements Efl.Text, Efl.Text_Markup, |
2 | Efl.Ui.L10n | 2 | Efl.Ui.L10n |
3 | { | 3 | { |
4 | [[Elementary layout internal part class]] | 4 | [[Elementary layout internal part class]] |
diff --git a/src/lib/elementary/efl_ui_legacy.eo b/src/lib/elementary/efl_ui_legacy.eo index eab362b1f4..4537d302ed 100644 --- a/src/lib/elementary/efl_ui_legacy.eo +++ b/src/lib/elementary/efl_ui_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.Legacy | 1 | interface @beta Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[The bg (background) widget is used for setting (solid) background decorations | 3 | [[The bg (background) widget is used for setting (solid) background decorations |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_list.eo b/src/lib/elementary/efl_ui_list.eo index 6f6b640889..7dcf29931a 100644 --- a/src/lib/elementary/efl_ui_list.eo +++ b/src/lib/elementary/efl_ui_list.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_ui_list_item; | 1 | import efl_ui_list_item; |
2 | 2 | ||
3 | class Efl.Ui.List extends Efl.Ui.Layout implements | 3 | class @beta Efl.Ui.List extends Efl.Ui.Layout implements |
4 | Efl.Ui.Scrollable_Interactive, | 4 | Efl.Ui.Scrollable_Interactive, |
5 | Efl.Ui.Scrollbar, | 5 | Efl.Ui.Scrollbar, |
6 | Efl.Pack_Linear, Efl.Pack_Layout, | 6 | Efl.Pack_Linear, Efl.Pack_Layout, |
diff --git a/src/lib/elementary/efl_ui_list_default_item.eo b/src/lib/elementary/efl_ui_list_default_item.eo index d4aca6941e..5ea4d2e44a 100644 --- a/src/lib/elementary/efl_ui_list_default_item.eo +++ b/src/lib/elementary/efl_ui_list_default_item.eo | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | class Efl.Ui.List_Default_Item extends Efl.Ui.List_Item implements | 2 | class @beta Efl.Ui.List_Default_Item extends Efl.Ui.List_Item implements |
3 | Efl.Text, | 3 | Efl.Text, |
4 | Efl.Text_Markup, | 4 | Efl.Text_Markup, |
5 | Efl.Content | 5 | Efl.Content |
diff --git a/src/lib/elementary/efl_ui_list_default_item_part_end.eo b/src/lib/elementary/efl_ui_list_default_item_part_end.eo index c7b51fbf01..9ff2d1160e 100644 --- a/src/lib/elementary/efl_ui_list_default_item_part_end.eo +++ b/src/lib/elementary/efl_ui_list_default_item_part_end.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.List_Default_Item_Part_End extends Efl.Ui.Layout_Part implements Efl.Content | 1 | class @beta Efl.Ui.List_Default_Item_Part_End extends Efl.Ui.Layout_Part implements Efl.Content |
2 | { | 2 | { |
3 | [[List Default Item internal content of end part class]] | 3 | [[List Default Item internal content of end part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_list_default_item_part_icon.eo b/src/lib/elementary/efl_ui_list_default_item_part_icon.eo index ff0ec0e432..232b0d95b1 100644 --- a/src/lib/elementary/efl_ui_list_default_item_part_icon.eo +++ b/src/lib/elementary/efl_ui_list_default_item_part_icon.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.List_Default_Item_Part_Icon extends Efl.Ui.Layout_Part implements Efl.Content | 1 | class @beta Efl.Ui.List_Default_Item_Part_Icon extends Efl.Ui.Layout_Part implements Efl.Content |
2 | { | 2 | { |
3 | [[List Default Item internal content of icon part class]] | 3 | [[List Default Item internal content of icon part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_list_empty_item.eo b/src/lib/elementary/efl_ui_list_empty_item.eo index 9b3456dee5..070b60531f 100644 --- a/src/lib/elementary/efl_ui_list_empty_item.eo +++ b/src/lib/elementary/efl_ui_list_empty_item.eo | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | class Efl.Ui.List_Empty_Item extends Efl.Ui.List_Item implements Efl.Content | 2 | class @beta Efl.Ui.List_Empty_Item extends Efl.Ui.List_Item implements Efl.Content |
3 | { | 3 | { |
4 | [[List Empty Item class. This item have only one swallow space, | 4 | [[List Empty Item class. This item have only one swallow space, |
5 | thus user can decorate item by filling the swallow with | 5 | thus user can decorate item by filling the swallow with |
diff --git a/src/lib/elementary/efl_ui_list_item.eo b/src/lib/elementary/efl_ui_list_item.eo index e1bcf9235d..2997926cfd 100644 --- a/src/lib/elementary/efl_ui_list_item.eo +++ b/src/lib/elementary/efl_ui_list_item.eo | |||
@@ -1,5 +1,5 @@ | |||
1 | 1 | ||
2 | abstract Efl.Ui.List_Item extends Efl.Ui.Item | 2 | abstract @beta Efl.Ui.List_Item extends Efl.Ui.Item |
3 | { | 3 | { |
4 | implements { | 4 | implements { |
5 | //Efl.Object | 5 | //Efl.Object |
diff --git a/src/lib/elementary/efl_ui_list_view.eo b/src/lib/elementary/efl_ui_list_view.eo index 2828756908..b6a2bf8016 100644 --- a/src/lib/elementary/efl_ui_list_view.eo +++ b/src/lib/elementary/efl_ui_list_view.eo | |||
@@ -6,7 +6,7 @@ struct Efl.Ui.List_View_Item_Event | |||
6 | child: Efl.Model; | 6 | child: Efl.Model; |
7 | index: int; | 7 | index: int; |
8 | } | 8 | } |
9 | class Efl.Ui.List_View extends Efl.Ui.Layout implements Efl.Ui.Scrollable_Interactive, Efl.Ui.Scrollbar, | 9 | class @beta Efl.Ui.List_View extends Efl.Ui.Layout implements Efl.Ui.Scrollable_Interactive, Efl.Ui.Scrollbar, |
10 | Efl.Access.Widget.Action, Efl.Access.Selection, Efl.Ui.Focus.Composition, Efl.Ui.Focus.Manager_Sub, | 10 | Efl.Access.Widget.Action, Efl.Access.Selection, Efl.Ui.Focus.Composition, Efl.Ui.Focus.Manager_Sub, |
11 | Efl.Ui.Clickable, Efl.Ui.Selectable, Efl.Ui.List_View_Model, Efl.Ui.Widget_Focus_Manager | 11 | Efl.Ui.Clickable, Efl.Ui.Selectable, Efl.Ui.List_View_Model, Efl.Ui.Widget_Focus_Manager |
12 | { | 12 | { |
diff --git a/src/lib/elementary/efl_ui_list_view_model.eo b/src/lib/elementary/efl_ui_list_view_model.eo index 1c99555606..cf4780ed5f 100644 --- a/src/lib/elementary/efl_ui_list_view_model.eo +++ b/src/lib/elementary/efl_ui_list_view_model.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import efl_ui_list_view_types; | 1 | import efl_ui_list_view_types; |
2 | 2 | ||
3 | interface Efl.Ui.List_View_Model | 3 | interface @beta Efl.Ui.List_View_Model |
4 | { | 4 | { |
5 | methods { | 5 | methods { |
6 | @property load_range { | 6 | @property load_range { |
diff --git a/src/lib/elementary/efl_ui_list_view_pan.eo b/src/lib/elementary/efl_ui_list_view_pan.eo index e05cd09b96..1bd72a8300 100644 --- a/src/lib/elementary/efl_ui_list_view_pan.eo +++ b/src/lib/elementary/efl_ui_list_view_pan.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.List_View_Pan extends Efl.Ui.Pan | 1 | class @beta Efl.Ui.List_View_Pan extends Efl.Ui.Pan |
2 | { | 2 | { |
3 | [[Elementary Efl_Ui_List_View pan class]] | 3 | [[Elementary Efl_Ui_List_View pan class]] |
4 | implements { | 4 | implements { |
diff --git a/src/lib/elementary/efl_ui_list_view_precise_layouter.eo b/src/lib/elementary/efl_ui_list_view_precise_layouter.eo index 52f4964c6c..0a83c0a08b 100644 --- a/src/lib/elementary/efl_ui_list_view_precise_layouter.eo +++ b/src/lib/elementary/efl_ui_list_view_precise_layouter.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.List_View_Precise_Layouter extends Efl.Object implements Efl.Ui.List_View_Relayout | 1 | class @beta Efl.Ui.List_View_Precise_Layouter extends Efl.Object implements Efl.Ui.List_View_Relayout |
2 | { | 2 | { |
3 | implements { | 3 | implements { |
4 | Efl.Object.constructor; | 4 | Efl.Object.constructor; |
diff --git a/src/lib/elementary/efl_ui_list_view_relayout.eo b/src/lib/elementary/efl_ui_list_view_relayout.eo index 77112450a9..07b5dc65bb 100644 --- a/src/lib/elementary/efl_ui_list_view_relayout.eo +++ b/src/lib/elementary/efl_ui_list_view_relayout.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | interface Efl.Ui.List_View_Relayout | 1 | interface @beta Efl.Ui.List_View_Relayout |
2 | { | 2 | { |
3 | methods { | 3 | methods { |
4 | layout_do { | 4 | layout_do { |
diff --git a/src/lib/elementary/efl_ui_navigation_bar.eo b/src/lib/elementary/efl_ui_navigation_bar.eo index 15f4d922a8..77f1e5abdc 100644 --- a/src/lib/elementary/efl_ui_navigation_bar.eo +++ b/src/lib/elementary/efl_ui_navigation_bar.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Navigation_Bar extends Efl.Ui.Layout implements Efl.Content, Efl.Text | 1 | class @beta Efl.Ui.Navigation_Bar extends Efl.Ui.Layout implements Efl.Content, Efl.Text |
2 | { | 2 | { |
3 | [[Navigation_Bar widget. | 3 | [[Navigation_Bar widget. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_navigation_bar_part.eo b/src/lib/elementary/efl_ui_navigation_bar_part.eo index c94b5a5f02..40b0bcf74b 100644 --- a/src/lib/elementary/efl_ui_navigation_bar_part.eo +++ b/src/lib/elementary/efl_ui_navigation_bar_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Navigation_Bar_Part extends Efl.Ui.Layout_Part_Content | 1 | class @beta Efl.Ui.Navigation_Bar_Part extends Efl.Ui.Layout_Part_Content |
2 | { | 2 | { |
3 | [[Efl UI Navigation_Bar internal part class]] | 3 | [[Efl UI Navigation_Bar internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_navigation_bar_part_back_button.eo b/src/lib/elementary/efl_ui_navigation_bar_part_back_button.eo index 43e3dd1613..2ed99a181f 100644 --- a/src/lib/elementary/efl_ui_navigation_bar_part_back_button.eo +++ b/src/lib/elementary/efl_ui_navigation_bar_part_back_button.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Navigation_Bar_Part_Back_Button extends Efl.Ui.Layout_Part implements Efl.Ui.Clickable, Efl.Gfx.Entity, Efl.Text, Efl.Content | 1 | class @beta Efl.Ui.Navigation_Bar_Part_Back_Button extends Efl.Ui.Layout_Part implements Efl.Ui.Clickable, Efl.Gfx.Entity, Efl.Text, Efl.Content |
2 | { | 2 | { |
3 | [[Efl Ui Navigation_Bar internal part back button class]] | 3 | [[Efl Ui Navigation_Bar internal part back button class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_navigation_layout.eo b/src/lib/elementary/efl_ui_navigation_layout.eo index 51fe71f8ae..373d711839 100644 --- a/src/lib/elementary/efl_ui_navigation_layout.eo +++ b/src/lib/elementary/efl_ui_navigation_layout.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Navigation_Layout extends Efl.Ui.Layout implements Efl.Content | 1 | class @beta Efl.Ui.Navigation_Layout extends Efl.Ui.Layout implements Efl.Content |
2 | { | 2 | { |
3 | [[Navigation_Layout widget. | 3 | [[Navigation_Layout widget. |
4 | 4 | ||
diff --git a/src/lib/elementary/efl_ui_nstate.eo b/src/lib/elementary/efl_ui_nstate.eo index 31b29acd56..622d4c1e69 100644 --- a/src/lib/elementary/efl_ui_nstate.eo +++ b/src/lib/elementary/efl_ui_nstate.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Nstate extends Efl.Ui.Button | 1 | class @beta Efl.Ui.Nstate extends Efl.Ui.Button |
2 | { | 2 | { |
3 | [[Efl UI nstate class]] | 3 | [[Efl UI nstate class]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_ui_pager.eo b/src/lib/elementary/efl_ui_pager.eo index 7ccdd0c791..50bcecb78b 100644 --- a/src/lib/elementary/efl_ui_pager.eo +++ b/src/lib/elementary/efl_ui_pager.eo | |||
@@ -5,7 +5,7 @@ enum Efl.Ui.Pager_Loop | |||
5 | enabled | 5 | enabled |
6 | } | 6 | } |
7 | 7 | ||
8 | class Efl.Ui.Pager extends Efl.Ui.Layout implements Efl.Pack_Linear | 8 | class @beta Efl.Ui.Pager extends Efl.Ui.Layout implements Efl.Pack_Linear |
9 | { | 9 | { |
10 | [[Pager widget | 10 | [[Pager widget |
11 | 11 | ||
diff --git a/src/lib/elementary/efl_ui_pan.eo b/src/lib/elementary/efl_ui_pan.eo index 907d50b197..84d2e0df81 100644 --- a/src/lib/elementary/efl_ui_pan.eo +++ b/src/lib/elementary/efl_ui_pan.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Pan extends Efl.Canvas.Group implements Efl.Content | 1 | class @beta Efl.Ui.Pan extends Efl.Canvas.Group implements Efl.Content |
2 | { | 2 | { |
3 | [[Elementary pan class]] | 3 | [[Elementary pan class]] |
4 | methods { | 4 | methods { |
diff --git a/src/lib/elementary/efl_ui_panel.eo b/src/lib/elementary/efl_ui_panel.eo index 6d0bc5ccb5..8aa1189001 100644 --- a/src/lib/elementary/efl_ui_panel.eo +++ b/src/lib/elementary/efl_ui_panel.eo | |||
@@ -15,7 +15,7 @@ struct Efl.Ui.Panel_Scroll_Info | |||
15 | rel_y: double; [[content scrolled position (0.0 ~ 1.0) in the panel]] | 15 | rel_y: double; [[content scrolled position (0.0 ~ 1.0) in the panel]] |
16 | } | 16 | } |
17 | 17 | ||
18 | class Efl.Ui.Panel extends Efl.Ui.Layout implements Efl.Ui.Focus.Layer, Elm.Interface_Scrollable, Efl.Content, | 18 | class @beta Efl.Ui.Panel extends Efl.Ui.Layout implements Efl.Ui.Focus.Layer, Elm.Interface_Scrollable, Efl.Content, |
19 | Efl.Access.Widget.Action | 19 | Efl.Access.Widget.Action |
20 | { | 20 | { |
21 | [[Elementary panel class]] | 21 | [[Elementary panel class]] |
diff --git a/src/lib/elementary/efl_ui_panes.eo b/src/lib/elementary/efl_ui_panes.eo index eb4d0c3669..a7e15570ad 100644 --- a/src/lib/elementary/efl_ui_panes.eo +++ b/src/lib/elementary/efl_ui_panes.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Panes extends Efl.Ui.Layout implements Efl.Ui.Direction, | 1 | class @beta Efl.Ui.Panes extends Efl.Ui.Layout implements Efl.Ui.Direction, |
2 | Efl.Ui.Clickable | 2 | Efl.Ui.Clickable |
3 | { | 3 | { |
4 | [[Elementary panes class]] | 4 | [[Elementary panes class]] |
diff --git a/src/lib/elementary/efl_ui_panes_legacy.eo b/src/lib/elementary/efl_ui_panes_legacy.eo index 28f9ca5af9..6c8355e0b9 100644 --- a/src/lib/elementary/efl_ui_panes_legacy.eo +++ b/src/lib/elementary/efl_ui_panes_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Panes_Legacy extends Efl.Ui.Panes implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Panes_Legacy extends Efl.Ui.Panes implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Elementary panes class]] | 3 | [[Elementary panes class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_panes_part.eo b/src/lib/elementary/efl_ui_panes_part.eo index 4a96713c83..d7e6da12a4 100644 --- a/src/lib/elementary/efl_ui_panes_part.eo +++ b/src/lib/elementary/efl_ui_panes_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Panes_Part extends Efl.Ui.Layout_Part_Content | 1 | class @beta Efl.Ui.Panes_Part extends Efl.Ui.Layout_Part_Content |
2 | { | 2 | { |
3 | [[Elementary Panes internal part class]] | 3 | [[Elementary Panes internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_popup.eo b/src/lib/elementary/efl_ui_popup.eo index e2946adca2..31b7b531f2 100644 --- a/src/lib/elementary/efl_ui_popup.eo +++ b/src/lib/elementary/efl_ui_popup.eo | |||
@@ -8,7 +8,7 @@ enum Efl.Ui.Popup_Align { | |||
8 | bottom [[Popup aligned to bottom]] | 8 | bottom [[Popup aligned to bottom]] |
9 | } | 9 | } |
10 | 10 | ||
11 | class Efl.Ui.Popup extends Efl.Ui.Layout implements Efl.Content, Efl.Ui.Focus.Layer | 11 | class @beta Efl.Ui.Popup extends Efl.Ui.Layout implements Efl.Content, Efl.Ui.Focus.Layer |
12 | { | 12 | { |
13 | [[EFL UI popup class]] | 13 | [[EFL UI popup class]] |
14 | methods { | 14 | methods { |
diff --git a/src/lib/elementary/efl_ui_popup_part_backwall.eo b/src/lib/elementary/efl_ui_popup_part_backwall.eo index 124d27c909..759e0f4697 100644 --- a/src/lib/elementary/efl_ui_popup_part_backwall.eo +++ b/src/lib/elementary/efl_ui_popup_part_backwall.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Popup_Part_Backwall extends Efl.Ui.Layout_Part implements Efl.File | 1 | class @beta Efl.Ui.Popup_Part_Backwall extends Efl.Ui.Layout_Part implements Efl.File |
2 | { | 2 | { |
3 | [[Efl UI Popup internal part backwall class]] | 3 | [[Efl UI Popup internal part backwall class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_progressbar.eo b/src/lib/elementary/efl_ui_progressbar.eo index 39dff28ee0..9b291707f6 100644 --- a/src/lib/elementary/efl_ui_progressbar.eo +++ b/src/lib/elementary/efl_ui_progressbar.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Progressbar extends Efl.Ui.Layout implements Efl.Ui.Range_Display, Efl.Ui.Format, | 1 | class @beta Efl.Ui.Progressbar extends Efl.Ui.Layout implements Efl.Ui.Range_Display, Efl.Ui.Format, |
2 | Efl.Ui.Direction, Efl.Access.Value, | 2 | Efl.Ui.Direction, Efl.Access.Value, |
3 | Efl.Text, Efl.Content, Efl.Text_Markup | 3 | Efl.Text, Efl.Content, Efl.Text_Markup |
4 | { | 4 | { |
diff --git a/src/lib/elementary/efl_ui_progressbar_legacy.eo b/src/lib/elementary/efl_ui_progressbar_legacy.eo index a8361cf09d..a59f3342cc 100644 --- a/src/lib/elementary/efl_ui_progressbar_legacy.eo +++ b/src/lib/elementary/efl_ui_progressbar_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Progressbar_Legacy extends Efl.Ui.Progressbar implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Progressbar_Legacy extends Efl.Ui.Progressbar implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Elementary progressbar class]] | 3 | [[Elementary progressbar class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_progressbar_legacy_part.eo b/src/lib/elementary/efl_ui_progressbar_legacy_part.eo index fd989e518d..da75f9602d 100644 --- a/src/lib/elementary/efl_ui_progressbar_legacy_part.eo +++ b/src/lib/elementary/efl_ui_progressbar_legacy_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Progressbar_Legacy_Part extends Efl.Ui.Layout_Part_Content | 1 | class @beta Efl.Ui.Progressbar_Legacy_Part extends Efl.Ui.Layout_Part_Content |
2 | { | 2 | { |
3 | [[Elementary progressbar internal part class]] | 3 | [[Elementary progressbar internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_progressbar_part.eo b/src/lib/elementary/efl_ui_progressbar_part.eo index 3ab05796f3..b80177dd16 100644 --- a/src/lib/elementary/efl_ui_progressbar_part.eo +++ b/src/lib/elementary/efl_ui_progressbar_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Progressbar_Part extends Efl.Ui.Layout_Part implements Efl.Ui.Range_Display | 1 | class @beta Efl.Ui.Progressbar_Part extends Efl.Ui.Layout_Part implements Efl.Ui.Range_Display |
2 | { | 2 | { |
3 | [[Elementary progressbar internal part class]] | 3 | [[Elementary progressbar internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_radio.eo b/src/lib/elementary/efl_ui_radio.eo index c85d163be1..96e6f76b05 100644 --- a/src/lib/elementary/efl_ui_radio.eo +++ b/src/lib/elementary/efl_ui_radio.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Radio extends Efl.Ui.Check implements Efl.Access.Widget.Action, Efl.Content | 1 | class @beta Efl.Ui.Radio extends Efl.Ui.Check implements Efl.Access.Widget.Action, Efl.Content |
2 | { | 2 | { |
3 | [[Elementary radio class]] | 3 | [[Elementary radio class]] |
4 | legacy_prefix: elm_radio; | 4 | legacy_prefix: elm_radio; |
diff --git a/src/lib/elementary/efl_ui_radio_legacy.eo b/src/lib/elementary/efl_ui_radio_legacy.eo index 8089c48763..a129d6152a 100644 --- a/src/lib/elementary/efl_ui_radio_legacy.eo +++ b/src/lib/elementary/efl_ui_radio_legacy.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Radio_Legacy extends Efl.Ui.Radio implements Efl.Ui.Legacy | 1 | class @beta Efl.Ui.Radio_Legacy extends Efl.Ui.Radio implements Efl.Ui.Legacy |
2 | { | 2 | { |
3 | [[Elementary radio class]] | 3 | [[Elementary radio class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_radio_legacy_part.eo b/src/lib/elementary/efl_ui_radio_legacy_part.eo index e7edcdeb2e..12a99be7c8 100644 --- a/src/lib/elementary/efl_ui_radio_legacy_part.eo +++ b/src/lib/elementary/efl_ui_radio_legacy_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Radio_Legacy_Part extends Efl.Ui.Layout_Part_Content | 1 | class @beta Efl.Ui.Radio_Legacy_Part extends Efl.Ui.Layout_Part_Content |
2 | { | 2 | { |
3 | [[Elementary radio internal part class]] | 3 | [[Elementary radio internal part class]] |
4 | data: null; | 4 | data: null; |
diff --git a/src/lib/elementary/efl_ui_scroll_alert_popup.eo b/src/lib/elementary/efl_ui_scroll_alert_popup.eo index fe4cf365d5..fb9aeb2558 100644 --- a/src/lib/elementary/efl_ui_scroll_alert_popup.eo +++ b/src/lib/elementary/efl_ui_scroll_alert_popup.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | import eina_types; | 1 | import eina_types; |
2 | 2 | ||
3 | class Efl.Ui.Scroll_Alert_Popup extends Efl.Ui.Alert_Popup | 3 | class @beta Efl.Ui.Scroll_Alert_Popup extends Efl.Ui.Alert_Popup |
4 | { | 4 | { |
5 | [[EFL UI Scroll Alert Popup class]] | 5 | [[EFL UI Scroll Alert Popup class]] |
6 | methods { | 6 | methods { |
diff --git a/src/lib/elementary/efl_ui_scroll_alert_popup_part.eo b/src/lib/elementary/efl_ui_scroll_alert_popup_part.eo index f100d02286..b9a818a00f 100644 --- a/src/lib/elementary/efl_ui_scroll_alert_popup_part.eo +++ b/src/lib/elementary/efl_ui_scroll_alert_popup_part.eo | |||
@@ -1,4 +1,4 @@ | |||
1 | class Efl.Ui.Scroll_Alert_Popup_Part extends Efl.Ui.Layout_Part implements Efl.Content, Efl.Text | 1 | class @beta Efl.Ui.Scroll_Alert_Popup_Part extends Efl.Ui.Layout_Part implements Efl.Content, Efl.Text |
2 | { | 2 | { |
3 | [[Efl UI Scroll Alert Popup internal part class]] | 3 | [[Efl UI Scroll Alert Popup internal part class]] |
4 | data: null; |