diff options
123 files changed, 28 insertions, 506 deletions
diff --git a/src/lib/ecore/efl_io_buffered_stream.eo b/src/lib/ecore/efl_io_buffered_stream.eo index c61248b30d..5271006422 100644 --- a/src/lib/ecore/efl_io_buffered_stream.eo +++ b/src/lib/ecore/efl_io_buffered_stream.eo | |||
@@ -31,8 +31,6 @@ class @beta Efl.Io.Buffered_Stream extends Efl.Loop_Consumer implements Efl.Io.R | |||
31 | and can be retrieved with @.inner_io.get, which should be used | 31 | and can be retrieved with @.inner_io.get, which should be used |
32 | with care -- calling @Efl.Io.Reader.read and | 32 | with care -- calling @Efl.Io.Reader.read and |
33 | @Efl.Io.Writer.write on it may produce unexpected results. | 33 | @Efl.Io.Writer.write on it may produce unexpected results. |
34 | |||
35 | @since 1.19 | ||
36 | ]] | 34 | ]] |
37 | 35 | ||
38 | methods { | 36 | methods { |
diff --git a/src/lib/ecore/efl_io_closer_fd.eo b/src/lib/ecore/efl_io_closer_fd.eo index c927cb5b2d..2d59703205 100644 --- a/src/lib/ecore/efl_io_closer_fd.eo +++ b/src/lib/ecore/efl_io_closer_fd.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | mixin @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | methods { | 5 | methods { |
diff --git a/src/lib/ecore/efl_io_copier.eo b/src/lib/ecore/efl_io_copier.eo index ba4412f359..f4ef7679c4 100644 --- a/src/lib/ecore/efl_io_copier.eo +++ b/src/lib/ecore/efl_io_copier.eo | |||
@@ -59,8 +59,6 @@ class @beta Efl.Io.Copier extends Efl.Loop_Consumer implements Efl.Io.Closer { | |||
59 | @Efl.Io.Closer.close_on_exec and | 59 | @Efl.Io.Closer.close_on_exec and |
60 | @Efl.Io.Closer.close_on_invalidate are respected and applied to | 60 | @Efl.Io.Closer.close_on_invalidate are respected and applied to |
61 | both source and destination. Both default to $true. | 61 | both source and destination. Both default to $true. |
62 | |||
63 | @since 1.19 | ||
64 | ]] | 62 | ]] |
65 | 63 | ||
66 | methods { | 64 | methods { |
diff --git a/src/lib/ecore/efl_io_file.eo b/src/lib/ecore/efl_io_file.eo index 269d46ec37..c0a968741e 100644 --- a/src/lib/ecore/efl_io_file.eo +++ b/src/lib/ecore/efl_io_file.eo | |||
@@ -4,8 +4,6 @@ class @beta Efl.Io.File extends Efl.Loop_Fd implements Efl.File, Efl.Io.Reader_F | |||
4 | @Efl.Io.Closer.close_on_exec and | 4 | @Efl.Io.Closer.close_on_exec and |
5 | @Efl.Io.Closer.close_on_invalidate are respected and default to | 5 | @Efl.Io.Closer.close_on_invalidate are respected and default to |
6 | $true. @Efl.Io.Closer.close_on_exec.set sets flag O_CLOEXEC. | 6 | $true. @Efl.Io.Closer.close_on_exec.set sets flag O_CLOEXEC. |
7 | |||
8 | @since 1.19 | ||
9 | ]] | 7 | ]] |
10 | 8 | ||
11 | methods { | 9 | methods { |
diff --git a/src/lib/ecore/efl_io_positioner_fd.eo b/src/lib/ecore/efl_io_positioner_fd.eo index f5169e10be..dba9042f1b 100644 --- a/src/lib/ecore/efl_io_positioner_fd.eo +++ b/src/lib/ecore/efl_io_positioner_fd.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | mixin @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | methods { | 5 | methods { |
diff --git a/src/lib/ecore/efl_io_reader_fd.eo b/src/lib/ecore/efl_io_reader_fd.eo index 9c6fc83bae..d32dfb486e 100644 --- a/src/lib/ecore/efl_io_reader_fd.eo +++ b/src/lib/ecore/efl_io_reader_fd.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | mixin @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | methods { | 5 | methods { |
diff --git a/src/lib/ecore/efl_io_sizer_fd.eo b/src/lib/ecore/efl_io_sizer_fd.eo index 6eb12ad8b7..9dc98de9ed 100644 --- a/src/lib/ecore/efl_io_sizer_fd.eo +++ b/src/lib/ecore/efl_io_sizer_fd.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | mixin @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | methods { | 5 | methods { |
diff --git a/src/lib/ecore/efl_io_stderr.eo b/src/lib/ecore/efl_io_stderr.eo index f183e371e2..626a99de95 100644 --- a/src/lib/ecore/efl_io_stderr.eo +++ b/src/lib/ecore/efl_io_stderr.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | class @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | data: null; | 5 | data: null; |
diff --git a/src/lib/ecore/efl_io_stdin.eo b/src/lib/ecore/efl_io_stdin.eo index 75645d2461..d081bb1075 100644 --- a/src/lib/ecore/efl_io_stdin.eo +++ b/src/lib/ecore/efl_io_stdin.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | class @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | data: null; | 5 | data: null; |
diff --git a/src/lib/ecore/efl_io_stdout.eo b/src/lib/ecore/efl_io_stdout.eo index 66497b1211..5d419550d3 100644 --- a/src/lib/ecore/efl_io_stdout.eo +++ b/src/lib/ecore/efl_io_stdout.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | class @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | data: null; | 5 | data: null; |
diff --git a/src/lib/ecore/efl_io_writer_fd.eo b/src/lib/ecore/efl_io_writer_fd.eo index 70fe627725..2f7b46156b 100644 --- a/src/lib/ecore/efl_io_writer_fd.eo +++ b/src/lib/ecore/efl_io_writer_fd.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | mixin @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | methods { | 5 | methods { |
diff --git a/src/lib/ecore/efl_loop_timer.eo b/src/lib/ecore/efl_loop_timer.eo index 2917689435..7009fc0baa 100644 --- a/src/lib/ecore/efl_loop_timer.eo +++ b/src/lib/ecore/efl_loop_timer.eo | |||
@@ -32,14 +32,11 @@ class Efl.Loop_Timer extends Efl.Loop_Consumer | |||
32 | timer start ticking off from zero now. | 32 | timer start ticking off from zero now. |
33 | 33 | ||
34 | This is equal to delaying the timer by the already passed time, since the timer started ticking | 34 | This is equal to delaying the timer by the already passed time, since the timer started ticking |
35 | |||
36 | @since 1.2 | ||
37 | ]] | 35 | ]] |
38 | } | 36 | } |
39 | timer_loop_reset { | 37 | timer_loop_reset { |
40 | [[This effectively resets a timer but based on the time when this iteration of the main loop started. | 38 | [[This effectively resets a timer but based on the time when this iteration of the main loop started. |
41 | @since 1.18 | 39 | ]] |
42 | ]] | ||
43 | } | 40 | } |
44 | timer_delay { | 41 | timer_delay { |
45 | [[Adds a delay to the next occurrence of a timer. | 42 | [[Adds a delay to the next occurrence of a timer. |
diff --git a/src/lib/ecore_audio/ecore_audio.eo b/src/lib/ecore_audio/ecore_audio.eo index af668fbe32..93409d21cb 100644 --- a/src/lib/ecore_audio/ecore_audio.eo +++ b/src/lib/ecore_audio/ecore_audio.eo | |||
@@ -21,8 +21,6 @@ abstract @beta Ecore.Audio extends Efl.Object | |||
21 | methods { | 21 | methods { |
22 | @property paused { | 22 | @property paused { |
23 | [[Pauses state of the object | 23 | [[Pauses state of the object |
24 | |||
25 | @since 1.8 | ||
26 | ]] | 24 | ]] |
27 | set { | 25 | set { |
28 | } | 26 | } |
@@ -34,8 +32,6 @@ abstract @beta Ecore.Audio extends Efl.Object | |||
34 | } | 32 | } |
35 | @property volume { | 33 | @property volume { |
36 | [[Volume of the object | 34 | [[Volume of the object |
37 | |||
38 | @since 1.8 | ||
39 | ]] | 35 | ]] |
40 | set { | 36 | set { |
41 | } | 37 | } |
@@ -51,8 +47,6 @@ abstract @beta Ecore.Audio extends Efl.Object | |||
51 | What sources are supported depends on the actual object. | 47 | What sources are supported depends on the actual object. |
52 | For example, the libsndfile class accepts WAV, OGG, FLAC | 48 | For example, the libsndfile class accepts WAV, OGG, FLAC |
53 | files as source. | 49 | files as source. |
54 | |||
55 | @since 1.8 | ||
56 | ]] | 50 | ]] |
57 | set { | 51 | set { |
58 | return: bool; [[$true if the source was set correctly (i.e. the file | 52 | return: bool; [[$true if the source was set correctly (i.e. the file |
@@ -71,8 +65,6 @@ abstract @beta Ecore.Audio extends Efl.Object | |||
71 | 65 | ||
72 | What formats are supported depends on the actual object. Default | 66 | What formats are supported depends on the actual object. Default |
73 | is ECORE_AUDIO_FORMAT_AUTO | 67 | is ECORE_AUDIO_FORMAT_AUTO |
74 | |||
75 | @since 1.8 | ||
76 | ]] | 68 | ]] |
77 | return: bool; [[$true if the format was supported, $false otherwise]] | 69 | return: bool; [[$true if the format was supported, $false otherwise]] |
78 | } | 70 | } |
@@ -81,8 +73,6 @@ abstract @beta Ecore.Audio extends Efl.Object | |||
81 | 73 | ||
82 | After setting the source if the format was ECORE_AUDIO_FORMAT_AUTO | 74 | After setting the source if the format was ECORE_AUDIO_FORMAT_AUTO |
83 | this function will now return the actual format. | 75 | this function will now return the actual format. |
84 | |||
85 | @since 1.8 | ||
86 | ]] | 76 | ]] |
87 | } | 77 | } |
88 | values { | 78 | values { |
@@ -91,8 +81,6 @@ abstract @beta Ecore.Audio extends Efl.Object | |||
91 | } | 81 | } |
92 | vio_set @pure_virtual { | 82 | vio_set @pure_virtual { |
93 | [[Sets the virtual IO functions | 83 | [[Sets the virtual IO functions |
94 | |||
95 | @since 1.8 | ||
96 | ]] | 84 | ]] |
97 | params { | 85 | params { |
98 | vio: ptr(Ecore.Audio.Vio); [[The @Ecore.Audio.Vio struct with | 86 | vio: ptr(Ecore.Audio.Vio); [[The @Ecore.Audio.Vio struct with |
diff --git a/src/lib/ecore_audio/ecore_audio_in.eo b/src/lib/ecore_audio/ecore_audio_in.eo index 7c8582f985..bbee8e1910 100644 --- a/src/lib/ecore_audio/ecore_audio_in.eo +++ b/src/lib/ecore_audio/ecore_audio_in.eo | |||
@@ -7,8 +7,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
7 | methods { | 7 | methods { |
8 | @property speed { | 8 | @property speed { |
9 | [[Playback speed of the input. | 9 | [[Playback speed of the input. |
10 | |||
11 | @since 1.8 | ||
12 | ]] | 10 | ]] |
13 | set { | 11 | set { |
14 | } | 12 | } |
@@ -20,8 +18,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
20 | } | 18 | } |
21 | @property samplerate { | 19 | @property samplerate { |
22 | [[Sample-rate of the input | 20 | [[Sample-rate of the input |
23 | |||
24 | @since 1.8 | ||
25 | ]] | 21 | ]] |
26 | set { | 22 | set { |
27 | } | 23 | } |
@@ -33,8 +29,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
33 | } | 29 | } |
34 | @property channels { | 30 | @property channels { |
35 | [[Amount of channels the input has | 31 | [[Amount of channels the input has |
36 | |||
37 | @since 1.8 | ||
38 | ]] | 32 | ]] |
39 | set { | 33 | set { |
40 | } | 34 | } |
@@ -46,8 +40,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
46 | } | 40 | } |
47 | @property preloaded { | 41 | @property preloaded { |
48 | [[Preloaded state of the input | 42 | [[Preloaded state of the input |
49 | |||
50 | @since 1.8 | ||
51 | ]] | 43 | ]] |
52 | set { | 44 | set { |
53 | } | 45 | } |
@@ -63,8 +55,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
63 | If the input is looped and reaches the end it will start from the | 55 | If the input is looped and reaches the end it will start from the |
64 | beginning again. At the same time the event | 56 | beginning again. At the same time the event |
65 | \@ref ECORE_AUDIO_EV_IN_LOOPED will be emitted | 57 | \@ref ECORE_AUDIO_EV_IN_LOOPED will be emitted |
66 | |||
67 | @since 1.8 | ||
68 | ]] | 58 | ]] |
69 | set { | 59 | set { |
70 | } | 60 | } |
@@ -79,8 +69,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
79 | 69 | ||
80 | This function is only implemented by some classes | 70 | This function is only implemented by some classes |
81 | (i.e. ECORE_AUDIO_OBJ_IN_TONE_CLASS) | 71 | (i.e. ECORE_AUDIO_OBJ_IN_TONE_CLASS) |
82 | |||
83 | @since 1.8 | ||
84 | ]] | 72 | ]] |
85 | set { | 73 | set { |
86 | } | 74 | } |
@@ -93,8 +81,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
93 | @property output { | 81 | @property output { |
94 | get { | 82 | get { |
95 | [[Gets the output that this input is attached to | 83 | [[Gets the output that this input is attached to |
96 | |||
97 | @since 1.8 | ||
98 | ]] | 84 | ]] |
99 | } | 85 | } |
100 | values { | 86 | values { |
@@ -104,8 +90,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
104 | @property remaining { | 90 | @property remaining { |
105 | get { | 91 | get { |
106 | [[Gets the remaining time of the input | 92 | [[Gets the remaining time of the input |
107 | |||
108 | @since 1.8 | ||
109 | ]] | 93 | ]] |
110 | } | 94 | } |
111 | values { | 95 | values { |
@@ -114,8 +98,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
114 | } | 98 | } |
115 | read { | 99 | read { |
116 | [[Reads from the input | 100 | [[Reads from the input |
117 | |||
118 | @since 1.8 | ||
119 | ]] | 101 | ]] |
120 | return: ssize; [[The amount of samples written to buf]] | 102 | return: ssize; [[The amount of samples written to buf]] |
121 | params { | 103 | params { |
@@ -125,8 +107,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
125 | } | 107 | } |
126 | read_internal { | 108 | read_internal { |
127 | [[Internal read function | 109 | [[Internal read function |
128 | |||
129 | @since 1.8 | ||
130 | ]] | 110 | ]] |
131 | return: ssize; [[The amount of samples written to buf]] | 111 | return: ssize; [[The amount of samples written to buf]] |
132 | params { | 112 | params { |
@@ -136,8 +116,6 @@ class @beta Ecore.Audio.In extends Ecore.Audio | |||
136 | } | 116 | } |
137 | seek { | 117 | seek { |
138 | [[Seeks within the input | 118 | [[Seeks within the input |
139 | |||
140 | @since 1.8 | ||
141 | ]] | 119 | ]] |
142 | return: double; [[The current absolute position in seconds within | 120 | return: double; [[The current absolute position in seconds within |
143 | the input]] | 121 | the input]] |
diff --git a/src/lib/ecore_audio/ecore_audio_out.eo b/src/lib/ecore_audio/ecore_audio_out.eo index 59821c3dd9..f18dd8dc0e 100644 --- a/src/lib/ecore_audio/ecore_audio_out.eo +++ b/src/lib/ecore_audio/ecore_audio_out.eo | |||
@@ -7,8 +7,6 @@ abstract @beta Ecore.Audio.Out extends Ecore.Audio | |||
7 | methods { | 7 | methods { |
8 | input_attach { | 8 | input_attach { |
9 | [[Attaches an input to an output | 9 | [[Attaches an input to an output |
10 | |||
11 | @since 1.8 | ||
12 | ]] | 10 | ]] |
13 | return: bool; [[$true if the input was attached, $false otherwise]] | 11 | return: bool; [[$true if the input was attached, $false otherwise]] |
14 | params { | 12 | params { |
@@ -17,8 +15,6 @@ abstract @beta Ecore.Audio.Out extends Ecore.Audio | |||
17 | } | 15 | } |
18 | input_detach { | 16 | input_detach { |
19 | [[Detaches an input from an output | 17 | [[Detaches an input from an output |
20 | |||
21 | @since 1.8 | ||
22 | ]] | 18 | ]] |
23 | return: bool; [[$true if the input was detached, $false otherwise]] | 19 | return: bool; [[$true if the input was detached, $false otherwise]] |
24 | params { | 20 | params { |
@@ -27,8 +23,6 @@ abstract @beta Ecore.Audio.Out extends Ecore.Audio | |||
27 | } | 23 | } |
28 | inputs_get { | 24 | inputs_get { |
29 | [[Returns the list of all attached inputs | 25 | [[Returns the list of all attached inputs |
30 | |||
31 | @since 1.8 | ||
32 | ]] | 26 | ]] |
33 | return: list<Ecore.Audio.In>; [[A list of the inputs that are attached to the output]] | 27 | return: list<Ecore.Audio.In>; [[A list of the inputs that are attached to the output]] |
34 | } | 28 | } |
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 a2c9206fcc..3acf2a2f17 100644 --- a/src/lib/ecore_con/efl_net_control_access_point.eo +++ b/src/lib/ecore_con/efl_net_control_access_point.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | enum @beta Efl.Net.Control.Access_Point_State { | 1 | enum @beta Efl.Net.Control.Access_Point_State { |
2 | [[Provides the access point state. | 2 | [[Provides the access point state. |
3 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | idle, [[Nothing is happening with this access point]] | 4 | idle, [[Nothing is happening with this access point]] |
7 | association, [[The access point is trying to associate itself. This is the first state after a connection attempt.]] | 5 | association, [[The access point is trying to associate itself. This is the first state after a connection attempt.]] |
@@ -14,8 +12,6 @@ enum @beta Efl.Net.Control.Access_Point_State { | |||
14 | 12 | ||
15 | enum @beta Efl.Net.Control.Access_Point_Error { | 13 | enum @beta Efl.Net.Control.Access_Point_Error { |
16 | [[The reason for the connection error. | 14 | [[The reason for the connection error. |
17 | |||
18 | @since 1.19 | ||
19 | ]] | 15 | ]] |
20 | none, [[All OK, no errors]] | 16 | none, [[All OK, no errors]] |
21 | out_of_range, [[Wireless device is out of range.]] | 17 | out_of_range, [[Wireless device is out of range.]] |
@@ -27,8 +23,6 @@ enum @beta Efl.Net.Control.Access_Point_Error { | |||
27 | 23 | ||
28 | enum @beta Efl.Net.Control.Access_Point_Security { | 24 | enum @beta Efl.Net.Control.Access_Point_Security { |
29 | [[Bitwise-able securities supported by an access point. | 25 | [[Bitwise-able securities supported by an access point. |
30 | |||
31 | @since 1.19 | ||
32 | ]] | 26 | ]] |
33 | unknow = 0, [[Unknown]] | 27 | unknow = 0, [[Unknown]] |
34 | none = (1 << 0), [[Open access, no security]] | 28 | none = (1 << 0), [[Open access, no security]] |
@@ -39,8 +33,6 @@ enum @beta Efl.Net.Control.Access_Point_Security { | |||
39 | 33 | ||
40 | enum @beta Efl.Net.Control.Access_Point_Ipv4_Method { | 34 | enum @beta Efl.Net.Control.Access_Point_Ipv4_Method { |
41 | [[The method used to configure IPv4 | 35 | [[The method used to configure IPv4 |
42 | |||
43 | @since 1.19 | ||
44 | ]] | 36 | ]] |
45 | off, [[IPv4 is disabled.]] | 37 | off, [[IPv4 is disabled.]] |
46 | dhcp, [[IPv4 is configured using DHCP.]] | 38 | dhcp, [[IPv4 is configured using DHCP.]] |
@@ -50,8 +42,6 @@ enum @beta Efl.Net.Control.Access_Point_Ipv4_Method { | |||
50 | 42 | ||
51 | enum @beta Efl.Net.Control.Access_Point_Ipv6_Method { | 43 | enum @beta Efl.Net.Control.Access_Point_Ipv6_Method { |
52 | [[The method used to configure IPv6 | 44 | [[The method used to configure IPv6 |
53 | |||
54 | @since 1.19 | ||
55 | ]] | 45 | ]] |
56 | off, [[IPv6 is disabled.]] | 46 | off, [[IPv6 is disabled.]] |
57 | fixed, [[IPv6 is fixed by operator and cannot be changed.]] | 47 | fixed, [[IPv6 is fixed by operator and cannot be changed.]] |
@@ -65,8 +55,6 @@ enum @beta Efl.Net.Control.Access_Point_Ipv6_Method { | |||
65 | 55 | ||
66 | enum @beta Efl.Net.Control.Access_Point_Proxy_Method { | 56 | enum @beta Efl.Net.Control.Access_Point_Proxy_Method { |
67 | [[The method used to configure Proxies. | 57 | [[The method used to configure Proxies. |
68 | |||
69 | @since 1.19 | ||
70 | ]] | 58 | ]] |
71 | off, [[Direct connection to the internet, no proxy used.]] | 59 | off, [[Direct connection to the internet, no proxy used.]] |
72 | auto, [[Proxy is autoconfigured using Proxy-Auto-Configuration (PAC) using given URL.]] | 60 | auto, [[Proxy is autoconfigured using Proxy-Auto-Configuration (PAC) using given URL.]] |
@@ -82,8 +70,6 @@ class @beta Efl.Net.Control.Access_Point extends Efl.Loop_Consumer { | |||
82 | 70 | ||
83 | An application requiring only a network connection can just | 71 | An application requiring only a network connection can just |
84 | use a @Efl.Net.Session instead. | 72 | use a @Efl.Net.Session instead. |
85 | |||
86 | @since 1.19 | ||
87 | ]] | 73 | ]] |
88 | 74 | ||
89 | events { | 75 | events { |
diff --git a/src/lib/ecore_con/efl_net_control_manager.eo b/src/lib/ecore_con/efl_net_control_manager.eo index e0f769bac7..cfb729b9db 100644 --- a/src/lib/ecore_con/efl_net_control_manager.eo +++ b/src/lib/ecore_con/efl_net_control_manager.eo | |||
@@ -7,8 +7,6 @@ enum @beta Efl.Net.Control.State { | |||
7 | 7 | ||
8 | For more details, use @Efl.Net.Control.Manager access points and | 8 | For more details, use @Efl.Net.Control.Manager access points and |
9 | their property state. | 9 | their property state. |
10 | |||
11 | @since 1.19 | ||
12 | ]] | 10 | ]] |
13 | offline, [[No access point is connected.]] | 11 | offline, [[No access point is connected.]] |
14 | local, [[At least one access point is connected and the internet connection hasn't been verified.]] | 12 | local, [[At least one access point is connected and the internet connection hasn't been verified.]] |
@@ -17,8 +15,6 @@ enum @beta Efl.Net.Control.State { | |||
17 | 15 | ||
18 | enum @beta Efl.Net.Control.Agent_Request_Input_Field { | 16 | enum @beta Efl.Net.Control.Agent_Request_Input_Field { |
19 | [[Bitwise-able fields requested to the agent. | 17 | [[Bitwise-able fields requested to the agent. |
20 | |||
21 | @since 1.19 | ||
22 | ]] | 18 | ]] |
23 | name = (1 << 0), [[Used for hidden WiFi access points. If SSID is present, this is an alternative to that.]] | 19 | name = (1 << 0), [[Used for hidden WiFi access points. If SSID is present, this is an alternative to that.]] |
24 | ssid = (1 << 1), [[Used for hidden WiFi access points. If name is present, this is an alternative to that.]] | 20 | ssid = (1 << 1), [[Used for hidden WiFi access points. If name is present, this is an alternative to that.]] |
@@ -29,8 +25,6 @@ enum @beta Efl.Net.Control.Agent_Request_Input_Field { | |||
29 | 25 | ||
30 | struct @beta Efl.Net.Control.Agent_Request_Input_Information { | 26 | struct @beta Efl.Net.Control.Agent_Request_Input_Information { |
31 | [[Name-value information pair provided to the agent. | 27 | [[Name-value information pair provided to the agent. |
32 | |||
33 | @since 1.19 | ||
34 | ]] | 28 | ]] |
35 | name: string; [[The information name, such as PreviousPassphrase, Host, Name...]] | 29 | name: string; [[The information name, such as PreviousPassphrase, Host, Name...]] |
36 | value: string; [[The contents of the information]] | 30 | value: string; [[The contents of the information]] |
@@ -38,8 +32,6 @@ struct @beta Efl.Net.Control.Agent_Request_Input_Information { | |||
38 | 32 | ||
39 | struct @beta Efl.Net.Control.Agent_Request_Input { | 33 | struct @beta Efl.Net.Control.Agent_Request_Input { |
40 | [[Requests input to the agent. | 34 | [[Requests input to the agent. |
41 | |||
42 | @since 1.19 | ||
43 | ]] | 35 | ]] |
44 | access_point: Efl.Net.Control.Access_Point; [[The access point which triggered this request.]] | 36 | access_point: Efl.Net.Control.Access_Point; [[The access point which triggered this request.]] |
45 | fields: Efl.Net.Control.Agent_Request_Input_Field; [[Bitwise OR of fields present in this request.]] | 37 | fields: Efl.Net.Control.Agent_Request_Input_Field; [[Bitwise OR of fields present in this request.]] |
@@ -49,8 +41,6 @@ struct @beta Efl.Net.Control.Agent_Request_Input { | |||
49 | 41 | ||
50 | struct @beta Efl.Net.Control.Agent_Error { | 42 | struct @beta Efl.Net.Control.Agent_Error { |
51 | [[Reports error to the agent. | 43 | [[Reports error to the agent. |
52 | |||
53 | @since 1.19 | ||
54 | ]] | 44 | ]] |
55 | access_point: Efl.Net.Control.Access_Point; [[The access point that triggered this error.]] | 45 | access_point: Efl.Net.Control.Access_Point; [[The access point that triggered this error.]] |
56 | message: string; [[The error message.]] | 46 | message: string; [[The error message.]] |
@@ -58,8 +48,6 @@ struct @beta Efl.Net.Control.Agent_Error { | |||
58 | 48 | ||
59 | struct @beta Efl.Net.Control.Agent_Browser_Url { | 49 | struct @beta Efl.Net.Control.Agent_Browser_Url { |
60 | [[Reports to agent that it should open a browser at a given URL. | 50 | [[Reports to agent that it should open a browser at a given URL. |
61 | |||
62 | @since 1.19 | ||
63 | ]] | 51 | ]] |
64 | access_point: Efl.Net.Control.Access_Point; [[The access point that triggered this request.]] | 52 | access_point: Efl.Net.Control.Access_Point; [[The access point that triggered this request.]] |
65 | url: string; [[The URL to point the browser at.]] | 53 | url: string; [[The URL to point the browser at.]] |
@@ -103,9 +91,6 @@ class @beta Efl.Net.Control.Manager extends Efl.Loop_Consumer { | |||
103 | (@Efl.Net.Control.State.online) and iterators for | 91 | (@Efl.Net.Control.State.online) and iterators for |
104 | @.access_points and @.technologies will be empty (they will be | 92 | @.access_points and @.technologies will be empty (they will be |
105 | returned but won't contain any items). | 93 | returned but won't contain any items). |
106 | |||
107 | |||
108 | @since 1.19 | ||
109 | ]] | 94 | ]] |
110 | events { | 95 | events { |
111 | access_point,add: Efl.Net.Control.Access_Point; [[The given access point has been added]] | 96 | access_point,add: Efl.Net.Control.Access_Point; [[The given access point has been added]] |
diff --git a/src/lib/ecore_con/efl_net_control_technology.eo b/src/lib/ecore_con/efl_net_control_technology.eo index 1c651a0d57..dc674339a7 100644 --- a/src/lib/ecore_con/efl_net_control_technology.eo +++ b/src/lib/ecore_con/efl_net_control_technology.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | enum @beta Efl.Net.Control.Technology_Type { | 1 | enum @beta Efl.Net.Control.Technology_Type { |
2 | [[Technology types | 2 | [[Technology types |
3 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | unknown, [[Type: unknown]] | 4 | unknown, [[Type: unknown]] |
7 | system, [[Type: system]] | 5 | system, [[Type: system]] |
@@ -24,8 +22,6 @@ class @beta Efl.Net.Control.Technology extends Efl.Loop_Consumer { | |||
24 | When powered, the technology will dynamically create and remove | 22 | When powered, the technology will dynamically create and remove |
25 | access points in | 23 | access points in |
26 | @Efl.Net.Control.Manager.access_points. | 24 | @Efl.Net.Control.Manager.access_points. |
27 | |||
28 | @since 1.19 | ||
29 | ]] | 25 | ]] |
30 | events { | 26 | events { |
31 | changed: void; [[Called when some properties were changed.]] | 27 | changed: void; [[Called when some properties were changed.]] |
diff --git a/src/lib/ecore_con/efl_net_dialer.eo b/src/lib/ecore_con/efl_net_dialer.eo index 46d46cd157..02770dca46 100644 --- a/src/lib/ecore_con/efl_net_dialer.eo +++ b/src/lib/ecore_con/efl_net_dialer.eo | |||
@@ -17,8 +17,6 @@ interface @beta Efl.Net.Dialer extends Efl.Net.Socket { | |||
17 | 17 | ||
18 | Once the socket is closed, @Efl.Io.Closer.closed will be called | 18 | Once the socket is closed, @Efl.Io.Closer.closed will be called |
19 | and the "closed" event is dispatched. | 19 | and the "closed" event is dispatched. |
20 | |||
21 | @since 1.19 | ||
22 | ]] | 20 | ]] |
23 | methods { | 21 | methods { |
24 | dial { | 22 | dial { |
diff --git a/src/lib/ecore_con/efl_net_dialer_http.eo b/src/lib/ecore_con/efl_net_dialer_http.eo index 4edff59178..ae06b397fa 100644 --- a/src/lib/ecore_con/efl_net_dialer_http.eo +++ b/src/lib/ecore_con/efl_net_dialer_http.eo | |||
@@ -47,8 +47,6 @@ class @beta Efl.Net.Dialer_Http extends Efl.Loop_Consumer implements Efl.Net.Dia | |||
47 | - socks5://proxyserver (default port 1080) | 47 | - socks5://proxyserver (default port 1080) |
48 | - socks4a://proxyserver:port (SOCKSv4 and let socks server to resolve domain) | 48 | - socks4a://proxyserver:port (SOCKSv4 and let socks server to resolve domain) |
49 | - socks4://proxyserver:port (SOCKSv4) | 49 | - socks4://proxyserver:port (SOCKSv4) |
50 | |||
51 | @since 1.19 | ||
52 | ]] | 50 | ]] |
53 | methods { | 51 | methods { |
54 | @property method { | 52 | @property method { |
diff --git a/src/lib/ecore_con/efl_net_dialer_simple.eo b/src/lib/ecore_con/efl_net_dialer_simple.eo index e28c929dd1..f1d2dd1acd 100644 --- a/src/lib/ecore_con/efl_net_dialer_simple.eo +++ b/src/lib/ecore_con/efl_net_dialer_simple.eo | |||
@@ -40,8 +40,6 @@ class @beta Efl.Net.Dialer_Simple extends Efl.Net.Socket_Simple implements Efl.N | |||
40 | to be set prior to @Efl.Object.finalize, then use | 40 | to be set prior to @Efl.Object.finalize, then use |
41 | @Efl.Io.Buffered_Stream.inner_io directly providing an already | 41 | @Efl.Io.Buffered_Stream.inner_io directly providing an already |
42 | created dialer. | 42 | created dialer. |
43 | |||
44 | @since 1.19 | ||
45 | ]] | 43 | ]] |
46 | 44 | ||
47 | methods { | 45 | methods { |
diff --git a/src/lib/ecore_con/efl_net_dialer_ssl.eo b/src/lib/ecore_con/efl_net_dialer_ssl.eo index a80c063aec..6172bd24d9 100644 --- a/src/lib/ecore_con/efl_net_dialer_ssl.eo +++ b/src/lib/ecore_con/efl_net_dialer_ssl.eo | |||
@@ -21,8 +21,6 @@ class @beta Efl.Net.Dialer_Ssl extends Efl.Net.Socket_Ssl implements Efl.Net.Dia | |||
21 | - socks5://proxyserver (default port 1080) | 21 | - socks5://proxyserver (default port 1080) |
22 | - socks4a://proxyserver:port (SOCKSv4 and let socks server to resolve domain) | 22 | - socks4a://proxyserver:port (SOCKSv4 and let socks server to resolve domain) |
23 | - socks4://proxyserver:port (SOCKSv4) | 23 | - socks4://proxyserver:port (SOCKSv4) |
24 | |||
25 | @since 1.19 | ||
26 | ]] | 24 | ]] |
27 | 25 | ||
28 | methods { | 26 | methods { |
diff --git a/src/lib/ecore_con/efl_net_dialer_tcp.eo b/src/lib/ecore_con/efl_net_dialer_tcp.eo index fdbf7d3797..4b01aeec9d 100644 --- a/src/lib/ecore_con/efl_net_dialer_tcp.eo +++ b/src/lib/ecore_con/efl_net_dialer_tcp.eo | |||
@@ -18,8 +18,6 @@ class @beta Efl.Net.Dialer_Tcp extends Efl.Net.Socket_Tcp implements Efl.Net.Dia | |||
18 | - socks5://proxyserver (default port 1080) | 18 | - socks5://proxyserver (default port 1080) |
19 | - socks4a://proxyserver:port (SOCKSv4 and let socks server to resolve domain) | 19 | - socks4a://proxyserver:port (SOCKSv4 and let socks server to resolve domain) |
20 | - socks4://proxyserver:port (SOCKSv4) | 20 | - socks4://proxyserver:port (SOCKSv4) |
21 | |||
22 | @since 1.19 | ||
23 | ]] | 21 | ]] |
24 | 22 | ||
25 | implements { | 23 | implements { |
diff --git a/src/lib/ecore_con/efl_net_dialer_udp.eo b/src/lib/ecore_con/efl_net_dialer_udp.eo index 709031a71e..15a957248b 100644 --- a/src/lib/ecore_con/efl_net_dialer_udp.eo +++ b/src/lib/ecore_con/efl_net_dialer_udp.eo | |||
@@ -19,10 +19,6 @@ class @beta Efl.Net.Dialer_Udp extends Efl.Net.Socket_Udp implements Efl.Net.Dia | |||
19 | - @Efl.Net.Socket_Udp.multicast_join: join other multicast groups. | 19 | - @Efl.Net.Socket_Udp.multicast_join: join other multicast groups. |
20 | - @Efl.Net.Socket_Udp.multicast_loopback: if packets should be delivered locally or only to remote peers. | 20 | - @Efl.Net.Socket_Udp.multicast_loopback: if packets should be delivered locally or only to remote peers. |
21 | - @Efl.Net.Socket_Udp.multicast_time_to_live: how far, in number of hops, the packet should go. | 21 | - @Efl.Net.Socket_Udp.multicast_time_to_live: how far, in number of hops, the packet should go. |
22 | |||
23 | I | ||
24 | |||
25 | @since 1.19 | ||
26 | ]] | 22 | ]] |
27 | 23 | ||
28 | implements { | 24 | implements { |
diff --git a/src/lib/ecore_con/efl_net_dialer_unix.eo b/src/lib/ecore_con/efl_net_dialer_unix.eo index a74f34d784..a9a7693300 100644 --- a/src/lib/ecore_con/efl_net_dialer_unix.eo +++ b/src/lib/ecore_con/efl_net_dialer_unix.eo | |||
@@ -6,8 +6,6 @@ class @beta Efl.Net.Dialer_Unix extends Efl.Net.Socket_Unix implements Efl.Net.D | |||
6 | 6 | ||
7 | Note: Proxies are meaningless for AF_UNIX family, thus are not | 7 | Note: Proxies are meaningless for AF_UNIX family, thus are not |
8 | implemented. | 8 | implemented. |
9 | |||
10 | @since 1.19 | ||
11 | ]] | 9 | ]] |
12 | 10 | ||
13 | implements { | 11 | implements { |
diff --git a/src/lib/ecore_con/efl_net_dialer_websocket.eo b/src/lib/ecore_con/efl_net_dialer_websocket.eo index 4a29fc30d5..262ad755fd 100644 --- a/src/lib/ecore_con/efl_net_dialer_websocket.eo +++ b/src/lib/ecore_con/efl_net_dialer_websocket.eo | |||
@@ -3,8 +3,6 @@ import efl_net_http_types; | |||
3 | 3 | ||
4 | enum @beta Efl.Net.Dialer_Websocket_Streaming_Mode { | 4 | enum @beta Efl.Net.Dialer_Websocket_Streaming_Mode { |
5 | [[How to map WebSocket to EFL I/O Interfaces. | 5 | [[How to map WebSocket to EFL I/O Interfaces. |
6 | |||
7 | @since 1.19 | ||
8 | ]] | 6 | ]] |
9 | disabled, [[@Efl.Io.Writer.write and @Efl.Io.Reader.read will fail by returning ENOSTR]] | 7 | disabled, [[@Efl.Io.Writer.write and @Efl.Io.Reader.read will fail by returning ENOSTR]] |
10 | binary, [[@Efl.Io.Writer.write will result in @Efl.Net.Dialer_Websocket.binary_send]] | 8 | binary, [[@Efl.Io.Writer.write will result in @Efl.Net.Dialer_Websocket.binary_send]] |
@@ -18,8 +16,6 @@ enum @beta Efl.Net.Dialer_Websocket_Close_Reason { | |||
18 | using "_start" and "end" suffixes. | 16 | using "_start" and "end" suffixes. |
19 | 17 | ||
20 | See https://tools.ietf.org/html/rfc6455#section-7.4.1 | 18 | See https://tools.ietf.org/html/rfc6455#section-7.4.1 |
21 | |||
22 | @since 1.19 | ||
23 | ]] | 19 | ]] |
24 | normal = 1000, [[Indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled.]] | 20 | normal = 1000, [[Indicates a normal closure, meaning that the purpose for which the connection was established has been fulfilled.]] |
25 | going_away = 1001, [[Indicates that an endpoint is "going away", such as a server going down or a browser having navigated away from a page.]] | 21 | going_away = 1001, [[Indicates that an endpoint is "going away", such as a server going down or a browser having navigated away from a page.]] |
@@ -40,8 +36,6 @@ enum @beta Efl.Net.Dialer_Websocket_Close_Reason { | |||
40 | 36 | ||
41 | struct @beta Efl.Net.Dialer_Websocket_Closed_Reason { | 37 | struct @beta Efl.Net.Dialer_Websocket_Closed_Reason { |
42 | [[Close reason event payload. | 38 | [[Close reason event payload. |
43 | |||
44 | @since 1.19 | ||
45 | ]] | 39 | ]] |
46 | reason: Efl.Net.Dialer_Websocket_Close_Reason; [[Closing reason]] | 40 | reason: Efl.Net.Dialer_Websocket_Close_Reason; [[Closing reason]] |
47 | message: string; [[Textual closing reason message]] | 41 | message: string; [[Textual closing reason message]] |
@@ -74,8 +68,6 @@ class @beta Efl.Net.Dialer_Websocket extends Efl.Loop_Consumer implements Efl.Ne | |||
74 | - socks5://proxyserver (default port 1080) | 68 | - socks5://proxyserver (default port 1080) |
75 | - socks4a://proxyserver:port (SOCKSv4 and let socks server to resolve domain) | 69 | - socks4a://proxyserver:port (SOCKSv4 and let socks server to resolve domain) |
76 | - socks4://proxyserver:port (SOCKSv4) | 70 | - socks4://proxyserver:port (SOCKSv4) |
77 | |||
78 | @since 1.19 | ||
79 | ]] | 71 | ]] |
80 | 72 | ||
81 | methods { | 73 | methods { |
diff --git a/src/lib/ecore_con/efl_net_dialer_windows.eo b/src/lib/ecore_con/efl_net_dialer_windows.eo index 9bce9c35ac..49878f5ece 100644 --- a/src/lib/ecore_con/efl_net_dialer_windows.eo +++ b/src/lib/ecore_con/efl_net_dialer_windows.eo | |||
@@ -5,8 +5,6 @@ class @beta Efl.Net.Dialer_Windows extends Efl.Net.Socket_Windows implements Efl | |||
5 | Windows CreateNamedPipe(). | 5 | Windows CreateNamedPipe(). |
6 | 6 | ||
7 | Note: Proxies are meaningless, thus are not implemented. | 7 | Note: Proxies are meaningless, thus are not implemented. |
8 | |||
9 | @since 1.19 | ||
10 | ]] | 8 | ]] |
11 | 9 | ||
12 | implements { | 10 | implements { |
diff --git a/src/lib/ecore_con/efl_net_ip_address.eo b/src/lib/ecore_con/efl_net_ip_address.eo index b1cdd466c6..8e0370a201 100644 --- a/src/lib/ecore_con/efl_net_ip_address.eo +++ b/src/lib/ecore_con/efl_net_ip_address.eo | |||
@@ -4,8 +4,6 @@ struct @beta Efl.Net.Ip_Address_Resolve_Results { | |||
4 | [[The results of @Efl.Net.Ip_Address.resolve call. | 4 | [[The results of @Efl.Net.Ip_Address.resolve call. |
5 | 5 | ||
6 | This structure is created by @Efl.Net.Ip_Address.resolve. | 6 | This structure is created by @Efl.Net.Ip_Address.resolve. |
7 | |||
8 | @since 1.19 | ||
9 | ]] | 7 | ]] |
10 | request_address: string; [[The 'address' argument given to Efl.Net.Ip_Address.resolve]] | 8 | request_address: string; [[The 'address' argument given to Efl.Net.Ip_Address.resolve]] |
11 | canonical_name: string; [[The canonical name, if it was requested in flags]] | 9 | canonical_name: string; [[The canonical name, if it was requested in flags]] |
@@ -36,8 +34,6 @@ class @beta Efl.Net.Ip_Address extends Efl.Object { | |||
36 | 34 | ||
37 | The result of @.string can be passed to @Efl.Net.Dialer.dial and | 35 | The result of @.string can be passed to @Efl.Net.Dialer.dial and |
38 | @Efl.Net.Server.serve | 36 | @Efl.Net.Server.serve |
39 | |||
40 | @since 1.19 | ||
41 | ]] | 37 | ]] |
42 | 38 | ||
43 | methods { | 39 | methods { |
diff --git a/src/lib/ecore_con/efl_net_server.eo b/src/lib/ecore_con/efl_net_server.eo index 0f23e5af54..72b0bb25d9 100644 --- a/src/lib/ecore_con/efl_net_server.eo +++ b/src/lib/ecore_con/efl_net_server.eo | |||
@@ -9,8 +9,6 @@ interface @beta Efl.Net.Server { | |||
9 | interface. These implement the standard @Efl.Io.Reader, | 9 | interface. These implement the standard @Efl.Io.Reader, |
10 | @Efl.Io.Writer and @Efl.Io.Closer interfaces, so can be used | 10 | @Efl.Io.Writer and @Efl.Io.Closer interfaces, so can be used |
11 | with utilities such as @Efl.Io.Copier. | 11 | with utilities such as @Efl.Io.Copier. |
12 | |||
13 | @since 1.19 | ||
14 | ]] | 12 | ]] |
15 | 13 | ||
16 | events { | 14 | events { |
diff --git a/src/lib/ecore_con/efl_net_server_fd.eo b/src/lib/ecore_con/efl_net_server_fd.eo index 74d734d86a..3807d3ddcc 100644 --- a/src/lib/ecore_con/efl_net_server_fd.eo +++ b/src/lib/ecore_con/efl_net_server_fd.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | abstract @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | methods { | 5 | methods { |
diff --git a/src/lib/ecore_con/efl_net_server_ip.eo b/src/lib/ecore_con/efl_net_server_ip.eo index ab1f770b54..b398ff7497 100644 --- a/src/lib/ecore_con/efl_net_server_ip.eo +++ b/src/lib/ecore_con/efl_net_server_ip.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | abstract @beta 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 | |||
4 | @since 1.20 | ||
5 | ]] | 3 | ]] |
6 | methods { | 4 | methods { |
7 | @property ipv6_only { | 5 | @property ipv6_only { |
diff --git a/src/lib/ecore_con/efl_net_server_simple.eo b/src/lib/ecore_con/efl_net_server_simple.eo index 7dc4488731..3fc0400a9c 100644 --- a/src/lib/ecore_con/efl_net_server_simple.eo +++ b/src/lib/ecore_con/efl_net_server_simple.eo | |||
@@ -3,8 +3,6 @@ class @beta Efl.Net.Server_Simple extends Efl.Loop_Consumer implements Efl.Net.S | |||
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 |
5 | using @.inner_server or creates one using @.inner_class. | 5 | using @.inner_server or creates one using @.inner_class. |
6 | |||
7 | @since 1.19 | ||
8 | ]] | 6 | ]] |
9 | methods { | 7 | methods { |
10 | @property inner_class { | 8 | @property inner_class { |
diff --git a/src/lib/ecore_con/efl_net_server_ssl.eo b/src/lib/ecore_con/efl_net_server_ssl.eo index 18a7c22db6..f4bbcf52f3 100644 --- a/src/lib/ecore_con/efl_net_server_ssl.eo +++ b/src/lib/ecore_con/efl_net_server_ssl.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | class @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | methods { | 5 | methods { |
diff --git a/src/lib/ecore_con/efl_net_server_tcp.eo b/src/lib/ecore_con/efl_net_server_tcp.eo index 4a4e99833f..0478be67ec 100644 --- a/src/lib/ecore_con/efl_net_server_tcp.eo +++ b/src/lib/ecore_con/efl_net_server_tcp.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | class @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | implements { | 5 | implements { |
diff --git a/src/lib/ecore_con/efl_net_server_udp.eo b/src/lib/ecore_con/efl_net_server_udp.eo index b5f5cec09d..3532a7bcb7 100644 --- a/src/lib/ecore_con/efl_net_server_udp.eo +++ b/src/lib/ecore_con/efl_net_server_udp.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | class @beta 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 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | 4 | ||
7 | methods { | 5 | methods { |
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 28d979687c..6ffc5ec5c8 100644 --- a/src/lib/ecore_con/efl_net_server_udp_client.eo +++ b/src/lib/ecore_con/efl_net_server_udp_client.eo | |||
@@ -9,8 +9,6 @@ class @beta Efl.Net.Server_Udp_Client extends Efl.Object implements Efl.Net.Sock | |||
9 | Given this limitation, some features such as 'cork' (used to | 9 | Given this limitation, some features such as 'cork' (used to |
10 | coalesce multiple writes() into a single datagram) are not | 10 | coalesce multiple writes() into a single datagram) are not |
11 | available since it could interfere with other clients. | 11 | available since it could interfere with other clients. |
12 | |||
13 | @since 1.19 | ||
14 | ]] | 12 | ]] |
15 | 13 | ||
16 | methods { | 14 | methods { |
diff --git a/src/lib/ecore_con/efl_net_server_unix.eo b/src/lib/ecore_con/efl_net_server_unix.eo index 2a541b4eb1..0a7f3f435e 100644 --- a/src/lib/ecore_con/efl_net_server_unix.eo +++ b/src/lib/ecore_con/efl_net_server_unix.eo | |||
@@ -6,8 +6,6 @@ class @beta Efl.Net.Server_Unix extends Efl.Net.Server_Fd { | |||
6 | created socket must be subject to some special mode or user, | 6 | created socket must be subject to some special mode or user, |
7 | change before executing said method, for example by calling | 7 | change before executing said method, for example by calling |
8 | umask(2). | 8 | umask(2). |
9 | |||
10 | @since 1.19 | ||
11 | ]] | 9 | ]] |
12 | 10 | ||
13 | methods { | 11 | methods { |
diff --git a/src/lib/ecore_con/efl_net_server_windows.eo b/src/lib/ecore_con/efl_net_server_windows.eo index e235ea0bb5..fad8a4f318 100644 --- a/src/lib/ecore_con/efl_net_server_windows.eo +++ b/src/lib/ecore_con/efl_net_server_windows.eo | |||
@@ -5,8 +5,6 @@ class @beta Efl.Net.Server_Windows extends Efl.Loop_Consumer implements Efl.Net. | |||
5 | directly, so the path will be accessed and created in that | 5 | directly, so the path will be accessed and created in that |
6 | method. If the created socket must be subject to some special | 6 | method. If the created socket must be subject to some special |
7 | mode or user, change before executing said method. | 7 | mode or user, change before executing said method. |
8 | |||
9 | @since 1.19 | ||
10 | ]] | 8 | ]] |
11 | 9 | ||
12 | methods { | 10 | methods { |
diff --git a/src/lib/ecore_con/efl_net_session.eo b/src/lib/ecore_con/efl_net_session.eo index 81ef902a47..d9f55e5c0f 100644 --- a/src/lib/ecore_con/efl_net_session.eo +++ b/src/lib/ecore_con/efl_net_session.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | enum @beta Efl.Net.Session_State { | 1 | enum @beta Efl.Net.Session_State { |
2 | [[Provides the session connectivity state. | 2 | [[Provides the session connectivity state. |
3 | |||
4 | @since 1.19 | ||
5 | ]] | 3 | ]] |
6 | offline, [[No access point is connected.]] | 4 | offline, [[No access point is connected.]] |
7 | local, [[At least one access point has connected and the internet connection hasn't been verified.]] | 5 | local, [[At least one access point has connected and the internet connection hasn't been verified.]] |
@@ -11,8 +9,6 @@ enum @beta Efl.Net.Session_State { | |||
11 | /* keep in sync with efl_net_control_technology.eo, comment what doesn't make sense */ | 9 | /* keep in sync with efl_net_control_technology.eo, comment what doesn't make sense */ |
12 | enum @beta Efl.Net.Session_Technology { | 10 | enum @beta Efl.Net.Session_Technology { |
13 | [[Bitwise-able technologies to allow for a network session. | 11 | [[Bitwise-able technologies to allow for a network session. |
14 | |||
15 | @since 1.9 | ||
16 | ]] | 12 | ]] |
17 | unknown = 0, [[Type: unknown]] | 13 | unknown = 0, [[Type: unknown]] |
18 | /* system = (1 << 0), [[Type: system]]*/ | 14 | /* system = (1 << 0), [[Type: system]]*/ |
@@ -47,8 +43,6 @@ class @beta Efl.Net.Session extends Efl.Loop_Consumer { | |||
47 | Note: the @.connect method is subject to backend policy. For | 43 | Note: the @.connect method is subject to backend policy. For |
48 | instance, ConnMan uses | 44 | instance, ConnMan uses |
49 | https://github.com/aldebaran/connman/blob/master/doc/session-policy-format.txt | 45 | https://github.com/aldebaran/connman/blob/master/doc/session-policy-format.txt |
50 | |||
51 | @since 1.19 | ||
52 | ]] | 46 | ]] |
53 | events { | 47 | events { |
54 | changed: void; [[Called when some properties were changed.]] | 48 | changed: void; [[Called when some properties were changed.]] |
diff --git a/src/lib/ecore_con/efl_net_socket.eo b/src/lib/ecore_con/efl_net_socket.eo index 90804f366c..c16a19dc51 100644 --- a/src/lib/ecore_con/efl_net_socket.eo +++ b/src/lib/ecore_con/efl_net_socket.eo | |||
@@ -7,8 +7,6 @@ interface @beta Efl.Net.Socket extends Efl.Io.Reader, Efl.Io.Writer, Efl.Io.Clos | |||
7 | - @Efl.Io.Closer: to close the socket for further operations. | 7 | - @Efl.Io.Closer: to close the socket for further operations. |
8 | 8 | ||
9 | As such it can be used with utilities like @Efl.Io.Copier. | 9 | As such it can be used with utilities like @Efl.Io.Copier. |
10 | |||
11 | @since 1.19 | ||
12 | ]] | 10 | ]] |
13 | methods { | 11 | methods { |
14 | @property address_local { | 12 | @property address_local { |
diff --git a/src/lib/ecore_con/efl_net_socket_fd.eo b/src/lib/ecore_con/efl_net_socket_fd.eo index a02cb65666..8c4147fa33 100644 --- a/src/lib/ecore_con/efl_net_socket_fd.eo +++ b/src/lib/ecore_con/efl_net_socket_fd.eo | |||
@@ -7,8 +7,6 @@ class @beta Efl.Net.Socket_Fd extends Efl.Loop_Fd implements Efl.Io.Reader_Fd, E | |||
7 | @Efl.Io.Closer.close_on_exec and | 7 | @Efl.Io.Closer.close_on_exec and |
8 | @Efl.Io.Closer.close_on_invalidate are respected and default to | 8 | @Efl.Io.Closer.close_on_invalidate are respected and default to |
9 | $true. | 9 | $true. |
10 | |||
11 | @since 1.19 | ||
12 | ]] | 10 | ]] |
13 | 11 | ||
14 | methods { | 12 | methods { |
diff --git a/src/lib/ecore_con/efl_net_socket_simple.eo b/src/lib/ecore_con/efl_net_socket_simple.eo index dd255b5003..493fe30a13 100644 --- a/src/lib/ecore_con/efl_net_socket_simple.eo +++ b/src/lib/ecore_con/efl_net_socket_simple.eo | |||
@@ -33,8 +33,6 @@ class @beta Efl.Net.Socket_Simple extends Efl.Io.Buffered_Stream implements Efl. | |||
33 | @Efl.Io.Buffered_Stream.inner_io.set and can be retrieved with | 33 | @Efl.Io.Buffered_Stream.inner_io.set and can be retrieved with |
34 | @Efl.Io.Buffered_Stream.inner_io.get, which should be used with | 34 | @Efl.Io.Buffered_Stream.inner_io.get, which should be used with |
35 | care. | 35 | care. |
36 | |||
37 | @since 1.19 | ||
38 | ]] | 36 | ]] |
39 | 37 | ||
40 | implements { | 38 | implements { |
diff --git a/src/lib/ecore_con/efl_net_socket_ssl.eo b/src/lib/ecore_con/efl_net_socket_ssl.eo index 7abc0001ad..9fb0031473 100644 --- a/src/lib/ecore_con/efl_net_socket_ssl.eo +++ b/src/lib/ecore_con/efl_net_socket_ssl.eo | |||
@@ -8,8 +8,6 @@ class @beta Efl.Net.Socket_Ssl extends Efl.Loop_Consumer implements Efl.Net.Sock | |||
8 | communication. One common use is to apply it to TCP sockets | 8 | communication. One common use is to apply it to TCP sockets |
9 | created with @Efl.Net.Dialer_Tcp or @Efl.Net.Server_Tcp created | 9 | created with @Efl.Net.Dialer_Tcp or @Efl.Net.Server_Tcp created |
10 | with "client,add" event. | 10 | with "client,add" event. |
11 | |||
12 | @since 1.19 | ||
13 | ]] | 11 | ]] |
14 | 12 | ||
15 | events { | 13 | events { |
diff --git a/src/lib/ecore_con/efl_net_socket_tcp.eo b/src/lib/ecore_con/efl_net_socket_tcp.eo index 449f255540..b3232501ca 100644 --- a/src/lib/ecore_con/efl_net_socket_tcp.eo +++ b/src/lib/ecore_con/efl_net_socket_tcp.eo | |||
@@ -3,8 +3,6 @@ class @beta Efl.Net.Socket_Tcp extends Efl.Net.Socket_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 |
5 | created by an dialer or server. | 5 | created by an dialer or server. |
6 | |||
7 | @since 1.19 | ||
8 | ]] | 6 | ]] |
9 | 7 | ||
10 | methods { | 8 | methods { |
diff --git a/src/lib/ecore_con/efl_net_socket_udp.eo b/src/lib/ecore_con/efl_net_socket_udp.eo index dd36e8c58e..2e5ed25350 100644 --- a/src/lib/ecore_con/efl_net_socket_udp.eo +++ b/src/lib/ecore_con/efl_net_socket_udp.eo | |||
@@ -9,8 +9,6 @@ class @beta Efl.Net.Socket_Udp extends Efl.Net.Socket_Fd { | |||
9 | Since for the server 'clients' there is no accepted connection | 9 | Since for the server 'clients' there is no accepted connection |
10 | it will reuse the same file decriptor. To avoid it being | 10 | it will reuse the same file decriptor. To avoid it being |
11 | closed, another class Efl.Net.Server_Udp_Client is used instead. | 11 | closed, another class Efl.Net.Server_Udp_Client is used instead. |
12 | |||
13 | @since 1.19 | ||
14 | ]] | 12 | ]] |
15 | 13 | ||
16 | methods { | 14 | methods { |
diff --git a/src/lib/ecore_con/efl_net_socket_unix.eo b/src/lib/ecore_con/efl_net_socket_unix.eo index b7a193efc0..04105d4b71 100644 --- a/src/lib/ecore_con/efl_net_socket_unix.eo +++ b/src/lib/ecore_con/efl_net_socket_unix.eo | |||
@@ -3,8 +3,6 @@ class @beta Efl.Net.Socket_Unix extends Efl.Net.Socket_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 |
5 | created by an dialer or server. | 5 | created by an dialer or server. |
6 | |||
7 | @since 1.19 | ||
8 | ]] | 6 | ]] |
9 | 7 | ||
10 | implements { | 8 | implements { |
diff --git a/src/lib/ecore_con/efl_net_socket_windows.eo b/src/lib/ecore_con/efl_net_socket_windows.eo index dbce9f133b..aebc5ca546 100644 --- a/src/lib/ecore_con/efl_net_socket_windows.eo +++ b/src/lib/ecore_con/efl_net_socket_windows.eo | |||
@@ -4,8 +4,6 @@ class @beta Efl.Net.Socket_Windows extends Efl.Loop_Consumer implements Efl.Net. | |||
4 | This is the common class and takes an existing file HANDLE, | 4 | This is the common class and takes an existing file HANDLE, |
5 | usually created by an dialer (CreatFile()) or server | 5 | usually created by an dialer (CreatFile()) or server |
6 | (CreateNamedPipe()). | 6 | (CreateNamedPipe()). |
7 | |||
8 | @since 1.19 | ||
9 | ]] | 7 | ]] |
10 | 8 | ||
11 | implements { | 9 | implements { |
diff --git a/src/lib/ecore_con/efl_net_ssl_context.eo b/src/lib/ecore_con/efl_net_ssl_context.eo index c6ad382341..2557a03552 100644 --- a/src/lib/ecore_con/efl_net_ssl_context.eo +++ b/src/lib/ecore_con/efl_net_ssl_context.eo | |||
@@ -12,8 +12,6 @@ class @beta Efl.Net.Ssl.Context extends Efl.Object { | |||
12 | operational parameters. | 12 | operational parameters. |
13 | 13 | ||
14 | Note: All setter methods must be called before @Efl.Object.finalize. | 14 | Note: All setter methods must be called before @Efl.Object.finalize. |
15 | |||
16 | @since 1.19 | ||
17 | ]] | 15 | ]] |
18 | 16 | ||
19 | methods { | 17 | methods { |
diff --git a/src/lib/ector/ector_buffer.eo b/src/lib/ector/ector_buffer.eo index 226f19a725..c53ecc8962 100644 --- a/src/lib/ector/ector_buffer.eo +++ b/src/lib/ector/ector_buffer.eo | |||
@@ -24,8 +24,6 @@ enum @beta Ector.Buffer.Access_Flag { | |||
24 | mixin @beta Ector.Buffer | 24 | mixin @beta Ector.Buffer |
25 | { | 25 | { |
26 | [[2D pixel buffer interface for Ector | 26 | [[2D pixel buffer interface for Ector |
27 | |||
28 | @since 1.17 | ||
29 | ]] | 27 | ]] |
30 | eo_prefix: ector_buffer; | 28 | eo_prefix: ector_buffer; |
31 | methods { | 29 | methods { |
diff --git a/src/lib/edje/efl_canvas_layout.eo b/src/lib/edje/efl_canvas_layout.eo index 424deb5b90..0653bb41ac 100644 --- a/src/lib/edje/efl_canvas_layout.eo +++ b/src/lib/edje/efl_canvas_layout.eo | |||
@@ -44,8 +44,7 @@ class @beta Efl.Canvas.Layout extends Efl.Canvas.Group implements Efl.File, Efl. | |||
44 | Edje naming follows a incrementional convention: first | 44 | Edje naming follows a incrementional convention: first |
45 | registered name is "seat1", second is "seat2", differently | 45 | registered name is "seat1", second is "seat2", differently |
46 | from Evas. | 46 | from Evas. |
47 | 47 | ]] | |
48 | @since 1.19]] | ||
49 | 48 | ||
50 | return: Efl.Input.Device; [[The seat device or $null if not found.]] | 49 | return: Efl.Input.Device; [[The seat device or $null if not found.]] |
51 | } | 50 | } |
@@ -61,9 +60,7 @@ class @beta Efl.Canvas.Layout extends Efl.Canvas.Group implements Efl.File, Efl. | |||
61 | Edje naming follows a incrementional convention: first | 60 | Edje naming follows a incrementional convention: first |
62 | registered name is "seat1", second is "seat2", differently | 61 | registered name is "seat1", second is "seat2", differently |
63 | from Evas. | 62 | from Evas. |
64 | 63 | ]] | |
65 | @since 1.19]] | ||
66 | |||
67 | return: stringshare; [[The name's character string or $null if not found.]] | 64 | return: stringshare; [[The name's character string or $null if not found.]] |
68 | } | 65 | } |
69 | keys { | 66 | keys { |
diff --git a/src/lib/edje/efl_canvas_layout_part.eo b/src/lib/edje/efl_canvas_layout_part.eo index 416ab4aa97..72bee1c5d8 100644 --- a/src/lib/edje/efl_canvas_layout_part.eo +++ b/src/lib/edje/efl_canvas_layout_part.eo | |||
@@ -8,8 +8,6 @@ class @beta Efl.Canvas.Layout_Part extends Efl.Object implements Efl.Gfx.Entity, | |||
8 | to be used for one and only one function call. In pseudo-code, the use | 8 | to be used for one and only one function call. In pseudo-code, the use |
9 | of object of this type looks like the following: | 9 | of object of this type looks like the following: |
10 | rect = layout.part("somepart").geometry_get(); | 10 | rect = layout.part("somepart").geometry_get(); |
11 | |||
12 | @since 1.20 | ||
13 | ]] | 11 | ]] |
14 | methods { | 12 | methods { |
15 | @property state { | 13 | @property state { |
diff --git a/src/lib/edje/efl_canvas_layout_part_external.eo b/src/lib/edje/efl_canvas_layout_part_external.eo index 7750480147..ea8b00cfa0 100644 --- a/src/lib/edje/efl_canvas_layout_part_external.eo +++ b/src/lib/edje/efl_canvas_layout_part_external.eo | |||
@@ -20,8 +20,6 @@ class @beta Efl.Canvas.Layout_Part_External extends Efl.Canvas.Layout_Part imple | |||
20 | efl_text_set(efl_part(layout, "title"), "hello"); | 20 | efl_text_set(efl_part(layout, "title"), "hello"); |
21 | Or in pseudo-script: | 21 | Or in pseudo-script: |
22 | layout["title"].text = "hello"; | 22 | layout["title"].text = "hello"; |
23 | |||
24 | @since 1.20 | ||
25 | ]] | 23 | ]] |
26 | data: null; | 24 | data: null; |
27 | implements { | 25 | implements { |
diff --git a/src/lib/edje/efl_canvas_layout_part_invalid.eo b/src/lib/edje/efl_canvas_layout_part_invalid.eo index 6268f2a5d5..54720569d2 100644 --- a/src/lib/edje/efl_canvas_layout_part_invalid.eo +++ b/src/lib/edje/efl_canvas_layout_part_invalid.eo | |||
@@ -9,8 +9,6 @@ class @beta Efl.Canvas.Layout_Part_Invalid extends Efl.Canvas.Layout_Part implem | |||
9 | to be used for one and only one function call. In pseudo-code, the use | 9 | to be used for one and only one function call. In pseudo-code, the use |
10 | of object of this type looks like the following: | 10 | of object of this type looks like the following: |
11 | rect = layout.part("somepart").geometry_get(); | 11 | rect = layout.part("somepart").geometry_get(); |
12 | |||
13 | @since 1.20 | ||
14 | ]] | 12 | ]] |
15 | data: null; | 13 | data: null; |
16 | implements { | 14 | implements { |
diff --git a/src/lib/edje/efl_layout_calc.eo b/src/lib/edje/efl_layout_calc.eo index b5b45c540d..61f7d40255 100644 --- a/src/lib/edje/efl_layout_calc.eo +++ b/src/lib/edje/efl_layout_calc.eo | |||
@@ -7,8 +7,6 @@ interface Efl.Layout.Calc | |||
7 | 7 | ||
8 | This defines all the APIs supported by legacy "Edje" object, known in EO | 8 | This defines all the APIs supported by legacy "Edje" object, known in EO |
9 | API as Efl.Canvas.Layout. | 9 | API as Efl.Canvas.Layout. |
10 | |||
11 | @since 1.21 | ||
12 | ]] | 10 | ]] |
13 | event_prefix: efl_layout; | 11 | event_prefix: efl_layout; |
14 | methods { | 12 | methods { |
diff --git a/src/lib/edje/efl_layout_group.eo b/src/lib/edje/efl_layout_group.eo index 8c75204671..fe420704b4 100644 --- a/src/lib/edje/efl_layout_group.eo +++ b/src/lib/edje/efl_layout_group.eo | |||
@@ -3,8 +3,6 @@ import eina_types; | |||
3 | interface Efl.Layout.Group | 3 | interface 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 | |||
7 | @since 1.21 | ||
8 | ]] | 6 | ]] |
9 | methods { | 7 | methods { |
10 | @property group_size_min { | 8 | @property group_size_min { |
diff --git a/src/lib/edje/efl_layout_signal.eo b/src/lib/edje/efl_layout_signal.eo index 3b4562e596..be8eee2519 100644 --- a/src/lib/edje/efl_layout_signal.eo +++ b/src/lib/edje/efl_layout_signal.eo | |||
@@ -20,8 +20,6 @@ function EflLayoutSignalCb { | |||
20 | interface Efl.Layout.Signal | 20 | interface Efl.Layout.Signal |
21 | { | 21 | { |
22 | [[Layouts asynchronous messaging and signaling interface. | 22 | [[Layouts asynchronous messaging and signaling interface. |
23 | |||
24 | @since 1.21 | ||
25 | ]] | 23 | ]] |
26 | methods { | 24 | methods { |
27 | // FIXME: There is no message_handler in EO! | 25 | // FIXME: There is no message_handler in EO! |
diff --git a/src/lib/efl/interfaces/efl_canvas_scene.eo b/src/lib/efl/interfaces/efl_canvas_scene.eo index d8a1619ef2..2f48606768 100644 --- a/src/lib/efl/interfaces/efl_canvas_scene.eo +++ b/src/lib/efl/interfaces/efl_canvas_scene.eo | |||
@@ -149,8 +149,6 @@ interface Efl.Canvas.Scene | |||
149 | A "seat" is the term used for a group of input devices, typically including | 149 | A "seat" is the term used for a group of input devices, typically including |
150 | a pointer and a keyboard. A seat object is the parent of the individual input | 150 | a pointer and a keyboard. A seat object is the parent of the individual input |
151 | devices. | 151 | devices. |
152 | |||
153 | @since 1.20 | ||
154 | ]] | 152 | ]] |
155 | return: iterator<Efl.Input.Device> @owned; | 153 | return: iterator<Efl.Input.Device> @owned; |
156 | [[An iterator over the attached seats.]] | 154 | [[An iterator over the attached seats.]] |
diff --git a/src/lib/efl/interfaces/efl_gfx_color_class.eo b/src/lib/efl/interfaces/efl_gfx_color_class.eo index 51bade3d11..25d822bdc8 100644 --- a/src/lib/efl/interfaces/efl_gfx_color_class.eo +++ b/src/lib/efl/interfaces/efl_gfx_color_class.eo | |||
@@ -120,8 +120,7 @@ mixin @beta Efl.Gfx.Color_Class | |||
120 | This function deletes any color classes defined in object level. | 120 | This function deletes any color classes defined in object level. |
121 | Clearing color classes will revert the color of all edje parts to | 121 | Clearing color classes will revert the color of all edje parts to |
122 | the values defined in global level or theme file. | 122 | the values defined in global level or theme file. |
123 | 123 | ]] | |
124 | @since 1.17.0]] | ||
125 | } | 124 | } |
126 | } | 125 | } |
127 | } | 126 | } |
diff --git a/src/lib/efl/interfaces/efl_gfx_filter.eo b/src/lib/efl/interfaces/efl_gfx_filter.eo index 5cee031f3f..5e8e0e982b 100644 --- a/src/lib/efl/interfaces/efl_gfx_filter.eo +++ b/src/lib/efl/interfaces/efl_gfx_filter.eo | |||
@@ -7,8 +7,6 @@ interface @beta Efl.Gfx.Filter | |||
7 | be found under "EFL Graphics Filters". | 7 | be found under "EFL Graphics Filters". |
8 | 8 | ||
9 | This was a beta feature since 1.15. | 9 | This was a beta feature since 1.15. |
10 | |||
11 | @since 1.18 | ||
12 | ]] | 10 | ]] |
13 | eo_prefix: efl_gfx; | 11 | eo_prefix: efl_gfx; |
14 | methods { | 12 | methods { |
diff --git a/src/lib/efl/interfaces/efl_gfx_frame_controller.eo b/src/lib/efl/interfaces/efl_gfx_frame_controller.eo index 1b53f3a454..79712182f4 100644 --- a/src/lib/efl/interfaces/efl_gfx_frame_controller.eo +++ b/src/lib/efl/interfaces/efl_gfx_frame_controller.eo | |||
@@ -19,8 +19,6 @@ interface @beta Efl.Gfx.Frame_Controller | |||
19 | 19 | ||
20 | This will be $true for animated object for instance but $false | 20 | This will be $true for animated object for instance but $false |
21 | for a single frame object. | 21 | for a single frame object. |
22 | |||
23 | @since 1.1 | ||
24 | ]] | 22 | ]] |
25 | } | 23 | } |
26 | values { | 24 | values { |
@@ -34,8 +32,6 @@ interface @beta Efl.Gfx.Frame_Controller | |||
34 | ]] | 32 | ]] |
35 | set { | 33 | set { |
36 | [[Set the frame to current frame of an animated object. | 34 | [[Set the frame to current frame of an animated object. |
37 | |||
38 | @since 1.1 | ||
39 | ]] | 35 | ]] |
40 | return: bool; [[Returns $true if the frame index is valid.]] | 36 | return: bool; [[Returns $true if the frame index is valid.]] |
41 | } | 37 | } |
@@ -49,8 +45,6 @@ interface @beta Efl.Gfx.Frame_Controller | |||
49 | [[Get the total number of frames of the object, if animated. | 45 | [[Get the total number of frames of the object, if animated. |
50 | 46 | ||
51 | Returns -1 if not animated. | 47 | Returns -1 if not animated. |
52 | |||
53 | @since 1.1 | ||
54 | ]] | 48 | ]] |
55 | return: int; [[The number of frames in the animated object.]] | 49 | return: int; [[The number of frames in the animated object.]] |
56 | } | 50 | } |
@@ -70,8 +64,6 @@ interface @beta Efl.Gfx.Frame_Controller | |||
70 | 1->2->3->2->1->2->3->1... | 64 | 1->2->3->2->1->2->3->1... |
71 | 65 | ||
72 | The default type is @Efl.Gfx.Frame_Controller_Loop_Hint.loop. | 66 | The default type is @Efl.Gfx.Frame_Controller_Loop_Hint.loop. |
73 | |||
74 | @since 1.1 | ||
75 | ]] | 67 | ]] |
76 | return: Efl.Gfx.Frame_Controller_Loop_Hint; [[Loop type of the animated object.]] | 68 | return: Efl.Gfx.Frame_Controller_Loop_Hint; [[Loop type of the animated object.]] |
77 | } | 69 | } |
@@ -86,8 +78,6 @@ interface @beta Efl.Gfx.Frame_Controller | |||
86 | 78 | ||
87 | If 0 is returned, then looping should happen indefinitely | 79 | If 0 is returned, then looping should happen indefinitely |
88 | (no limit to the number of times it loops). | 80 | (no limit to the number of times it loops). |
89 | |||
90 | @since 1.1 | ||
91 | ]] | 81 | ]] |
92 | return: int; [[The number of loop of an animated object.]] | 82 | return: int; [[The number of loop of an animated object.]] |
93 | } | 83 | } |
@@ -102,8 +92,6 @@ interface @beta Efl.Gfx.Frame_Controller | |||
102 | If $start_frame is 1 and $frame_num is 0, this returns the | 92 | If $start_frame is 1 and $frame_num is 0, this returns the |
103 | duration of frame 1. If $start_frame is 1 and $frame_num is 1, | 93 | duration of frame 1. If $start_frame is 1 and $frame_num is 1, |
104 | this returns the total duration of frame 1 + frame 2. | 94 | this returns the total duration of frame 1 + frame 2. |
105 | |||
106 | @since 1.1 | ||
107 | ]] | 95 | ]] |
108 | } | 96 | } |
109 | keys { | 97 | keys { |
diff --git a/src/lib/efl/interfaces/efl_gfx_image.eo b/src/lib/efl/interfaces/efl_gfx_image.eo index 3167b3ec3b..1ef54efe8c 100644 --- a/src/lib/efl/interfaces/efl_gfx_image.eo +++ b/src/lib/efl/interfaces/efl_gfx_image.eo | |||
@@ -148,8 +148,6 @@ interface @beta Efl.Gfx.Image | |||
148 | as stored in the original file. | 148 | as stored in the original file. |
149 | 149 | ||
150 | This is a read-only property, and may return 0x0. | 150 | This is a read-only property, and may return 0x0. |
151 | |||
152 | @since 1.20 | ||
153 | ]] | 151 | ]] |
154 | get {} | 152 | get {} |
155 | values { | 153 | values { |
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 d0cef46b35..84f0cc0527 100644 --- a/src/lib/efl/interfaces/efl_gfx_image_load_controller.eo +++ b/src/lib/efl/interfaces/efl_gfx_image_load_controller.eo | |||
@@ -92,8 +92,6 @@ interface @beta Efl.Gfx.Image_Load_Controller | |||
92 | @property load_region_support { | 92 | @property load_region_support { |
93 | [[Indicates whether the @.load_region property is supported for the | 93 | [[Indicates whether the @.load_region property is supported for the |
94 | current file. | 94 | current file. |
95 | |||
96 | @since 1.2 | ||
97 | ]] | 95 | ]] |
98 | get {} | 96 | get {} |
99 | values { | 97 | values { |
@@ -130,8 +128,6 @@ interface @beta Efl.Gfx.Image_Load_Controller | |||
130 | JPEG image. If this flag is $false, then the orientation will be | 128 | JPEG image. If this flag is $false, then the orientation will be |
131 | ignored at load time, otherwise the image will be loaded with the | 129 | ignored at load time, otherwise the image will be loaded with the |
132 | proper orientation. | 130 | proper orientation. |
133 | |||
134 | @since 1.1 | ||
135 | ]] | 131 | ]] |
136 | set {} | 132 | set {} |
137 | get {} | 133 | get {} |
diff --git a/src/lib/efl/interfaces/efl_gfx_path.eo b/src/lib/efl/interfaces/efl_gfx_path.eo index 5f8e0baa59..e370ea5a08 100644 --- a/src/lib/efl/interfaces/efl_gfx_path.eo +++ b/src/lib/efl/interfaces/efl_gfx_path.eo | |||
@@ -8,8 +8,6 @@ mixin @beta Efl.Gfx.Path | |||
8 | @property path { | 8 | @property path { |
9 | [[Set the list of commands and points to be used to create the | 9 | [[Set the list of commands and points to be used to create the |
10 | content of path. | 10 | content of path. |
11 | |||
12 | @since 1.18 | ||
13 | ]] | 11 | ]] |
14 | set { | 12 | set { |
15 | } | 13 | } |
@@ -50,8 +48,6 @@ mixin @beta Efl.Gfx.Path | |||
50 | /* FIXME: Return a new object!!! */ | 48 | /* FIXME: Return a new object!!! */ |
51 | copy_from { | 49 | copy_from { |
52 | [[Copy the path data from the object specified. | 50 | [[Copy the path data from the object specified. |
53 | |||
54 | @since 1.18 | ||
55 | ]] | 51 | ]] |
56 | params { | 52 | params { |
57 | @in dup_from: const(Efl.Object); [[Shape object from where data will be copied.]] | 53 | @in dup_from: const(Efl.Object); [[Shape object from where data will be copied.]] |
@@ -59,8 +55,6 @@ mixin @beta Efl.Gfx.Path | |||
59 | } | 55 | } |
60 | bounds_get @const { | 56 | bounds_get @const { |
61 | [[Compute and return the bounding box of the currently set path | 57 | [[Compute and return the bounding box of the currently set path |
62 | |||
63 | @since 1.18 | ||
64 | ]] | 58 | ]] |
65 | params { | 59 | params { |
66 | @out r: Eina.Rect; [[Contain the bounding box of the currently set path]] | 60 | @out r: Eina.Rect; [[Contain the bounding box of the currently set path]] |
@@ -68,8 +62,6 @@ mixin @beta Efl.Gfx.Path | |||
68 | } | 62 | } |
69 | reset { | 63 | reset { |
70 | [[Reset the path data of the path object. | 64 | [[Reset the path data of the path object. |
71 | |||
72 | @since 1.18 | ||
73 | ]] | 65 | ]] |
74 | } | 66 | } |
75 | append_move_to { | 67 | append_move_to { |
@@ -77,8 +69,6 @@ mixin @beta Efl.Gfx.Path | |||
77 | implicitly starting a new subpath and closing the previous one. | 69 | implicitly starting a new subpath and closing the previous one. |
78 | 70 | ||
79 | See also @.append_close. | 71 | See also @.append_close. |
80 | |||
81 | @since 1.18 | ||
82 | ]] | 72 | ]] |
83 | params { | 73 | params { |
84 | @in x: double; [[X co-ordinate of the current point.]] | 74 | @in x: double; [[X co-ordinate of the current point.]] |
@@ -94,8 +84,6 @@ mixin @beta Efl.Gfx.Path | |||
94 | a point. | 84 | a point. |
95 | 85 | ||
96 | See also @.append_move_to. | 86 | See also @.append_move_to. |
97 | |||
98 | @since 1.18 | ||
99 | ]] | 87 | ]] |
100 | params { | 88 | params { |
101 | @in x: double; [[X co-ordinate of end point of the line.]] | 89 | @in x: double; [[X co-ordinate of end point of the line.]] |
@@ -107,8 +95,6 @@ mixin @beta Efl.Gfx.Path | |||
107 | given end point (x,y) using the control points specified by (ctrl_x, | 95 | given end point (x,y) using the control points specified by (ctrl_x, |
108 | ctrl_y). After the path is drawn, the current position is updated to | 96 | ctrl_y). After the path is drawn, the current position is updated to |
109 | be at the end point of the path. | 97 | be at the end point of the path. |
110 | |||
111 | @since 1.18 | ||
112 | ]] | 98 | ]] |
113 | params { | 99 | params { |
114 | @in x: double; [[X co-ordinate of end point of the line.]] | 100 | @in x: double; [[X co-ordinate of end point of the line.]] |
@@ -122,8 +108,6 @@ mixin @beta Efl.Gfx.Path | |||
122 | that it uses the current control point to draw the bezier. | 108 | that it uses the current control point to draw the bezier. |
123 | 109 | ||
124 | See also @.append_quadratic_to. | 110 | See also @.append_quadratic_to. |
125 | |||
126 | @since 1.18 | ||
127 | ]] | 111 | ]] |
128 | params { | 112 | params { |
129 | @in x: double; [[X co-ordinate of end point of the line.]] | 113 | @in x: double; [[X co-ordinate of end point of the line.]] |
@@ -135,8 +119,6 @@ mixin @beta Efl.Gfx.Path | |||
135 | given end point (x,y) using the control points specified by | 119 | given end point (x,y) using the control points specified by |
136 | (ctrl_x0, ctrl_y0), and (ctrl_x1, ctrl_y1). After the path is drawn, | 120 | (ctrl_x0, ctrl_y0), and (ctrl_x1, ctrl_y1). After the path is drawn, |
137 | the current position is updated to be at the end point of the path. | 121 | the current position is updated to be at the end point of the path. |
138 | |||
139 | @since 1.18 | ||
140 | ]] | 122 | ]] |
141 | params { | 123 | params { |
142 | @in ctrl_x0: double; [[X co-ordinate of 1st control point.]] | 124 | @in ctrl_x0: double; [[X co-ordinate of 1st control point.]] |
@@ -152,8 +134,6 @@ mixin @beta Efl.Gfx.Path | |||
152 | uses the current control point to draw the bezier. | 134 | uses the current control point to draw the bezier. |
153 | 135 | ||
154 | See also @.append_cubic_to. | 136 | See also @.append_cubic_to. |
155 | |||
156 | @since 1.18 | ||
157 | ]] | 137 | ]] |
158 | params { | 138 | params { |
159 | @in x: double; [[X co-ordinate of end point of the line.]] | 139 | @in x: double; [[X co-ordinate of end point of the line.]] |
@@ -169,8 +149,6 @@ mixin @beta Efl.Gfx.Path | |||
169 | 149 | ||
170 | Use this api if you know the end point's of the arc otherwise use | 150 | Use this api if you know the end point's of the arc otherwise use |
171 | more convenient function @.append_arc. | 151 | more convenient function @.append_arc. |
172 | |||
173 | @since 1.18 | ||
174 | ]] | 152 | ]] |
175 | params { | 153 | params { |
176 | @in x: double; [[X co-ordinate of end point of the arc.]] | 154 | @in x: double; [[X co-ordinate of end point of the arc.]] |
@@ -189,8 +167,6 @@ mixin @beta Efl.Gfx.Path | |||
189 | append_arc { | 167 | append_arc { |
190 | [[Append an arc that enclosed in the given rectangle (x, y, w, h). | 168 | [[Append an arc that enclosed in the given rectangle (x, y, w, h). |
191 | The angle is defined in counter clock wise , use -ve angle for clockwise arc. | 169 | The angle is defined in counter clock wise , use -ve angle for clockwise arc. |
192 | |||
193 | @since 1.18 | ||
194 | ]] | 170 | ]] |
195 | params { | 171 | params { |
196 | @in x: double; [[X co-ordinate of the rect.]] | 172 | @in x: double; [[X co-ordinate of the rect.]] |
@@ -207,14 +183,10 @@ mixin @beta Efl.Gfx.Path | |||
207 | new path is (0, 0). | 183 | new path is (0, 0). |
208 | 184 | ||
209 | If the subpath does not contain any points, this function does nothing. | 185 | If the subpath does not contain any points, this function does nothing. |
210 | |||
211 | @since 1.18 | ||
212 | ]] | 186 | ]] |
213 | } | 187 | } |
214 | append_circle { | 188 | append_circle { |
215 | [[Append a circle with given center and radius. | 189 | [[Append a circle with given center and radius. |
216 | |||
217 | @since 1.18 | ||
218 | ]] | 190 | ]] |
219 | params { | 191 | params { |
220 | @in x: double; [[X co-ordinate of the center of the circle.]] | 192 | @in x: double; [[X co-ordinate of the center of the circle.]] |
@@ -232,8 +204,6 @@ mixin @beta Efl.Gfx.Path | |||
232 | 204 | ||
233 | If xr and yr are 0, then it will draw a rectangle without rounded | 205 | If xr and yr are 0, then it will draw a rectangle without rounded |
234 | corner. | 206 | corner. |
235 | |||
236 | @since 1.18 | ||
237 | ]] | 207 | ]] |
238 | params { | 208 | params { |
239 | @in x: double; [[X co-ordinate of the rectangle.]] | 209 | @in x: double; [[X co-ordinate of the rectangle.]] |
@@ -284,8 +254,6 @@ mixin @beta Efl.Gfx.Path | |||
284 | [[Reserve path commands buffer in advance. If you know the count of | 254 | [[Reserve path commands buffer in advance. If you know the count of |
285 | path commands coming, you can reserve commands buffer in advance | 255 | path commands coming, you can reserve commands buffer in advance |
286 | to avoid buffer growing job. | 256 | to avoid buffer growing job. |
287 | |||
288 | @since 1.22 | ||
289 | ]] | 257 | ]] |
290 | params { | 258 | params { |
291 | @in cmd_count: uint; [[Commands count to reserve]] | 259 | @in cmd_count: uint; [[Commands count to reserve]] |
diff --git a/src/lib/efl/interfaces/efl_gfx_shape.eo b/src/lib/efl/interfaces/efl_gfx_shape.eo index f71ec933ae..321d4057bf 100644 --- a/src/lib/efl/interfaces/efl_gfx_shape.eo +++ b/src/lib/efl/interfaces/efl_gfx_shape.eo | |||
@@ -7,8 +7,6 @@ mixin @beta Efl.Gfx.Shape extends Efl.Gfx.Path | |||
7 | @property stroke_scale { | 7 | @property stroke_scale { |
8 | [[The stroke scale to be used for stroking the path. Will be used along | 8 | [[The stroke scale to be used for stroking the path. Will be used along |
9 | with stroke width property. | 9 | with stroke width property. |
10 | |||
11 | @since 1.14 | ||
12 | ]] | 10 | ]] |
13 | set { | 11 | set { |
14 | } | 12 | } |
@@ -20,8 +18,6 @@ mixin @beta Efl.Gfx.Shape extends Efl.Gfx.Path | |||
20 | } | 18 | } |
21 | @property stroke_color { | 19 | @property stroke_color { |
22 | [[The color to be used for stroking the path. | 20 | [[The color to be used for stroking the path. |
23 | |||
24 | @since 1.14 | ||
25 | ]] | 21 | ]] |
26 | set { | 22 | set { |
27 | } | 23 | } |
@@ -36,8 +32,6 @@ mixin @beta Efl.Gfx.Shape extends Efl.Gfx.Path | |||
36 | } | 32 | } |
37 | @property stroke_width { | 33 | @property stroke_width { |
38 | [[The stroke width to be used for stroking the path. | 34 | [[The stroke width to be used for stroking the path. |
39 | |||
40 | @since 1.14 | ||
41 | ]] | 35 | ]] |
42 | set { | 36 | set { |
43 | } | 37 | } |
@@ -79,8 +73,6 @@ mixin @beta Efl.Gfx.Shape extends Efl.Gfx.Path | |||
79 | open subpath. | 73 | open subpath. |
80 | 74 | ||
81 | See also @Efl.Gfx.Cap. | 75 | See also @Efl.Gfx.Cap. |
82 | |||
83 | @since 1.14 | ||
84 | ]] | 76 | ]] |
85 | set { | 77 | set { |
86 | } | 78 | } |
@@ -96,8 +88,6 @@ mixin @beta Efl.Gfx.Shape extends Efl.Gfx.Path | |||
96 | while stroking the path. | 88 | while stroking the path. |
97 | 89 | ||
98 | See also @Efl.Gfx.Join. | 90 | See also @Efl.Gfx.Join. |
99 | |||
100 | @since 1.14 | ||
101 | ]] | 91 | ]] |
102 | set { | 92 | set { |
103 | } | 93 | } |
@@ -110,8 +100,6 @@ mixin @beta Efl.Gfx.Shape extends Efl.Gfx.Path | |||
110 | @property fill_rule { | 100 | @property fill_rule { |
111 | [[The fill rule of the given shape object. | 101 | [[The fill rule of the given shape object. |
112 | @Efl.Gfx.Fill_Rule.winding or @Efl.Gfx.Fill_Rule.odd_even. | 102 | @Efl.Gfx.Fill_Rule.winding or @Efl.Gfx.Fill_Rule.odd_even. |
113 | |||
114 | @since 1.14 | ||
115 | ]] | 103 | ]] |
116 | set { | 104 | set { |
117 | } | 105 | } |
diff --git a/src/lib/efl/interfaces/efl_gfx_size_class.eo b/src/lib/efl/interfaces/efl_gfx_size_class.eo index 4cf49ae70e..b7033e925d 100644 --- a/src/lib/efl/interfaces/efl_gfx_size_class.eo +++ b/src/lib/efl/interfaces/efl_gfx_size_class.eo | |||
@@ -9,8 +9,7 @@ interface @beta Efl.Gfx.Size_Class | |||
9 | This function sets width and height for a size class. | 9 | This function sets width and height for a size class. |
10 | This will make all edje parts in the specified object that have | 10 | This will make all edje parts in the specified object that have |
11 | the specified size class update their size with given values. | 11 | the specified size class update their size with given values. |
12 | 12 | ]] | |
13 | @since 1.17]] | ||
14 | return: bool; [[$true, on success or $false, on error]] | 13 | return: bool; [[$true, on success or $false, on error]] |
15 | } | 14 | } |
16 | get { | 15 | get { |
@@ -19,8 +18,7 @@ interface @beta Efl.Gfx.Size_Class | |||
19 | This function gets width and height for a size class. | 18 | This function gets width and height for a size class. |
20 | These values will only be valid until the size class is changed | 19 | These values will only be valid until the size class is changed |
21 | or the edje object is deleted. | 20 | or the edje object is deleted. |
22 | 21 | ]] | |
23 | @since 1.17]] | ||
24 | return: bool; [[$true, on success or $false, on error]] | 22 | return: bool; [[$true, on success or $false, on error]] |
25 | } | 23 | } |
26 | keys { | 24 | keys { |
@@ -40,8 +38,7 @@ interface @beta Efl.Gfx.Size_Class | |||
40 | 38 | ||
41 | Deleting the size class will revert it to the values defined | 39 | Deleting the size class will revert it to the values defined |
42 | by @.size_class.set() or the size class defined in the theme file. | 40 | by @.size_class.set() or the size class defined in the theme file. |
43 | 41 | ]] | |
44 | @since 1.17]] | ||
45 | params { | 42 | params { |
46 | @in size_class: string; [[The size class to be deleted.]] | 43 | @in size_class: string; [[The size class to be deleted.]] |
47 | } | 44 | } |
diff --git a/src/lib/efl/interfaces/efl_gfx_text_class.eo b/src/lib/efl/interfaces/efl_gfx_text_class.eo index a3c7f3f20b..0d92f97220 100644 --- a/src/lib/efl/interfaces/efl_gfx_text_class.eo +++ b/src/lib/efl/interfaces/efl_gfx_text_class.eo | |||
@@ -34,8 +34,7 @@ interface @beta Efl.Gfx.Text_Class | |||
34 | 34 | ||
35 | Deleting the text class will revert it to the values defined | 35 | Deleting the text class will revert it to the values defined |
36 | by @.text_class.set() or the text class defined in the theme file. | 36 | by @.text_class.set() or the text class defined in the theme file. |
37 | 37 | ]] | |
38 | @since 1.17]] | ||
39 | params { | 38 | params { |
40 | @in text_class: string; [[The text class to be deleted.]] | 39 | @in text_class: string; [[The text class to be deleted.]] |
41 | } | 40 | } |
diff --git a/src/lib/efl/interfaces/efl_input_device.eo b/src/lib/efl/interfaces/efl_input_device.eo index 90f507af21..28ec10eb5d 100644 --- a/src/lib/efl/interfaces/efl_input_device.eo +++ b/src/lib/efl/interfaces/efl_input_device.eo | |||
@@ -22,8 +22,6 @@ enum @beta Efl.Input.Device_Type | |||
22 | class @beta 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 | |||
26 | @since 1.18 | ||
27 | ]] | 25 | ]] |
28 | methods { | 26 | methods { |
29 | @property device_type { | 27 | @property device_type { |
@@ -56,8 +54,6 @@ class @beta Efl.Input.Device extends Efl.Object | |||
56 | } | 54 | } |
57 | @property seat_id { | 55 | @property seat_id { |
58 | [[Seat id number | 56 | [[Seat id number |
59 | |||
60 | @since 1.20 | ||
61 | ]] | 57 | ]] |
62 | values { | 58 | values { |
63 | id: uint; [[The id of the seat]] | 59 | id: uint; [[The id of the seat]] |
@@ -68,8 +64,6 @@ class @beta Efl.Input.Device extends Efl.Object | |||
68 | 64 | ||
69 | This is only meaningful with seat devices, as they are groups of | 65 | This is only meaningful with seat devices, as they are groups of |
70 | real input devices. | 66 | real input devices. |
71 | |||
72 | @since 1.20 | ||
73 | ]] | 67 | ]] |
74 | return: iterator<const(Efl.Input.Device)> @owned; [[List of device children]] | 68 | return: iterator<const(Efl.Input.Device)> @owned; [[List of device children]] |
75 | } | 69 | } |
@@ -79,8 +73,6 @@ class @beta Efl.Input.Device extends Efl.Object | |||
79 | Returns 1 for Mouse, Touch, Pen, Pointer, and Wand type devices. | 73 | Returns 1 for Mouse, Touch, Pen, Pointer, and Wand type devices. |
80 | 74 | ||
81 | If a seat device is passed returns the number of pointer devices in the seat. | 75 | If a seat device is passed returns the number of pointer devices in the seat. |
82 | |||
83 | @since 1.20 | ||
84 | ]] | 76 | ]] |
85 | return: uint; [[Pointer caps]] | 77 | return: uint; [[Pointer caps]] |
86 | } | 78 | } |
diff --git a/src/lib/efl/interfaces/efl_io_buffer.eo b/src/lib/efl/interfaces/efl_io_buffer.eo index 0f781d0bd0..7cad411cd9 100644 --- a/src/lib/efl/interfaces/efl_io_buffer.eo +++ b/src/lib/efl/interfaces/efl_io_buffer.eo | |||
@@ -10,8 +10,6 @@ class @beta Efl.Io.Buffer extends Efl.Object implements Efl.Io.Reader, Efl.Io.Wr | |||
10 | 10 | ||
11 | A fixed sized buffer can be implemented by setting @.limit | 11 | A fixed sized buffer can be implemented by setting @.limit |
12 | followed by @.preallocate | 12 | followed by @.preallocate |
13 | |||
14 | @since 1.19 | ||
15 | ]] | 13 | ]] |
16 | 14 | ||
17 | methods { | 15 | methods { |
diff --git a/src/lib/efl/interfaces/efl_io_closer.eo b/src/lib/efl/interfaces/efl_io_closer.eo index 2ba4323085..1bb68662e8 100644 --- a/src/lib/efl/interfaces/efl_io_closer.eo +++ b/src/lib/efl/interfaces/efl_io_closer.eo | |||
@@ -8,8 +8,6 @@ interface Efl.Io.Closer { | |||
8 | 8 | ||
9 | Calls to @.close() may or may not block, that's not up to this | 9 | Calls to @.close() may or may not block, that's not up to this |
10 | interface to specify. | 10 | interface to specify. |
11 | |||
12 | @since 1.19 | ||
13 | ]] | 11 | ]] |
14 | 12 | ||
15 | methods { | 13 | methods { |
diff --git a/src/lib/efl/interfaces/efl_io_positioner.eo b/src/lib/efl/interfaces/efl_io_positioner.eo index f1f3f201ce..28d6f8e754 100644 --- a/src/lib/efl/interfaces/efl_io_positioner.eo +++ b/src/lib/efl/interfaces/efl_io_positioner.eo | |||
@@ -9,8 +9,6 @@ enum @beta Efl.Io.Positioner_Whence { | |||
9 | 9 | ||
10 | mixin @beta 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 | |||
13 | @since 1.19 | ||
14 | ]] | 12 | ]] |
15 | 13 | ||
16 | data: null; | 14 | data: null; |
diff --git a/src/lib/efl/interfaces/efl_io_queue.eo b/src/lib/efl/interfaces/efl_io_queue.eo index 39bc760c8e..75011d87d2 100644 --- a/src/lib/efl/interfaces/efl_io_queue.eo +++ b/src/lib/efl/interfaces/efl_io_queue.eo | |||
@@ -7,8 +7,6 @@ class @beta Efl.Io.Queue extends Efl.Object implements Efl.Io.Reader, Efl.Io.Wri | |||
7 | 7 | ||
8 | A fixed sized queue can be implemented by setting @.limit | 8 | A fixed sized queue can be implemented by setting @.limit |
9 | followed by @.preallocate | 9 | followed by @.preallocate |
10 | |||
11 | @since 1.19 | ||
12 | ]] | 10 | ]] |
13 | 11 | ||
14 | methods { | 12 | methods { |
diff --git a/src/lib/efl/interfaces/efl_io_reader.eo b/src/lib/efl/interfaces/efl_io_reader.eo index c173538a16..b06f87f167 100644 --- a/src/lib/efl/interfaces/efl_io_reader.eo +++ b/src/lib/efl/interfaces/efl_io_reader.eo | |||
@@ -11,8 +11,6 @@ interface Efl.Io.Reader { | |||
11 | and signal if the stream reached an end, with event | 11 | and signal if the stream reached an end, with event |
12 | "can_read,changed" or property @.can_read to known whenever a read | 12 | "can_read,changed" or property @.can_read to known whenever a read |
13 | would have data to return. | 13 | would have data to return. |
14 | |||
15 | @since 1.19 | ||
16 | ]] | 14 | ]] |
17 | 15 | ||
18 | methods { | 16 | methods { |
diff --git a/src/lib/efl/interfaces/efl_io_sizer.eo b/src/lib/efl/interfaces/efl_io_sizer.eo index 9f358619e5..765784e15c 100644 --- a/src/lib/efl/interfaces/efl_io_sizer.eo +++ b/src/lib/efl/interfaces/efl_io_sizer.eo | |||
@@ -5,8 +5,6 @@ mixin @beta Efl.Io.Sizer { | |||
5 | 5 | ||
6 | This interface allows external objects to transparently resize | 6 | This interface allows external objects to transparently resize |
7 | or report its size. | 7 | or report its size. |
8 | |||
9 | @since 1.19 | ||
10 | ]] | 8 | ]] |
11 | 9 | ||
12 | data: null; | 10 | data: null; |
diff --git a/src/lib/efl/interfaces/efl_io_writer.eo b/src/lib/efl/interfaces/efl_io_writer.eo index 593c81e4fc..8917b99f0b 100644 --- a/src/lib/efl/interfaces/efl_io_writer.eo +++ b/src/lib/efl/interfaces/efl_io_writer.eo | |||
@@ -11,8 +11,6 @@ interface Efl.Io.Writer { | |||
11 | interface to specify. The user can check with event | 11 | interface to specify. The user can check with event |
12 | "can_write,changed" or property @.can_write to known whenever a write | 12 | "can_write,changed" or property @.can_write to known whenever a write |
13 | could push more data. | 13 | could push more data. |
14 | |||
15 | @since 1.19 | ||
16 | ]] | 14 | ]] |
17 | 15 | ||
18 | methods { | 16 | methods { |
diff --git a/src/lib/efl/interfaces/efl_model.eo b/src/lib/efl/interfaces/efl_model.eo index 29dbf9775c..981158f9be 100644 --- a/src/lib/efl/interfaces/efl_model.eo +++ b/src/lib/efl/interfaces/efl_model.eo | |||
@@ -28,8 +28,6 @@ interface @beta Efl.Model | |||
28 | listeners of any modifications in the properties. | 28 | listeners of any modifications in the properties. |
29 | 29 | ||
30 | See also @[Efl.Model.properties,changed]. | 30 | See also @[Efl.Model.properties,changed]. |
31 | |||
32 | @since 1.14 | ||
33 | ]] | 31 | ]] |
34 | } | 32 | } |
35 | values { | 33 | values { |
@@ -52,8 +50,6 @@ interface @beta Efl.Model | |||
52 | property in model | 50 | property in model |
53 | 51 | ||
54 | See @.property.get, @[Efl.Model.properties,changed] | 52 | See @.property.get, @[Efl.Model.properties,changed] |
55 | |||
56 | @since 1.14 | ||
57 | ]] | 53 | ]] |
58 | return: future<any_value_ptr>; [[Return an error in case the property could not be set, the value that was set otherwise.]] | 54 | return: future<any_value_ptr>; [[Return an error in case the property could not be set, the value that was set otherwise.]] |
59 | } | 55 | } |
@@ -65,8 +61,6 @@ interface @beta Efl.Model | |||
65 | notify listeners of the property/value. | 61 | notify listeners of the property/value. |
66 | 62 | ||
67 | See @.properties.get, @[Efl.Model.properties,changed] | 63 | See @.properties.get, @[Efl.Model.properties,changed] |
68 | |||
69 | @since 1.14 | ||
70 | ]] | 64 | ]] |
71 | } | 65 | } |
72 | keys { | 66 | keys { |
@@ -120,8 +114,6 @@ interface @beta Efl.Model | |||
120 | Note: The returned children will live only as long as the future | 114 | Note: The returned children will live only as long as the future |
121 | itself. Once the future is done, if you want to keep the object | 115 | itself. Once the future is done, if you want to keep the object |
122 | alive, you need to take a reference for yourself. | 116 | alive, you need to take a reference for yourself. |
123 | |||
124 | @since 1.14 | ||
125 | ]] | 117 | ]] |
126 | params { | 118 | params { |
127 | @in start: uint; [[Range begin - start from here.]] | 119 | @in start: uint; [[Range begin - start from here.]] |
@@ -142,8 +134,6 @@ interface @beta Efl.Model | |||
142 | emitted when count is finished. | 134 | emitted when count is finished. |
143 | 135 | ||
144 | See also @.children_slice_get. | 136 | See also @.children_slice_get. |
145 | |||
146 | @since 1.14 | ||
147 | ]] | 137 | ]] |
148 | } | 138 | } |
149 | values { | 139 | values { |
@@ -157,8 +147,6 @@ interface @beta Efl.Model | |||
157 | of a internal keeping. When the child is effectively | 147 | of a internal keeping. When the child is effectively |
158 | added the event @[Efl.Model.child,added] is then raised | 148 | added the event @[Efl.Model.child,added] is then raised |
159 | and the new child is kept along with other children. | 149 | and the new child is kept along with other children. |
160 | |||
161 | @since 1.14 | ||
162 | ]] | 150 | ]] |
163 | return: Efl.Object; [[Child object]] | 151 | return: Efl.Object; [[Child object]] |
164 | } | 152 | } |
@@ -169,8 +157,6 @@ interface @beta Efl.Model | |||
169 | removed the event @[Efl.Model.child,removed] is then | 157 | removed the event @[Efl.Model.child,removed] is then |
170 | raised to give a chance for listeners to perform any cleanup | 158 | raised to give a chance for listeners to perform any cleanup |
171 | and/or update references. | 159 | and/or update references. |
172 | |||
173 | @since 1.14 | ||
174 | ]] | 160 | ]] |
175 | params { | 161 | params { |
176 | @in child: Efl.Object; [[Child to be removed]] | 162 | @in child: Efl.Object; [[Child to be removed]] |
diff --git a/src/lib/efl/interfaces/efl_observable.eo b/src/lib/efl/interfaces/efl_observable.eo index 12686c15e9..babfe21c59 100644 --- a/src/lib/efl/interfaces/efl_observable.eo +++ b/src/lib/efl/interfaces/efl_observable.eo | |||
@@ -15,8 +15,7 @@ class @beta Efl.Observable extends Efl.Object { | |||
15 | 15 | ||
16 | Note: Observers that observe this observable are grouped by the $key | 16 | Note: Observers that observe this observable are grouped by the $key |
17 | and an observer can belong to multiple groups at the same time. | 17 | and an observer can belong to multiple groups at the same time. |
18 | 18 | ]] | |
19 | @since 1.19]] | ||
20 | params { | 19 | params { |
21 | @in key: string; [[A key to classify observer groups]] | 20 | @in key: string; [[A key to classify observer groups]] |
22 | @in obs: Efl.Observer; [[An observer object]] | 21 | @in obs: Efl.Observer; [[An observer object]] |
@@ -26,8 +25,7 @@ class @beta Efl.Observable extends Efl.Object { | |||
26 | [[Delete an observer from a group of observers. | 25 | [[Delete an observer from a group of observers. |
27 | 26 | ||
28 | See also @.observer_add(). | 27 | See also @.observer_add(). |
29 | 28 | ]] | |
30 | @since 1.19]] | ||
31 | params { | 29 | params { |
32 | @in key: string; [[A key to classify observer groups]] | 30 | @in key: string; [[A key to classify observer groups]] |
33 | @in obs: Efl.Observer; [[An observer object]] | 31 | @in obs: Efl.Observer; [[An observer object]] |
@@ -35,16 +33,14 @@ class @beta Efl.Observable extends Efl.Object { | |||
35 | } | 33 | } |
36 | observer_clean { | 34 | observer_clean { |
37 | [[Clear an observer from all groups of observers. | 35 | [[Clear an observer from all groups of observers. |
38 | 36 | ]] | |
39 | @since 1.19]] | ||
40 | params { | 37 | params { |
41 | @in obs: Efl.Observer; [[An observer object]] | 38 | @in obs: Efl.Observer; [[An observer object]] |
42 | } | 39 | } |
43 | } | 40 | } |
44 | observers_iterator_new { | 41 | observers_iterator_new { |
45 | [[Return a new iterator associated with a group of observers. | 42 | [[Return a new iterator associated with a group of observers. |
46 | 43 | ]] | |
47 | @since 1.19]] | ||
48 | return: iterator<Efl.Observer> @owned; [[Iterator for observers group]] | 44 | return: iterator<Efl.Observer> @owned; [[Iterator for observers group]] |
49 | params { | 45 | params { |
50 | @in key: string; [[A key to classify observer groups]] | 46 | @in key: string; [[A key to classify observer groups]] |
@@ -52,8 +48,7 @@ class @beta Efl.Observable extends Efl.Object { | |||
52 | } | 48 | } |
53 | observers_update { | 49 | observers_update { |
54 | [[Update all observers in a group by calling their update() method. | 50 | [[Update all observers in a group by calling their update() method. |
55 | 51 | ]] | |
56 | @since 1.19]] | ||
57 | params { | 52 | params { |
58 | @in key: string; [[A key to classify observer groups]] | 53 | @in key: string; [[A key to classify observer groups]] |
59 | @in data: void_ptr; [[Required data to update observer]] | 54 | @in data: void_ptr; [[Required data to update observer]] |
@@ -61,8 +56,7 @@ class @beta Efl.Observable extends Efl.Object { | |||
61 | } | 56 | } |
62 | iterator_tuple_new { | 57 | iterator_tuple_new { |
63 | [[Return a new iterator associated to this observable. | 58 | [[Return a new iterator associated to this observable. |
64 | 59 | ]] | |
65 | @since 1.19]] | ||
66 | return: iterator<ptr(Efl.Observable_Tuple)> @owned; [[Iterator for observer]] | 60 | return: iterator<ptr(Efl.Observable_Tuple)> @owned; [[Iterator for observer]] |
67 | } | 61 | } |
68 | } | 62 | } |
diff --git a/src/lib/efl/interfaces/efl_observer.eo b/src/lib/efl/interfaces/efl_observer.eo index 82e91c2682..f1477807dd 100644 --- a/src/lib/efl/interfaces/efl_observer.eo +++ b/src/lib/efl/interfaces/efl_observer.eo | |||
@@ -3,8 +3,7 @@ interface @beta Efl.Observer { | |||
3 | methods { | 3 | methods { |
4 | update { | 4 | update { |
5 | [[Update observer according to the changes of observable object. | 5 | [[Update observer according to the changes of observable object. |
6 | 6 | ]] | |
7 | @since 1.19]] | ||
8 | params { | 7 | params { |
9 | /* FIXME: obs should be Efl.Observable, but cyclic dependency error occurs. */ | 8 | /* FIXME: obs should be Efl.Observable, but cyclic dependency error occurs. */ |
10 | @in obs: Efl.Object; [[An observable object]] | 9 | @in obs: Efl.Object; [[An observable object]] |
diff --git a/src/lib/efl/interfaces/efl_screen.eo b/src/lib/efl/interfaces/efl_screen.eo index 44f72f337a..727e318f31 100644 --- a/src/lib/efl/interfaces/efl_screen.eo +++ b/src/lib/efl/interfaces/efl_screen.eo | |||
@@ -47,7 +47,6 @@ interface Efl.Screen | |||
47 | [[Get the rotation of the screen. | 47 | [[Get the rotation of the screen. |
48 | 48 | ||
49 | Most engines only return multiples of 90. | 49 | Most engines only return multiples of 90. |
50 | @since 1.19 | ||
51 | ]] | 50 | ]] |
52 | } | 51 | } |
53 | values { | 52 | values { |
@@ -57,8 +56,6 @@ interface Efl.Screen | |||
57 | @property screen_dpi { | 56 | @property screen_dpi { |
58 | get { | 57 | get { |
59 | [[Get the pixel density in DPI (Dots Per Inch) for the screen that a window is on. | 58 | [[Get the pixel density in DPI (Dots Per Inch) for the screen that a window is on. |
60 | |||
61 | @since 1.7 | ||
62 | ]] | 59 | ]] |
63 | } | 60 | } |
64 | values { | 61 | values { |
diff --git a/src/lib/efl/interfaces/efl_text_annotate.eo b/src/lib/efl/interfaces/efl_text_annotate.eo index 8cf8f15c4d..f9f52a4bb0 100644 --- a/src/lib/efl/interfaces/efl_text_annotate.eo +++ b/src/lib/efl/interfaces/efl_text_annotate.eo | |||
@@ -2,8 +2,6 @@ import efl_text_types; | |||
2 | 2 | ||
3 | interface @beta Efl.Text_Annotate { | 3 | interface @beta Efl.Text_Annotate { |
4 | [[Cursor API | 4 | [[Cursor API |
5 | |||
6 | @since 1.20 | ||
7 | ]] | 5 | ]] |
8 | eo_prefix: efl_text; | 6 | eo_prefix: efl_text; |
9 | methods { | 7 | methods { |
@@ -15,8 +13,6 @@ interface @beta Efl.Text_Annotate { | |||
15 | Assumes that $annotation is a handle for an existing annotation, | 13 | Assumes that $annotation is a handle for an existing annotation, |
16 | i.e. one that was added using @.annotation_insert to this object. | 14 | i.e. one that was added using @.annotation_insert to this object. |
17 | Otherwise, this will fail and return $false. | 15 | Otherwise, this will fail and return $false. |
18 | |||
19 | @since 1.18 | ||
20 | ]] | 16 | ]] |
21 | set { | 17 | set { |
22 | return: bool; [[$true on success, $false otherwise.]] | 18 | return: bool; [[$true on success, $false otherwise.]] |
@@ -32,8 +28,6 @@ interface @beta Efl.Text_Annotate { | |||
32 | } | 28 | } |
33 | range_annotations_get @const { | 29 | range_annotations_get @const { |
34 | [[Returns an iterator of all the handles in a range. | 30 | [[Returns an iterator of all the handles in a range. |
35 | |||
36 | @since 1.18 | ||
37 | ]] | 31 | ]] |
38 | params { | 32 | params { |
39 | @in start: ptr(const(Efl.Text_Cursor_Cursor)); [[Start of range]] | 33 | @in start: ptr(const(Efl.Text_Cursor_Cursor)); [[Start of range]] |
@@ -46,8 +40,6 @@ interface @beta Efl.Text_Annotate { | |||
46 | 40 | ||
47 | The $format will be applied to the given range, and the $annotation | 41 | The $format will be applied to the given range, and the $annotation |
48 | handle will be returned for further handling. | 42 | handle will be returned for further handling. |
49 | |||
50 | @since 1.18 | ||
51 | ]] | 43 | ]] |
52 | params { | 44 | params { |
53 | @in start: ptr(Efl.Text_Cursor_Cursor); [[Start of range]] | 45 | @in start: ptr(Efl.Text_Cursor_Cursor); [[Start of range]] |
@@ -61,8 +53,6 @@ interface @beta Efl.Text_Annotate { | |||
61 | 53 | ||
62 | All formats applied by $annotation will be removed and it will be | 54 | All formats applied by $annotation will be removed and it will be |
63 | deleted. | 55 | deleted. |
64 | |||
65 | @since 1.18 | ||
66 | ]] | 56 | ]] |
67 | params { | 57 | params { |
68 | @in annotation: ptr(Efl.Text_Annotate_Annotation); [[Annotation to be | 58 | @in annotation: ptr(Efl.Text_Annotate_Annotation); [[Annotation to be |
@@ -75,8 +65,6 @@ interface @beta Efl.Text_Annotate { | |||
75 | 65 | ||
76 | The cursors $start and $end will be set to the start and end | 66 | The cursors $start and $end will be set to the start and end |
77 | positions of the given annotation $annotation. | 67 | positions of the given annotation $annotation. |
78 | |||
79 | @since 1.18 | ||
80 | ]] | 68 | ]] |
81 | params { | 69 | params { |
82 | @in annotation: ptr(const(Efl.Text_Annotate_Annotation)); [[Annotation | 70 | @in annotation: ptr(const(Efl.Text_Annotate_Annotation)); [[Annotation |
@@ -94,8 +82,6 @@ interface @beta Efl.Text_Annotate { | |||
94 | 82 | ||
95 | see @.cursor_item_insert | 83 | see @.cursor_item_insert |
96 | see @.item_geometry_get | 84 | see @.item_geometry_get |
97 | |||
98 | @since 1.21 | ||
99 | ]] | 85 | ]] |
100 | params { | 86 | params { |
101 | annotation: ptr(Efl.Text_Annotate_Annotation); [[Given annotation]] | 87 | annotation: ptr(Efl.Text_Annotate_Annotation); [[Given annotation]] |
@@ -106,8 +92,6 @@ interface @beta Efl.Text_Annotate { | |||
106 | [[Queries a given object item for its geometry. | 92 | [[Queries a given object item for its geometry. |
107 | 93 | ||
108 | Note that the provided annotation should be an object item type. | 94 | Note that the provided annotation should be an object item type. |
109 | |||
110 | @since 1.18 | ||
111 | ]] | 95 | ]] |
112 | params { | 96 | params { |
113 | @in an: ptr(const(Efl.Text_Annotate_Annotation)); [[Given annotation to query]] | 97 | @in an: ptr(const(Efl.Text_Annotate_Annotation)); [[Given annotation to query]] |
diff --git a/src/lib/efl/interfaces/efl_text_cursor.eo b/src/lib/efl/interfaces/efl_text_cursor.eo index f8ad8c5e81..50fc3aecdc 100644 --- a/src/lib/efl/interfaces/efl_text_cursor.eo +++ b/src/lib/efl/interfaces/efl_text_cursor.eo | |||
@@ -22,15 +22,11 @@ enum @beta Efl.Text_Cursor_Type | |||
22 | 22 | ||
23 | interface @beta Efl.Text_Cursor { | 23 | interface @beta Efl.Text_Cursor { |
24 | [[Cursor API | 24 | [[Cursor API |
25 | |||
26 | @since 1.20 | ||
27 | ]] | 25 | ]] |
28 | methods { | 26 | methods { |
29 | // Cursor | 27 | // Cursor |
30 | @property text_cursor { | 28 | @property text_cursor { |
31 | [[The object's main cursor. | 29 | [[The object's main cursor. |
32 | |||
33 | @since 1.18 | ||
34 | ]] | 30 | ]] |
35 | get { | 31 | get { |
36 | return: ptr(Efl.Text_Cursor_Cursor); [[Text cursor object]] | 32 | return: ptr(Efl.Text_Cursor_Cursor); [[Text cursor object]] |
diff --git a/src/lib/efl/interfaces/efl_text_font.eo b/src/lib/efl/interfaces/efl_text_font.eo index 6eb36ce676..32f15c2a55 100644 --- a/src/lib/efl/interfaces/efl_text_font.eo +++ b/src/lib/efl/interfaces/efl_text_font.eo | |||
@@ -42,8 +42,6 @@ enum @beta Efl.Text_Font_Slant { | |||
42 | */ | 42 | */ |
43 | enum @beta Efl.Text_Font_Bitmap_Scalable { | 43 | enum @beta Efl.Text_Font_Bitmap_Scalable { |
44 | [[Scalable of bitmap fonts | 44 | [[Scalable of bitmap fonts |
45 | |||
46 | @since 1.21 | ||
47 | ]] | 45 | ]] |
48 | none = 0, [[Disable scalable feature for bitmap fonts.]] | 46 | none = 0, [[Disable scalable feature for bitmap fonts.]] |
49 | color = (1 << 0), [[Enable scalable feature for color bitmap fonts.]] | 47 | color = (1 << 0), [[Enable scalable feature for color bitmap fonts.]] |
@@ -51,8 +49,6 @@ enum @beta Efl.Text_Font_Bitmap_Scalable { | |||
51 | 49 | ||
52 | interface @beta Efl.Text_Font { | 50 | interface @beta Efl.Text_Font { |
53 | [[Font settings of the text | 51 | [[Font settings of the text |
54 | |||
55 | @since 1.20 | ||
56 | ]] | 52 | ]] |
57 | eo_prefix: efl_text; | 53 | eo_prefix: efl_text; |
58 | methods { | 54 | methods { |
diff --git a/src/lib/efl/interfaces/efl_text_format.eo b/src/lib/efl/interfaces/efl_text_format.eo index 31c0b9c862..6d0125c55d 100644 --- a/src/lib/efl/interfaces/efl_text_format.eo +++ b/src/lib/efl/interfaces/efl_text_format.eo | |||
@@ -20,8 +20,6 @@ interface @beta Efl.Text_Format { | |||
20 | 20 | ||
21 | The text format can affect the geometry of the text object, as well as | 21 | The text format can affect the geometry of the text object, as well as |
22 | how characters are presented. | 22 | how characters are presented. |
23 | |||
24 | @since 1.20 | ||
25 | ]] | 23 | ]] |
26 | eo_prefix: efl_text; | 24 | eo_prefix: efl_text; |
27 | methods { | 25 | methods { |
diff --git a/src/lib/efl/interfaces/efl_text_markup.eo b/src/lib/efl/interfaces/efl_text_markup.eo index a12b0728b8..a0ec020cf5 100644 --- a/src/lib/efl/interfaces/efl_text_markup.eo +++ b/src/lib/efl/interfaces/efl_text_markup.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | interface @beta 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 | |||
4 | @since 1.21 | ||
5 | ]] | 3 | ]] |
6 | methods { | 4 | methods { |
7 | @property markup { | 5 | @property markup { |
diff --git a/src/lib/efl/interfaces/efl_text_markup_interactive.eo b/src/lib/efl/interfaces/efl_text_markup_interactive.eo index 91fa1d64b8..cbb4906ac2 100644 --- a/src/lib/efl/interfaces/efl_text_markup_interactive.eo +++ b/src/lib/efl/interfaces/efl_text_markup_interactive.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | interface @beta 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 | |||
4 | @since 1.22 | ||
5 | ]] | 3 | ]] |
6 | methods { | 4 | methods { |
7 | @property markup_range { | 5 | @property markup_range { |
diff --git a/src/lib/efl/interfaces/efl_text_markup_util.eo b/src/lib/efl/interfaces/efl_text_markup_util.eo index f29d2f8d77..96237fc740 100644 --- a/src/lib/efl/interfaces/efl_text_markup_util.eo +++ b/src/lib/efl/interfaces/efl_text_markup_util.eo | |||
@@ -1,7 +1,5 @@ | |||
1 | class @beta 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 | |||
4 | @since 1.21. | ||
5 | ]] | 3 | ]] |
6 | data: null; | 4 | data: null; |
7 | methods { | 5 | methods { |
diff --git a/src/lib/efl/interfaces/efl_text_style.eo b/src/lib/efl/interfaces/efl_text_style.eo index 71220608fe..362a56f223 100644 --- a/src/lib/efl/interfaces/efl_text_style.eo +++ b/src/lib/efl/interfaces/efl_text_style.eo | |||
@@ -59,8 +59,6 @@ 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. |
62 | |||
63 | @since 1.20 | ||
64 | ]] | 62 | ]] |
65 | eo_prefix: efl_text; | 63 | eo_prefix: efl_text; |
66 | methods { | 64 | methods { |
diff --git a/src/lib/efl/interfaces/efl_ui_drag.eo b/src/lib/efl/interfaces/efl_ui_drag.eo index acc1304cdc..36a5aa0365 100644 --- a/src/lib/efl/interfaces/efl_ui_drag.eo +++ b/src/lib/efl/interfaces/efl_ui_drag.eo | |||
@@ -5,8 +5,6 @@ import efl_ui_types; | |||
5 | interface @beta 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 | |||
9 | @since 1.20 | ||
10 | ]] | 8 | ]] |
11 | methods { | 9 | methods { |
12 | @property drag_value { | 10 | @property drag_value { |
diff --git a/src/lib/efl/interfaces/efl_ui_scrollable.eo b/src/lib/efl/interfaces/efl_ui_scrollable.eo index 664ab6f47d..dd255eb0bf 100644 --- a/src/lib/efl/interfaces/efl_ui_scrollable.eo +++ b/src/lib/efl/interfaces/efl_ui_scrollable.eo | |||
@@ -4,8 +4,6 @@ enum @beta Efl.Ui.Scroll_Block | |||
4 | 4 | ||
5 | Note: These options may be effective only in case of thumbscroll (i.e. | 5 | Note: These options may be effective only in case of thumbscroll (i.e. |
6 | when scrolling by dragging). | 6 | when scrolling by dragging). |
7 | |||
8 | @since 1.21 | ||
9 | ]] | 7 | ]] |
10 | none = 0, [[Don't block any movement.]] | 8 | none = 0, [[Don't block any movement.]] |
11 | vertical = 1, [[Block vertical movement.]] | 9 | vertical = 1, [[Block vertical movement.]] |
diff --git a/src/lib/eio/efl_io_model.eo b/src/lib/eio/efl_io_model.eo index 206ba07dc5..2e314753f9 100644 --- a/src/lib/eio/efl_io_model.eo +++ b/src/lib/eio/efl_io_model.eo | |||
@@ -24,8 +24,6 @@ class @beta Efl.Io.Model extends Efl.Loop_Model | |||
24 | EINA_TRUE to keep it. | 24 | EINA_TRUE to keep it. |
25 | 25 | ||
26 | See also @Efl.Model.children_slice_get. | 26 | See also @Efl.Model.children_slice_get. |
27 | |||
28 | @since 1.11 | ||
29 | ]] | 27 | ]] |
30 | params { | 28 | params { |
31 | filter: EflIoFilter; [[Filter callback]] | 29 | filter: EflIoFilter; [[Filter callback]] |
@@ -33,8 +31,6 @@ class @beta Efl.Io.Model extends Efl.Loop_Model | |||
33 | } | 31 | } |
34 | @property path { | 32 | @property path { |
35 | [[ Define the root path of a model. | 33 | [[ Define the root path of a model. |
36 | |||
37 | @since 1.11 | ||
38 | ]] | 34 | ]] |
39 | set { [[ Only possible during construction. ]] } | 35 | set { [[ Only possible during construction. ]] } |
40 | get { } | 36 | get { } |
diff --git a/src/lib/elementary/efl_config_global.eo b/src/lib/elementary/efl_config_global.eo index 5ec518a8a6..77a04ae928 100644 --- a/src/lib/elementary/efl_config_global.eo +++ b/src/lib/elementary/efl_config_global.eo | |||
@@ -79,8 +79,6 @@ class @beta Efl.Config_Global extends Efl.Object implements Efl.Config | |||
79 | At this point it is not expected that anyone would generally use | 79 | At this point it is not expected that anyone would generally use |
80 | this API except if you are a desktop environment and so the user | 80 | this API except if you are a desktop environment and so the user |
81 | base of this API will be enlightenment itself. | 81 | base of this API will be enlightenment itself. |
82 | |||
83 | @since 1.17 | ||
84 | ]] | 82 | ]] |
85 | params { | 83 | params { |
86 | profile: string; [[The new profile's name.]] | 84 | profile: string; [[The new profile's name.]] |
@@ -97,8 +95,6 @@ class @beta Efl.Config_Global extends Efl.Object implements Efl.Config | |||
97 | At this point it is not expected that anyone would generally use | 95 | At this point it is not expected that anyone would generally use |
98 | this API except if you are a desktop environment and so the user | 96 | this API except if you are a desktop environment and so the user |
99 | base of this API will be enlightenment itself. | 97 | base of this API will be enlightenment itself. |
100 | |||
101 | @since 1.17 | ||
102 | ]] | 98 | ]] |
103 | params { | 99 | params { |
104 | profile: string; [[The name of the profile that is to be deleted.]] | 100 | profile: string; [[The name of the profile that is to be deleted.]] |
diff --git a/src/lib/elementary/efl_ui_focus_manager.eo b/src/lib/elementary/efl_ui_focus_manager.eo index e0e8ff1625..037d0929eb 100644 --- a/src/lib/elementary/efl_ui_focus_manager.eo +++ b/src/lib/elementary/efl_ui_focus_manager.eo | |||
@@ -3,8 +3,6 @@ import eina_types; | |||
3 | 3 | ||
4 | struct @beta @free(efl_ui_focus_relation_free) Efl.Ui.Focus.Relations { | 4 | struct @beta @free(efl_ui_focus_relation_free) Efl.Ui.Focus.Relations { |
5 | [[Structure holding the graph of relations between focusable objects. | 5 | [[Structure holding the graph of relations between focusable objects. |
6 | |||
7 | @since 1.20 | ||
8 | ]] | 6 | ]] |
9 | right : list<Efl.Ui.Focus.Object> @owned; [[List of objects on the right side]] | 7 | right : list<Efl.Ui.Focus.Object> @owned; [[List of objects on the right side]] |
10 | left : list<Efl.Ui.Focus.Object> @owned; [[[List of objects on the left side]] | 8 | left : list<Efl.Ui.Focus.Object> @owned; [[[List of objects on the left side]] |
@@ -21,8 +19,6 @@ struct @beta @free(efl_ui_focus_relation_free) Efl.Ui.Focus.Relations { | |||
21 | 19 | ||
22 | struct Efl.Ui.Focus.Manager_Logical_End_Detail { | 20 | struct Efl.Ui.Focus.Manager_Logical_End_Detail { |
23 | [[Structure holding the focus object with extra information on logical end | 21 | [[Structure holding the focus object with extra information on logical end |
24 | |||
25 | @since 1.21 | ||
26 | ]] | 22 | ]] |
27 | is_regular_end : bool; [[$true if element is registered as regular element in the @Efl.Ui.Focus.Manager obejct, $false otherwise]] | 23 | is_regular_end : bool; [[$true if element is registered as regular element in the @Efl.Ui.Focus.Manager obejct, $false otherwise]] |
28 | element : Efl.Ui.Focus.Object; [[The last element of the logical chain in the @Efl.Ui.Focus.Manager]] | 24 | element : Efl.Ui.Focus.Object; [[The last element of the logical chain in the @Efl.Ui.Focus.Manager]] |
@@ -36,8 +32,6 @@ interface Efl.Ui.Focus.Manager { | |||
36 | The movement is also keeping track of the history of focused elements. | 32 | The movement is also keeping track of the history of focused elements. |
37 | The tree interpretation differentiates between logical and non-logical widgets, | 33 | The tree interpretation differentiates between logical and non-logical widgets, |
38 | a logical widget cannot receive focus whereas a non-logical one can. | 34 | a logical widget cannot receive focus whereas a non-logical one can. |
39 | |||
40 | @since 1.20 | ||
41 | ]] | 35 | ]] |
42 | methods { | 36 | methods { |
43 | move { | 37 | move { |
diff --git a/src/lib/elementary/efl_ui_focus_manager_calc.eo b/src/lib/elementary/efl_ui_focus_manager_calc.eo index 72f0a2299b..7f1974139b 100644 --- a/src/lib/elementary/efl_ui_focus_manager_calc.eo +++ b/src/lib/elementary/efl_ui_focus_manager_calc.eo | |||
@@ -4,8 +4,6 @@ class @beta Efl.Ui.Focus.Manager_Calc extends Efl.Object implements Efl.Ui.Focus | |||
4 | Each registered item will get an other registered object in each | 4 | Each registered item will get an other registered object in each |
5 | direction. You can get items for the currently focused item if | 5 | direction. You can get items for the currently focused item if |
6 | you call request move. | 6 | you call request move. |
7 | |||
8 | @since 1.20 | ||
9 | ]] | 7 | ]] |
10 | methods { | 8 | methods { |
11 | register { | 9 | register { |
diff --git a/src/lib/elementary/efl_ui_focus_manager_sub.eo b/src/lib/elementary/efl_ui_focus_manager_sub.eo index 79e06c86ff..9394080396 100644 --- a/src/lib/elementary/efl_ui_focus_manager_sub.eo +++ b/src/lib/elementary/efl_ui_focus_manager_sub.eo | |||
@@ -12,8 +12,6 @@ mixin @beta Efl.Ui.Focus.Manager_Sub requires Efl.Object extends Efl.Ui.Focus.Ma | |||
12 | 12 | ||
13 | You can filter the border elements by overriding the property | 13 | You can filter the border elements by overriding the property |
14 | @Efl.Ui.Focus.Manager.border_elements. | 14 | @Efl.Ui.Focus.Manager.border_elements. |
15 | |||
16 | @since 1.20 | ||
17 | ]] | 15 | ]] |
18 | implements { | 16 | implements { |
19 | Efl.Object.constructor; | 17 | Efl.Object.constructor; |
diff --git a/src/lib/elementary/efl_ui_focus_object.eo b/src/lib/elementary/efl_ui_focus_object.eo index 62c3f8b5ac..1e27b0213f 100644 --- a/src/lib/elementary/efl_ui_focus_object.eo +++ b/src/lib/elementary/efl_ui_focus_object.eo | |||
@@ -3,8 +3,6 @@ import eina_types; | |||
3 | mixin Efl.Ui.Focus.Object | 3 | mixin Efl.Ui.Focus.Object |
4 | { | 4 | { |
5 | [[Functions of focusable objects. | 5 | [[Functions of focusable objects. |
6 | |||
7 | @since 1.20 | ||
8 | ]] | 6 | ]] |
9 | methods { | 7 | methods { |
10 | @property focus_geometry { | 8 | @property focus_geometry { |
diff --git a/src/lib/elementary/efl_ui_image.eo b/src/lib/elementary/efl_ui_image.eo index 3e876e02be..cae449fa06 100644 --- a/src/lib/elementary/efl_ui_image.eo +++ b/src/lib/elementary/efl_ui_image.eo | |||
@@ -2,7 +2,6 @@ struct @beta Efl.Ui.Image_Progress | |||
2 | { | 2 | { |
3 | [[ | 3 | [[ |
4 | Structure associated with smart callback 'download,progress'. | 4 | Structure associated with smart callback 'download,progress'. |
5 | @since 1.8 | ||
6 | ]] | 5 | ]] |
7 | now: double; [[Current percentage]] | 6 | now: double; [[Current percentage]] |
8 | total: double; [[Total percentage]] | 7 | total: double; [[Total percentage]] |
@@ -12,7 +11,6 @@ struct @beta Efl.Ui.Image_Error | |||
12 | { | 11 | { |
13 | [[ | 12 | [[ |
14 | Structure associated with smart callback 'download,progress'. | 13 | Structure associated with smart callback 'download,progress'. |
15 | @since 1.8 | ||
16 | ]] | 14 | ]] |
17 | status: int; [[Error status of the download]] | 15 | status: int; [[Error status of the download]] |
18 | open_error: bool; [[$true if the error happened when opening the file, $false otherwise]] | 16 | open_error: bool; [[$true if the error happened when opening the file, $false otherwise]] |
@@ -30,8 +28,7 @@ class @beta Efl.Ui.Image extends Efl.Ui.Widget implements Efl.Ui.Clickable, Efl. | |||
30 | methods { | 28 | methods { |
31 | @property scalable { | 29 | @property scalable { |
32 | [[Enable or disable scaling up or down the internal image. | 30 | [[Enable or disable scaling up or down the internal image. |
33 | 31 | ]] | |
34 | @since 1.18]] | ||
35 | values { | 32 | values { |
36 | scale_up: bool; [[If $true, the internal image might be scaled up | 33 | scale_up: bool; [[If $true, the internal image might be scaled up |
37 | if necessary according to the scale type. | 34 | if necessary according to the scale type. |
@@ -45,8 +42,7 @@ class @beta Efl.Ui.Image extends Efl.Ui.Widget implements Efl.Ui.Clickable, Efl. | |||
45 | } | 42 | } |
46 | @property align { | 43 | @property align { |
47 | [[Controls how the internal image is positioned inside an image object. | 44 | [[Controls how the internal image is positioned inside an image object. |
48 | 45 | ]] | |
49 | @since 1.18]] | ||
50 | values { | 46 | values { |
51 | align_x: double; [[Alignment in the horizontal axis (0 <= align_x <= 1).]] | 47 | align_x: double; [[Alignment in the horizontal axis (0 <= align_x <= 1).]] |
52 | align_y: double; [[Alignment in the vertical axis (0 <= align_y <= 1).]] | 48 | align_y: double; [[Alignment in the vertical axis (0 <= align_y <= 1).]] |
diff --git a/src/lib/elementary/efl_ui_image_zoomable.eo b/src/lib/elementary/efl_ui_image_zoomable.eo index 374c82fc21..ffaef70554 100644 --- a/src/lib/elementary/efl_ui_image_zoomable.eo +++ b/src/lib/elementary/efl_ui_image_zoomable.eo | |||
@@ -37,7 +37,6 @@ class @beta Efl.Ui.Image_Zoomable extends Efl.Ui.Image implements Efl.Ui.Zoom, | |||
37 | [[Set the viewed region of the image | 37 | [[Set the viewed region of the image |
38 | 38 | ||
39 | This shows the region of the image without using animation. | 39 | This shows the region of the image without using animation. |
40 | @since 1.20 | ||
41 | ]] | 40 | ]] |
42 | } | 41 | } |
43 | values { | 42 | values { |
diff --git a/src/lib/elementary/efl_ui_progressbar.eo b/src/lib/elementary/efl_ui_progressbar.eo index 846bd8e7cb..af84fc986c 100644 --- a/src/lib/elementary/efl_ui_progressbar.eo +++ b/src/lib/elementary/efl_ui_progressbar.eo | |||
@@ -16,8 +16,6 @@ class @beta Efl.Ui.Progressbar extends Efl.Ui.Layout_Base implements Efl.Ui.Rang | |||
16 | animate the bar with content, switching constantly between filling it and back | 16 | animate the bar with content, switching constantly between filling it and back |
17 | to non-filled in a loop. To start and stop this pulsing | 17 | to non-filled in a loop. To start and stop this pulsing |
18 | animation you need to explicitly call efl_ui_progressbar_pulse_set(). | 18 | animation you need to explicitly call efl_ui_progressbar_pulse_set(). |
19 | |||
20 | @since 1.20 | ||
21 | ]] | 19 | ]] |
22 | 20 | ||
23 | set { | 21 | set { |
@@ -33,14 +31,10 @@ class @beta Efl.Ui.Progressbar extends Efl.Ui.Layout_Base implements Efl.Ui.Rang | |||
33 | [[Start/stop a given progress bar "pulsing" animation, if its under that mode | 31 | [[Start/stop a given progress bar "pulsing" animation, if its under that mode |
34 | 32 | ||
35 | Note: This call won't do anything if $obj is not under "pulsing mode". | 33 | Note: This call won't do anything if $obj is not under "pulsing mode". |
36 | |||
37 | @since 1.20 | ||
38 | ]] | 34 | ]] |
39 | } | 35 | } |
40 | get { | 36 | get { |
41 | [[ Get the pulsing state on a given progressbar widget. | 37 | [[ Get the pulsing state on a given progressbar widget. |
42 | |||
43 | @since 1.20 | ||
44 | ]] | 38 | ]] |
45 | } | 39 | } |
46 | values { | 40 | values { |
diff --git a/src/lib/elementary/efl_ui_slider_interval.eo b/src/lib/elementary/efl_ui_slider_interval.eo index c42621356b..fcfc1b73bd 100644 --- a/src/lib/elementary/efl_ui_slider_interval.eo +++ b/src/lib/elementary/efl_ui_slider_interval.eo | |||
@@ -3,14 +3,10 @@ class @beta Efl.Ui.Slider_Interval extends Efl.Ui.Slider | |||
3 | [[An interval slider. | 3 | [[An interval slider. |
4 | 4 | ||
5 | This is a slider with two indicators. | 5 | This is a slider with two indicators. |
6 | |||
7 | @since 1.21 | ||
8 | ]] | 6 | ]] |
9 | methods { | 7 | methods { |
10 | @property interval_value { | 8 | @property interval_value { |
11 | [[Sets up position of two indicators at start and end position. | 9 | [[Sets up position of two indicators at start and end position. |
12 | |||
13 | @since 1.21 | ||
14 | ]] | 10 | ]] |
15 | get { | 11 | get { |
16 | } | 12 | } |
diff --git a/src/lib/elementary/efl_ui_spin.eo b/src/lib/elementary/efl_ui_spin.eo index be06558691..e523ecbd3b 100644 --- a/src/lib/elementary/efl_ui_spin.eo +++ b/src/lib/elementary/efl_ui_spin.eo | |||
@@ -12,8 +12,6 @@ class @beta Efl.Ui.Spin extends Efl.Ui.Layout_Base implements Efl.Ui.Range_Inter | |||
12 | 12 | ||
13 | This is a widget which allows the user to increase or decrease numeric values | 13 | This is a widget which allows the user to increase or decrease numeric values |
14 | using user interactions. It's a basic type of widget for choosing and displaying values. | 14 | using user interactions. It's a basic type of widget for choosing and displaying values. |
15 | |||
16 | @since 1.21 | ||
17 | ]] | 15 | ]] |
18 | methods { | 16 | methods { |
19 | @property special_value { | 17 | @property special_value { |
diff --git a/src/lib/elementary/efl_ui_spin_button.eo b/src/lib/elementary/efl_ui_spin_button.eo index 7123570dbd..fd6d360011 100644 --- a/src/lib/elementary/efl_ui_spin_button.eo +++ b/src/lib/elementary/efl_ui_spin_button.eo | |||
@@ -6,8 +6,6 @@ class @beta Efl.Ui.Spin_Button extends Efl.Ui.Spin implements Efl.Ui.Focus.Compo | |||
6 | This is a widget which allows the user to increase or decrease | 6 | This is a widget which allows the user to increase or decrease |
7 | numeric values using the arrow buttons or to edit values directly by clicking | 7 | numeric values using the arrow buttons or to edit values directly by clicking |
8 | over them and inputting new ones. | 8 | over them and inputting new ones. |
9 | |||
10 | @since 1.21 | ||
11 | ]] | 9 | ]] |
12 | methods { | 10 | methods { |
13 | @property circulate { | 11 | @property circulate { |
diff --git a/src/lib/elementary/efl_ui_text.eo b/src/lib/elementary/efl_ui_text.eo index b43059e89a..c2b0bb1ce6 100644 --- a/src/lib/elementary/efl_ui_text.eo +++ b/src/lib/elementary/efl_ui_text.eo | |||
@@ -29,14 +29,10 @@ class @beta Efl.Ui.Text extends Efl.Ui.Layout_Base implements Efl.Ui.Clickable, | |||
29 | set { | 29 | set { |
30 | [[Set the attribute to show the input panel in case of only a user's explicit Mouse Up event. | 30 | [[Set the attribute to show the input panel in case of only a user's explicit Mouse Up event. |
31 | It doesn't request to show the input panel even though it has focus. | 31 | It doesn't request to show the input panel even though it has focus. |
32 | |||
33 | @since 1.9 | ||
34 | ]] | 32 | ]] |
35 | } | 33 | } |
36 | get { | 34 | get { |
37 | [[Get the attribute to show the input panel in case of only an user's explicit Mouse Up event. | 35 | [[Get the attribute to show the input panel in case of only an user's explicit Mouse Up event. |
38 | |||
39 | @since 1.9 | ||
40 | ]] | 36 | ]] |
41 | } | 37 | } |
42 | values { | 38 | values { |
@@ -109,14 +105,10 @@ class @beta Efl.Ui.Text extends Efl.Ui.Layout_Base implements Efl.Ui.Clickable, | |||
109 | @property input_panel_layout_variation { | 105 | @property input_panel_layout_variation { |
110 | set { | 106 | set { |
111 | [[Set the input panel layout variation of the entry | 107 | [[Set the input panel layout variation of the entry |
112 | |||
113 | @since 1.8 | ||
114 | ]] | 108 | ]] |
115 | } | 109 | } |
116 | get { | 110 | get { |
117 | [[Get the input panel layout variation of the entry | 111 | [[Get the input panel layout variation of the entry |
118 | |||
119 | @since 1.8 | ||
120 | ]] | 112 | ]] |
121 | } | 113 | } |
122 | values { | 114 | values { |
diff --git a/src/lib/elementary/efl_ui_text_async.eo b/src/lib/elementary/efl_ui_text_async.eo index e61de4bda5..186394812e 100644 --- a/src/lib/elementary/efl_ui_text_async.eo +++ b/src/lib/elementary/efl_ui_text_async.eo | |||
@@ -1,8 +1,6 @@ | |||
1 | class @beta Efl.Ui.Text_Async extends Efl.Ui.Text | 1 | class @beta Efl.Ui.Text_Async extends Efl.Ui.Text |
2 | { | 2 | { |
3 | [[Efl UI text async class | 3 | [[Efl UI text async class |
4 | |||
5 | @since 1.21 | ||
6 | ]] | 4 | ]] |
7 | data: null; | 5 | data: null; |
8 | implements { | 6 | implements { |
diff --git a/src/lib/elementary/efl_ui_text_factory_emoticons.eo b/src/lib/elementary/efl_ui_text_factory_emoticons.eo index 429dc14b91..903f449d6b 100644 --- a/src/lib/elementary/efl_ui_text_factory_emoticons.eo +++ b/src/lib/elementary/efl_ui_text_factory_emoticons.eo | |||
@@ -1,8 +1,6 @@ | |||
1 | class @beta Efl.Ui.Text_Factory.Emoticons extends Efl.Object implements Efl.Canvas.Text_Factory | 1 | class @beta Efl.Ui.Text_Factory.Emoticons extends Efl.Object implements Efl.Canvas.Text_Factory |
2 | { | 2 | { |
3 | [[Factory that creates emoticons from the current theme given a key. | 3 | [[Factory that creates emoticons from the current theme given a key. |
4 | |||
5 | @since 1.21 | ||
6 | ]] | 4 | ]] |
7 | implements { | 5 | implements { |
8 | Efl.Canvas.Text_Factory.create; | 6 | Efl.Canvas.Text_Factory.create; |
diff --git a/src/lib/elementary/efl_ui_text_factory_fallback.eo b/src/lib/elementary/efl_ui_text_factory_fallback.eo index 98ad98bafd..f41352bee8 100644 --- a/src/lib/elementary/efl_ui_text_factory_fallback.eo +++ b/src/lib/elementary/efl_ui_text_factory_fallback.eo | |||
@@ -6,7 +6,6 @@ class @beta Efl.Ui.Text_Factory.Fallback extends Efl.Object implements Efl.Canva | |||
6 | - Contains 2 factories: image and emoticon | 6 | - Contains 2 factories: image and emoticon |
7 | - Strips off "file://" prefix for image items, to be used with the image | 7 | - Strips off "file://" prefix for image items, to be used with the image |
8 | factory. | 8 | factory. |
9 | @since 1.21 | ||
10 | ]] | 9 | ]] |
11 | implements { | 10 | implements { |
12 | Efl.Object.constructor; | 11 | Efl.Object.constructor; |
diff --git a/src/lib/elementary/efl_ui_text_factory_images.eo b/src/lib/elementary/efl_ui_text_factory_images.eo index ae72bee1b3..eecc69cb91 100644 --- a/src/lib/elementary/efl_ui_text_factory_images.eo +++ b/src/lib/elementary/efl_ui_text_factory_images.eo | |||
@@ -5,8 +5,6 @@ class @beta Efl.Ui.Text_Factory.Images extends Efl.Object implements Efl.Canvas. | |||
5 | The key can be either a full image path, or associated with one. The | 5 | The key can be either a full image path, or associated with one. The |
6 | factory will fallback if key was not matches with an image, and try | 6 | factory will fallback if key was not matches with an image, and try |
7 | to load it as a full path. | 7 | to load it as a full path. |
8 | |||
9 | @since 1.21 | ||
10 | ]] | 8 | ]] |
11 | methods { | 9 | methods { |
12 | matches_add { | 10 | matches_add { |
diff --git a/src/lib/elementary/efl_ui_widget.eo b/src/lib/elementary/efl_ui_widget.eo index 7585726222..8a5bfca2c1 100644 --- a/src/lib/elementary/efl_ui_widget.eo +++ b/src/lib/elementary/efl_ui_widget.eo | |||
@@ -369,8 +369,7 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object, | |||
369 | } | 369 | } |
370 | @property focus_move_policy_automatic @beta { | 370 | @property focus_move_policy_automatic @beta { |
371 | [[Control the widget's focus_move_policy mode setting. | 371 | [[Control the widget's focus_move_policy mode setting. |
372 | 372 | ]] | |
373 | @since 1.18]] | ||
374 | values { | 373 | values { |
375 | automatic: bool; [[$true to follow system focus move policy change, | 374 | automatic: bool; [[$true to follow system focus move policy change, |
376 | $false otherwise]] | 375 | $false otherwise]] |
diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo index 1255b98d51..c492dda1ee 100644 --- a/src/lib/elementary/efl_ui_win.eo +++ b/src/lib/elementary/efl_ui_win.eo | |||
@@ -42,7 +42,6 @@ enum @beta Efl.Ui.Win_Type | |||
42 | /* Some types have been removed from EO. Skipping to 17. */ | 42 | /* Some types have been removed from EO. Skipping to 17. */ |
43 | naviframe_basic = 17 [[Used for naviframe style replacement with a back | 43 | naviframe_basic = 17 [[Used for naviframe style replacement with a back |
44 | button instead of a close button. | 44 | button instead of a close button. |
45 | @since 1.19 | ||
46 | ]] | 45 | ]] |
47 | } | 46 | } |
48 | 47 | ||
@@ -122,8 +121,6 @@ enum Efl.Ui.Win_Move_Resize_Mode | |||
122 | 7. top | right, | 121 | 7. top | right, |
123 | 8. bottom | left, | 122 | 8. bottom | left, |
124 | 9. bottom | right. | 123 | 9. bottom | right. |
125 | |||
126 | @since 1.19 | ||
127 | ]] | 124 | ]] |
128 | 125 | ||
129 | move = 1, [[Start moving window]] | 126 | move = 1, [[Start moving window]] |
@@ -150,8 +147,6 @@ class Efl.Ui.Win extends Efl.Ui.Widget implements Efl.Canvas.Scene, Efl.Access.W | |||
150 | such circumstances. The default settings depends on the environment. | 147 | such circumstances. The default settings depends on the environment. |
151 | For example, on phones, the default is to enable the indicator. | 148 | For example, on phones, the default is to enable the indicator. |
152 | The indicator is disabled on devices like televisions however. | 149 | The indicator is disabled on devices like televisions however. |
153 | |||
154 | @since 1.18 | ||
155 | ]] | 150 | ]] |
156 | set { | 151 | set { |
157 | } | 152 | } |
@@ -437,7 +432,6 @@ class Efl.Ui.Win extends Efl.Ui.Widget implements Efl.Canvas.Scene, Efl.Access.W | |||
437 | [[Name can only be set before finalize.]] | 432 | [[Name can only be set before finalize.]] |
438 | } | 433 | } |
439 | get { | 434 | get { |
440 | [[ @since 1.18 ]] | ||
441 | } | 435 | } |
442 | values { | 436 | values { |
443 | name: string @nullable; [[Window name]] | 437 | name: string @nullable; [[Window name]] |
@@ -505,8 +499,6 @@ class Efl.Ui.Win extends Efl.Ui.Widget implements Efl.Canvas.Scene, Efl.Access.W | |||
505 | 499 | ||
506 | Note that this option may be overriden by environment variables | 500 | Note that this option may be overriden by environment variables |
507 | or the configuration option "accel_preference_override". | 501 | or the configuration option "accel_preference_override". |
508 | |||
509 | @since 1.18 | ||
510 | ]] | 502 | ]] |
511 | values { | 503 | values { |
512 | accel: string; [[Acceleration]] | 504 | accel: string; [[Acceleration]] |
diff --git a/src/lib/elementary/elm_interface_scrollable.eo b/src/lib/elementary/elm_interface_scrollable.eo index 8a66c9fefc..6fc578882d 100644 --- a/src/lib/elementary/elm_interface_scrollable.eo +++ b/src/lib/elementary/elm_interface_scrollable.eo | |||
@@ -216,8 +216,7 @@ mixin @beta Elm.Interface_Scrollable requires Efl.Ui.Widget extends Efl.Ui.Scrol | |||
216 | 216 | ||
217 | Note: If $obj is not set to have pages, nothing will happen after | 217 | Note: If $obj is not set to have pages, nothing will happen after |
218 | this call. | 218 | this call. |
219 | 219 | ]] | |
220 | @since 1.8]] | ||
221 | set { | 220 | set { |
222 | } | 221 | } |
223 | get { | 222 | get { |
@@ -251,8 +250,7 @@ mixin @beta Elm.Interface_Scrollable requires Efl.Ui.Widget extends Efl.Ui.Scrol | |||
251 | such as the movement angle. If the user scrolls roughly in one | 250 | such as the movement angle. If the user scrolls roughly in one |
252 | direction only, it will only move according to it while if the move | 251 | direction only, it will only move according to it while if the move |
253 | was clearly wanted on both axes, it will happen on both of them. | 252 | was clearly wanted on both axes, it will happen on both of them. |
254 | 253 | ]] | |
255 | @since 1.8]] | ||
256 | set { | 254 | set { |
257 | } | 255 | } |
258 | get { | 256 | get { |
@@ -274,8 +272,7 @@ mixin @beta Elm.Interface_Scrollable requires Efl.Ui.Widget extends Efl.Ui.Scrol | |||
274 | } | 272 | } |
275 | @property content_loop { | 273 | @property content_loop { |
276 | [[Controls an infinite loop for a scroller. | 274 | [[Controls an infinite loop for a scroller. |
277 | 275 | ]] | |
278 | @since 1.14]] | ||
279 | set { | 276 | set { |
280 | } | 277 | } |
281 | get { | 278 | get { |
diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo index 39bdc33450..7e4b9da8df 100644 --- a/src/lib/eo/efl_object.eo +++ b/src/lib/eo/efl_object.eo | |||
@@ -55,8 +55,6 @@ abstract Efl.Object | |||
55 | - Destruction: The object has no parent and it can be destroyed. The | 55 | - Destruction: The object has no parent and it can be destroyed. The |
56 | @.destructor method is called, use it to return any resources the object | 56 | @.destructor method is called, use it to return any resources the object |
57 | might have gathered during its life. | 57 | might have gathered during its life. |
58 | |||
59 | @since 1.22 | ||
60 | ]] | 58 | ]] |
61 | eo_prefix: efl; | 59 | eo_prefix: efl; |
62 | 60 | ||
diff --git a/src/lib/evas/canvas/efl_canvas_event_grabber.eo b/src/lib/evas/canvas/efl_canvas_event_grabber.eo index ee9657a813..205f5fb573 100644 --- a/src/lib/evas/canvas/efl_canvas_event_grabber.eo +++ b/src/lib/evas/canvas/efl_canvas_event_grabber.eo | |||
@@ -15,8 +15,6 @@ class @beta Efl.Canvas.Event_Grabber extends Efl.Canvas.Group | |||
15 | No child objects should be stacked above the event | 15 | No child objects should be stacked above the event |
16 | grabber parent while the grabber is visible. | 16 | grabber parent while the grabber is visible. |
17 | A critical error will be raised if this is detected. | 17 | A critical error will be raised if this is detected. |
18 | |||
19 | @since 1.20 | ||
20 | ]] | 18 | ]] |
21 | data: Efl_Object_Event_Grabber_Data; | 19 | data: Efl_Object_Event_Grabber_Data; |
22 | methods { | 20 | methods { |
diff --git a/src/lib/evas/canvas/efl_canvas_object.eo b/src/lib/evas/canvas/efl_canvas_object.eo index 3f2bd0d2e7..7d3ebf5563 100644 --- a/src/lib/evas/canvas/efl_canvas_object.eo +++ b/src/lib/evas/canvas/efl_canvas_object.eo | |||
@@ -16,7 +16,6 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity, | |||
16 | @property pointer_mode_by_device @beta { | 16 | @property pointer_mode_by_device @beta { |
17 | [[Low-level pointer behaviour by device. | 17 | [[Low-level pointer behaviour by device. |
18 | See @.pointer_mode.get and @.pointer_mode.set for more explanation. | 18 | See @.pointer_mode.get and @.pointer_mode.set for more explanation. |
19 | @since 1.19 | ||
20 | ]] | 19 | ]] |
21 | keys { | 20 | keys { |
22 | dev: Efl.Input.Device; [[The pointer device to set/get the mode. Use $null for the default pointer.]] | 21 | dev: Efl.Input.Device; [[The pointer device to set/get the mode. Use $null for the default pointer.]] |
@@ -187,7 +186,6 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity, | |||
187 | @property seat_focus { | 186 | @property seat_focus { |
188 | [[ | 187 | [[ |
189 | Check if this object is focused. | 188 | Check if this object is focused. |
190 | @since 1.19 | ||
191 | ]] | 189 | ]] |
192 | get { | 190 | get { |
193 | } | 191 | } |
@@ -197,7 +195,7 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity, | |||
197 | } | 195 | } |
198 | /* FIXME Efl.Input.Device is not stable yet*/ | 196 | /* FIXME Efl.Input.Device is not stable yet*/ |
199 | seat_focus_check @beta { | 197 | seat_focus_check @beta { |
200 | [[ Check if this object is focused by a given seat @since 1.19 ]] | 198 | [[ Check if this object is focused by a given seat ]] |
201 | params { | 199 | params { |
202 | @in seat: Efl.Input.Device; [[The seat to check if the object is focused. Use $null for the default seat.]] | 200 | @in seat: Efl.Input.Device; [[The seat to check if the object is focused. Use $null for the default seat.]] |
203 | } | 201 | } |
@@ -212,8 +210,6 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity, | |||
212 | after the seat is added to the list this object will now be also focused by this new seat. | 210 | after the seat is added to the list this object will now be also focused by this new seat. |
213 | 211 | ||
214 | Note: The old focus APIs still work, however they will only act on the default seat. | 212 | Note: The old focus APIs still work, however they will only act on the default seat. |
215 | |||
216 | @since 1.19 | ||
217 | ]] | 213 | ]] |
218 | params { | 214 | params { |
219 | @in seat: Efl.Input.Device; [[The seat that should be added to the focus list. Use $null for the default seat.]] | 215 | @in seat: Efl.Input.Device; [[The seat that should be added to the focus list. Use $null for the default seat.]] |
@@ -223,8 +219,6 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity, | |||
223 | /* FIXME Efl.Input.Device is not stable yet*/ | 219 | /* FIXME Efl.Input.Device is not stable yet*/ |
224 | seat_focus_del @beta { | 220 | seat_focus_del @beta { |
225 | [[ Remove a seat from the focus list. | 221 | [[ Remove a seat from the focus list. |
226 | |||
227 | @since 1.19 | ||
228 | ]] | 222 | ]] |
229 | params { | 223 | params { |
230 | @in seat: Efl.Input.Device; [[The seat that should be removed from the focus list. Use $null for the default seat.]] | 224 | @in seat: Efl.Input.Device; [[The seat that should be removed from the focus list. Use $null for the default seat.]] |
@@ -367,8 +361,6 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity, | |||
367 | This can be different from @Efl.Object.parent because this one is | 361 | This can be different from @Efl.Object.parent because this one is |
368 | used internally for rendering and the normal parent is what the | 362 | used internally for rendering and the normal parent is what the |
369 | user expects to be the parent. | 363 | user expects to be the parent. |
370 | |||
371 | @since 1.18 | ||
372 | ]] | 364 | ]] |
373 | get { | 365 | get { |
374 | } | 366 | } |
@@ -452,8 +444,6 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity, | |||
452 | 444 | ||
453 | This flag can be used to avoid rendering visible clippers on | 445 | This flag can be used to avoid rendering visible clippers on |
454 | the canvas, even if they currently don't clip any object. | 446 | the canvas, even if they currently don't clip any object. |
455 | |||
456 | @since 1.15 | ||
457 | ]] | 447 | ]] |
458 | } | 448 | } |
459 | set { | 449 | set { |
@@ -472,8 +462,6 @@ abstract Efl.Canvas.Object extends Efl.Loop_Consumer implements Efl.Gfx.Entity, | |||
472 | clippers. When hidden, all "no-render" objects will | 462 | clippers. When hidden, all "no-render" objects will |
473 | completely disappear from the canvas, and hide their | 463 | completely disappear from the canvas, and hide their |
474 | clippees or be invisible when used as proxy sources. | 464 | clippees or be invisible when used as proxy sources. |
475 | |||
476 | @since 1.15 | ||
477 | ]] | 465 | ]] |
478 | } | 466 | } |
479 | values { | 467 | values { |
diff --git a/src/lib/evas/canvas/efl_canvas_proxy.eo b/src/lib/evas/canvas/efl_canvas_proxy.eo index 5024d8feac..f13b07a5c0 100644 --- a/src/lib/evas/canvas/efl_canvas_proxy.eo +++ b/src/lib/evas/canvas/efl_canvas_proxy.eo | |||
@@ -40,8 +40,6 @@ class @beta Efl.Canvas.Proxy extends Efl.Canvas.Image_Internal | |||
40 | and apply some sort of transformation on it. | 40 | and apply some sort of transformation on it. |
41 | 41 | ||
42 | $true means both objects will share the same clip. | 42 | $true means both objects will share the same clip. |
43 | |||
44 | @since 1.8 | ||
45 | ]] | 43 | ]] |
46 | set {} | 44 | set {} |
47 | get {} | 45 | get {} |
@@ -60,8 +58,6 @@ class @beta Efl.Canvas.Proxy extends Efl.Canvas.Image_Internal | |||
60 | 58 | ||
61 | If $source is $false, events occurring on $obj will be | 59 | If $source is $false, events occurring on $obj will be |
62 | processed only on it. | 60 | processed only on it. |
63 | |||
64 | @since 1.8 | ||
65 | ]] | 61 | ]] |
66 | set {} | 62 | set {} |
67 | get {} | 63 | get {} |
diff --git a/src/lib/evas/canvas/efl_canvas_scene3d.eo b/src/lib/evas/canvas/efl_canvas_scene3d.eo index 7d9095086e..8d506be64c 100644 --- a/src/lib/evas/canvas/efl_canvas_scene3d.eo +++ b/src/lib/evas/canvas/efl_canvas_scene3d.eo | |||
@@ -5,8 +5,6 @@ class @beta Efl.Canvas.Scene3d extends Efl.Canvas.Image_Internal | |||
5 | methods { | 5 | methods { |
6 | @property scene3d { | 6 | @property scene3d { |
7 | [[The 3d scene to display in this view. | 7 | [[The 3d scene to display in this view. |
8 | |||
9 | @since 1.10 | ||
10 | ]] | 8 | ]] |
11 | set {} | 9 | set {} |
12 | get {} | 10 | get {} |
diff --git a/src/lib/evas/canvas/efl_canvas_text.eo b/src/lib/evas/canvas/efl_canvas_text.eo index d6c350eef2..8e334cefb5 100644 --- a/src/lib/evas/canvas/efl_canvas_text.eo +++ b/src/lib/evas/canvas/efl_canvas_text.eo | |||
@@ -11,8 +11,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
11 | methods { | 11 | methods { |
12 | @property is_empty { | 12 | @property is_empty { |
13 | [[Whether the object is empty (no text) or not | 13 | [[Whether the object is empty (no text) or not |
14 | |||
15 | @since 1.18 | ||
16 | ]] | 14 | ]] |
17 | get { | 15 | get { |
18 | } | 16 | } |
@@ -26,8 +24,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
26 | The given $start and $end cursor act like out-variables here, | 24 | The given $start and $end cursor act like out-variables here, |
27 | as they are set to the positions of the start and the end of the | 25 | as they are set to the positions of the start and the end of the |
28 | visible range in the text, respectively. | 26 | visible range in the text, respectively. |
29 | |||
30 | @since 1.18 | ||
31 | ]] | 27 | ]] |
32 | return: bool; [[$true on success, $false otherwise]] | 28 | return: bool; [[$true on success, $false otherwise]] |
33 | params { | 29 | params { |
@@ -39,8 +35,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
39 | [[Gets the left, right, top and bottom insets of the text. | 35 | [[Gets the left, right, top and bottom insets of the text. |
40 | 36 | ||
41 | The inset is any applied padding on the text. | 37 | The inset is any applied padding on the text. |
42 | |||
43 | @since 1.18 | ||
44 | ]] | 38 | ]] |
45 | get {} | 39 | get {} |
46 | values { | 40 | values { |
@@ -55,8 +49,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
55 | segments. This is useful, for example, in the recipient fields of | 49 | segments. This is useful, for example, in the recipient fields of |
56 | e-mail clients where bidi oddities can occur when mixing RTL | 50 | e-mail clients where bidi oddities can occur when mixing RTL |
57 | and LTR. | 51 | and LTR. |
58 | |||
59 | @since 1.18 | ||
60 | ]] | 52 | ]] |
61 | set {} | 53 | set {} |
62 | get {} | 54 | get {} |
@@ -66,8 +58,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
66 | } | 58 | } |
67 | @property legacy_newline { | 59 | @property legacy_newline { |
68 | [[When $true, newline character will behave as a paragraph separator. | 60 | [[When $true, newline character will behave as a paragraph separator. |
69 | |||
70 | @since 1.18 | ||
71 | ]] | 61 | ]] |
72 | set {} | 62 | set {} |
73 | get {} | 63 | get {} |
@@ -85,8 +75,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
85 | first. | 75 | first. |
86 | 76 | ||
87 | Set $style to $NULL to delete it. | 77 | Set $style to $NULL to delete it. |
88 | |||
89 | @since 1.18 | ||
90 | ]] | 78 | ]] |
91 | set { | 79 | set { |
92 | } | 80 | } |
@@ -116,8 +104,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
116 | "You shall not pass!" with no margins or padding and assuming | 104 | "You shall not pass!" with no margins or padding and assuming |
117 | a monospace font and a size of 7x10 char widths (for simplicity) | 105 | a monospace font and a size of 7x10 char widths (for simplicity) |
118 | has a native size of 19x1 and a formatted size of 5x4. | 106 | has a native size of 19x1 and a formatted size of 5x4. |
119 | |||
120 | @since 1.18 | ||
121 | ]] | 107 | ]] |
122 | get {} | 108 | get {} |
123 | values { | 109 | values { |
@@ -142,8 +128,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
142 | "You shall not pass!" with no margins or padding and assuming | 128 | "You shall not pass!" with no margins or padding and assuming |
143 | a monospace font and a size of 7x10 char widths (for simplicity) | 129 | a monospace font and a size of 7x10 char widths (for simplicity) |
144 | has a native size of 19x1 and a formatted size of 5x4. | 130 | has a native size of 19x1 and a formatted size of 5x4. |
145 | |||
146 | @since 1.18 | ||
147 | ]] | 131 | ]] |
148 | get {} | 132 | get {} |
149 | values { | 133 | values { |
@@ -153,8 +137,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
153 | } | 137 | } |
154 | range_text_get @const { | 138 | range_text_get @const { |
155 | [[Returns the text in the range between $cur1 and $cur2. | 139 | [[Returns the text in the range between $cur1 and $cur2. |
156 | |||
157 | @since 1.18 | ||
158 | ]] | 140 | ]] |
159 | return: mstring @owned; [[The text in the given range]] | 141 | return: mstring @owned; [[The text in the given range]] |
160 | params { | 142 | params { |
@@ -167,8 +149,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
167 | 149 | ||
168 | The geometry is represented as rectangles for each of the line | 150 | The geometry is represented as rectangles for each of the line |
169 | segments in the given range [$cur1, $cur2]. | 151 | segments in the given range [$cur1, $cur2]. |
170 | |||
171 | @since 1.19 | ||
172 | ]] | 152 | ]] |
173 | params { | 153 | params { |
174 | @cref cur1: Efl.Text_Cursor_Cursor; [[Start of range]] | 154 | @cref cur1: Efl.Text_Cursor_Cursor; [[Start of range]] |
@@ -184,8 +164,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
184 | The geometry is the geometry in which rectangles in middle lines of | 164 | The geometry is the geometry in which rectangles in middle lines of |
185 | range are merged into one big rectangle. This is an optimized | 165 | range are merged into one big rectangle. This is an optimized |
186 | version of @.range_geometry_get. | 166 | version of @.range_geometry_get. |
187 | |||
188 | @since 1.19 | ||
189 | ]] | 167 | ]] |
190 | params { | 168 | params { |
191 | @cref cur1: Efl.Text_Cursor_Cursor; [[Start of range]] | 169 | @cref cur1: Efl.Text_Cursor_Cursor; [[Start of range]] |
@@ -212,8 +190,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
212 | 190 | ||
213 | The textblock does the layout of the text according to the | 191 | The textblock does the layout of the text according to the |
214 | position of the obstacle. | 192 | position of the obstacle. |
215 | |||
216 | @since 1.18 | ||
217 | ]] | 193 | ]] |
218 | params { | 194 | params { |
219 | @in eo_obs: Efl.Canvas.Object; [[Obstacle object]] | 195 | @in eo_obs: Efl.Canvas.Object; [[Obstacle object]] |
@@ -222,8 +198,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
222 | } | 198 | } |
223 | obstacle_del { | 199 | obstacle_del { |
224 | [[Removes $eo_obs from observation during text layout. | 200 | [[Removes $eo_obs from observation during text layout. |
225 | |||
226 | @since 1.18 | ||
227 | ]] | 201 | ]] |
228 | params { | 202 | params { |
229 | @in eo_obs: Efl.Canvas.Object; [[Obstacle object]] | 203 | @in eo_obs: Efl.Canvas.Object; [[Obstacle object]] |
@@ -242,8 +216,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
242 | differrent coordinates relative to the textblock, you need to | 216 | differrent coordinates relative to the textblock, you need to |
243 | call this so it will consider this new state and will relayout | 217 | call this so it will consider this new state and will relayout |
244 | the text. | 218 | the text. |
245 | |||
246 | @since 1.18 | ||
247 | ]] | 219 | ]] |
248 | } | 220 | } |
249 | async_layout { | 221 | async_layout { |
@@ -251,8 +223,6 @@ class @beta Efl.Canvas.Text extends Efl.Canvas.Object implements Efl.Text, | |||
251 | 223 | ||
252 | Once layout is complete, the result is returned as @Eina.Rect, | 224 | Once layout is complete, the result is returned as @Eina.Rect, |
253 | with w, h fields set. | 225 | with w, h fields set. |
254 | |||
255 | @since 1.21 | ||
256 | ]] | 226 | ]] |
257 | return: future<Eina.Rect> @owned; [[Future for layout result]] | 227 | return: future<Eina.Rect> @owned; [[Future for layout result]] |
258 | } | 228 | } |
diff --git a/src/lib/evas/canvas/efl_canvas_text_factory.eo b/src/lib/evas/canvas/efl_canvas_text_factory.eo index a86295cf46..51ca68b92b 100644 --- a/src/lib/evas/canvas/efl_canvas_text_factory.eo +++ b/src/lib/evas/canvas/efl_canvas_text_factory.eo | |||
@@ -7,8 +7,6 @@ interface @beta Efl.Canvas.Text_Factory | |||
7 | decided by the inheriting class, whether it is by treating the $key as an | 7 | decided by the inheriting class, whether it is by treating the $key as an |
8 | image path, or a key associated with a real-path in a hashtable | 8 | image path, or a key associated with a real-path in a hashtable |
9 | or something else entirely. | 9 | or something else entirely. |
10 | |||
11 | @since 1.21 | ||
12 | ]] | 10 | ]] |
13 | methods { | 11 | methods { |
14 | create { | 12 | create { |
diff --git a/src/lib/evas/canvas/efl_canvas_vg_node.eo b/src/lib/evas/canvas/efl_canvas_vg_node.eo index 27be5003f0..641cda1c11 100644 --- a/src/lib/evas/canvas/efl_canvas_vg_node.eo +++ b/src/lib/evas/canvas/efl_canvas_vg_node.eo | |||
@@ -9,13 +9,11 @@ abstract @beta Efl.Canvas.Vg.Node extends Efl.Object implements Efl.Gfx.Entity, | |||
9 | [[Sets the transformation matrix to be used for this node object. | 9 | [[Sets the transformation matrix to be used for this node object. |
10 | 10 | ||
11 | Note: Pass $null to cancel the applied transformation. | 11 | Note: Pass $null to cancel the applied transformation. |
12 | 12 | ]] | |
13 | @since 1.14]] | ||
14 | } | 13 | } |
15 | get { | 14 | get { |
16 | [[Gets the transformation matrix used for this node object. | 15 | [[Gets the transformation matrix used for this node object. |
17 | 16 | ]] | |
18 | @since 1.14]] | ||
19 | } | 17 | } |
20 | values { | 18 | values { |
21 | @cref m: Eina.Matrix3; [[Transformation matrix.]] | 19 | @cref m: Eina.Matrix3; [[Transformation matrix.]] |
@@ -26,13 +24,11 @@ abstract @beta Efl.Canvas.Vg.Node extends Efl.Object implements Efl.Gfx.Entity, | |||
26 | [[Sets the origin position of the node object. | 24 | [[Sets the origin position of the node object. |
27 | 25 | ||
28 | This origin position affects node transformation. | 26 | This origin position affects node transformation. |
29 | 27 | ]] | |
30 | @since 1.14]] | ||
31 | } | 28 | } |
32 | get { | 29 | get { |
33 | [[Gets the origin position of the node object. | 30 | [[Gets the origin position of the node object. |
34 | 31 | ]] | |
35 | @since 1.14]] | ||
36 | } | 32 | } |
37 | values { | 33 | values { |
38 | x: double; [[$origin x position.]] | 34 | x: double; [[$origin x position.]] |
diff --git a/src/lib/evas/canvas/efl_canvas_vg_object.eo b/src/lib/evas/canvas/efl_canvas_vg_object.eo index 02562a4f56..53bc6de0ea 100644 --- a/src/lib/evas/canvas/efl_canvas_vg_object.eo +++ b/src/lib/evas/canvas/efl_canvas_vg_object.eo | |||
@@ -53,7 +53,7 @@ class @beta Efl.Canvas.Vg.Object extends Efl.Canvas.Object implements Efl.File, | |||
53 | @property root_node { | 53 | @property root_node { |
54 | get { | 54 | get { |
55 | [[Get the root node of the evas_object_vg. | 55 | [[Get the root node of the evas_object_vg. |
56 | @since 1.14]] | 56 | ]] |
57 | } | 57 | } |
58 | set { | 58 | set { |
59 | [[Set the root node of the evas_object_vg. | 59 | [[Set the root node of the evas_object_vg. |
diff --git a/src/lib/evas/canvas/efl_gfx_mapping.eo b/src/lib/evas/canvas/efl_gfx_mapping.eo index 0ca0d33a81..bded08a6ef 100644 --- a/src/lib/evas/canvas/efl_gfx_mapping.eo +++ b/src/lib/evas/canvas/efl_gfx_mapping.eo | |||
@@ -13,8 +13,6 @@ mixin Efl.Gfx.Mapping requires Efl.Object | |||
13 | these can do shading effects on the object, producing 3D effects. | 13 | these can do shading effects on the object, producing 3D effects. |
14 | 14 | ||
15 | At the moment of writing, maps can only have 4 points (no more, no less). | 15 | At the moment of writing, maps can only have 4 points (no more, no less). |
16 | |||
17 | @since 1.20 | ||
18 | ]] | 16 | ]] |
19 | methods { | 17 | methods { |
20 | mapping_has { | 18 | mapping_has { |
diff --git a/src/lib/evas/canvas/efl_input_event.eo b/src/lib/evas/canvas/efl_input_event.eo index 91fc56da3c..95f2db6575 100644 --- a/src/lib/evas/canvas/efl_input_event.eo +++ b/src/lib/evas/canvas/efl_input_event.eo | |||
@@ -7,8 +7,6 @@ mixin @beta Efl.Input.Event requires Efl.Object extends Efl.Duplicate | |||
7 | Note: Most Efl Events do not carry Efl Objects, rather simple data | 7 | Note: Most Efl Events do not carry Efl Objects, rather simple data |
8 | structures. This class is intended to carry more complex event | 8 | structures. This class is intended to carry more complex event |
9 | data, such as pointer events. | 9 | data, such as pointer events. |
10 | |||
11 | @since 1.19 | ||
12 | ]] | 10 | ]] |
13 | eo_prefix: efl_input; | 11 | eo_prefix: efl_input; |
14 | data: null; | 12 | data: null; |
diff --git a/src/lib/evas/canvas/efl_input_focus.eo b/src/lib/evas/canvas/efl_input_focus.eo index d15685a339..465919bdc8 100644 --- a/src/lib/evas/canvas/efl_input_focus.eo +++ b/src/lib/evas/canvas/efl_input_focus.eo | |||
@@ -1,6 +1,6 @@ | |||
1 | class Efl.Input.Focus extends Efl.Object implements Efl.Input.Event | 1 | class Efl.Input.Focus extends Efl.Object implements Efl.Input.Event |
2 | { | 2 | { |
3 | [[Represents a focus event. @since 1.19]] | 3 | [[Represents a focus event. ]] |
4 | methods { | 4 | methods { |
5 | @property object { | 5 | @property object { |
6 | [[The focused object]] | 6 | [[The focused object]] |
diff --git a/src/lib/evas/canvas/efl_input_interface.eo b/src/lib/evas/canvas/efl_input_interface.eo index 4065dd6ef9..8d64f406f7 100644 --- a/src/lib/evas/canvas/efl_input_interface.eo +++ b/src/lib/evas/canvas/efl_input_interface.eo | |||
@@ -18,8 +18,6 @@ interface @beta Efl.Input.Interface | |||
18 | A "key" is a key press from a keyboard or equivalent type of input device. | 18 | A "key" is a key press from a keyboard or equivalent type of input device. |
19 | Long, repeated, key presses will always happen like this: | 19 | Long, repeated, key presses will always happen like this: |
20 | down...up,down...up,down...up (not down...up or down...down...down...up). | 20 | down...up,down...up,down...up (not down...up or down...down...down...up). |
21 | |||
22 | @since 1.19 | ||
23 | ]] | 21 | ]] |
24 | eo_prefix: efl_input; | 22 | eo_prefix: efl_input; |
25 | event_prefix: efl; | 23 | event_prefix: efl; |
diff --git a/src/lib/evas/canvas/efl_input_key.eo b/src/lib/evas/canvas/efl_input_key.eo index f79db973c0..2f549f79af 100644 --- a/src/lib/evas/canvas/efl_input_key.eo +++ b/src/lib/evas/canvas/efl_input_key.eo | |||
@@ -1,8 +1,6 @@ | |||
1 | class @beta Efl.Input.Key extends Efl.Object implements Efl.Input.Event, Efl.Input.State | 1 | class @beta Efl.Input.Key extends Efl.Object implements Efl.Input.Event, Efl.Input.State |
2 | { | 2 | { |
3 | [[Represents a single key event from a keyboard or similar device. | 3 | [[Represents a single key event from a keyboard or similar device. |
4 | |||
5 | @since 1.18 | ||
6 | ]] | 4 | ]] |
7 | methods { | 5 | methods { |
8 | @property pressed { | 6 | @property pressed { |
diff --git a/src/lib/evas/canvas/efl_input_pointer.eo b/src/lib/evas/canvas/efl_input_pointer.eo index d7edc6a81e..852c3b143c 100644 --- a/src/lib/evas/canvas/efl_input_pointer.eo +++ b/src/lib/evas/canvas/efl_input_pointer.eo | |||
@@ -3,8 +3,6 @@ import efl_input_types; | |||
3 | class @beta Efl.Input.Pointer extends Efl.Object implements Efl.Input.Event, Efl.Input.State | 3 | class @beta Efl.Input.Pointer extends Efl.Object implements Efl.Input.Event, Efl.Input.State |
4 | { | 4 | { |
5 | [[Event data carried over with any pointer event (mouse, touch, pen, ...) | 5 | [[Event data carried over with any pointer event (mouse, touch, pen, ...) |
6 | |||
7 | @since 1.18 | ||
8 | ]] | 6 | ]] |
9 | methods { | 7 | methods { |
10 | @property action { | 8 | @property action { |