summaryrefslogtreecommitdiff
path: root/src/lib/eo/efl_object.eo
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2019-03-22 16:25:22 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2019-03-22 16:57:36 +0100
commit205193f1ab3bc6984e94a264d345c13c18e17b92 (patch)
tree281953133141fdd0616643e950ddc3b80a0add1b /src/lib/eo/efl_object.eo
parent10c2342d93ea25f46bccf448cb45426f2bc0461c (diff)
downloadefl-205193f1ab3bc6984e94a264d345c13c18e17b92.tar.gz
docs: Add @since 1.22 to all stable classes' EO docs
Summary: Previous @since tags have already been removed from eo files. Test Plan: Everything builds, but stable classes now have Since tags in the docs. Reviewers: zmike, bu5hm4n Reviewed By: bu5hm4n Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8446
Diffstat (limited to 'src/lib/eo/efl_object.eo')
-rw-r--r--src/lib/eo/efl_object.eo13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/lib/eo/efl_object.eo b/src/lib/eo/efl_object.eo
index 7e4b9da8df..34d020160b 100644
--- a/src/lib/eo/efl_object.eo
+++ b/src/lib/eo/efl_object.eo
@@ -1,7 +1,10 @@
import eina_types;
struct Efl.Event_Description {
- [[This struct holds the description of a specific event.]]
+ [[This struct holds the description of a specific event.
+
+ @since 1.22
+ ]]
name: string; [[name of the event.]]
unfreezable: bool; [[$true if the event cannot be frozen.]]
legacy_is: bool; [[Internal use: $true if a legacy event.]]
@@ -18,7 +21,9 @@ type Efl.Callback_Priority : short;
specified @Efl.Callback_Priority_Default is to be assumed.
See @Efl.Callback_Priority_Before @Efl.Callback_Priority_Default @Efl.Callback_Priority_After
- ]]
+
+ @since 1.22
+]]
const Efl.Callback_Priority_Before : Efl.Callback_Priority = -100;
[[Slightly more prioritized than default.]]
@@ -55,7 +60,9 @@ abstract Efl.Object
- Destruction: The object has no parent and it can be destroyed. The
@.destructor method is called, use it to return any resources the object
might have gathered during its life.
- ]]
+
+ @since 1.22
+ ]]
eo_prefix: efl;
methods {