efl/player: add doc note about default values for new (1.24) properties

we're going to be overriding the default in at least some classes, so make
sure we make it explicit that the behavior is documented

Reviewed-by: Xavi Artigas <xavierartigas@yahoo.es>
Differential Revision: https://phab.enlightenment.org/D11310
This commit is contained in:
Mike Blumenkrantz 2020-02-10 12:15:57 -05:00 committed by Marcel Hollerbach
parent e66a3bc558
commit 220daf5664
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ interface Efl.Player
get {
}
values {
autoplay: bool; [[Auto play mode, Default is $false.]]
autoplay: bool; [[Auto play mode, Default is $false unless specified by the implementing class.]]
}
}
@property playback_loop {
@ -129,7 +129,7 @@ interface Efl.Player
get {
}
values {
looping: bool; [[Loop mode, Default is $false.]]
looping: bool; [[Loop mode, Default is $false unless specified by the implementing class.]]
}
}
}