docs: fill in missing docs for efl_animation_ eo classes

This commit is contained in:
Stefan Schmidt 2017-12-04 16:43:12 +01:00
parent 9cefba4e90
commit 2631fabcac
4 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,7 @@ class Efl.Animation.Alpha (Efl.Animation)
data: Efl_Animation_Alpha_Data;
methods {
@property alpha {
[[Alpha property]]
set {
}
get {

View File

@ -6,6 +6,7 @@ class Efl.Animation.Rotate (Efl.Animation)
data: Efl_Animation_Rotate_Data;
methods {
@property rotate {
[[Rotate property]]
set {
}
get {
@ -19,6 +20,7 @@ class Efl.Animation.Rotate (Efl.Animation)
}
}
@property rotate_absolute {
[[Rotate absolute property]]
set {
}
get {

View File

@ -6,6 +6,7 @@ class Efl.Animation.Scale (Efl.Animation)
data: Efl_Animation_Scale_Data;
methods {
@property scale {
[[Scale property]]
set {
}
get {
@ -21,6 +22,7 @@ class Efl.Animation.Scale (Efl.Animation)
}
}
@property scale_absolute {
[[Scale absolute property]]
set {
}
get {

View File

@ -6,6 +6,7 @@ class Efl.Animation.Translate (Efl.Animation)
data: Efl_Animation_Translate_Data;
methods {
@property translate {
[[Translate property]]
set {
}
get {
@ -18,6 +19,7 @@ class Efl.Animation.Translate (Efl.Animation)
}
}
@property translate_absolute {
[[Translate absolute property]]
set {
}
get {