efl/gesture: un-@protected efl.canvas.gesture_recognizer::continues

recognizers need to be able to get and set this appropriately

Reviewed-by: woochan lee <wc0917.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D11319
This commit is contained in:
Mike Blumenkrantz 2020-02-11 10:08:23 -05:00 committed by Marcel Hollerbach
parent f145b53892
commit 61b5131393
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ abstract @beta Efl.Canvas.Gesture_Recognizer extends Efl.Object
[[This property determines whether a gesture recognizer should continue
to try processing events after returning @Efl.Canvas.Gesture_Recognizer_Result.finish
or @Efl.Canvas.Gesture_Recognizer_Result.cancel.]]
get @protected {
get {
}
set @protected {
set {
}
values {
value: bool; [[Value of the property.]]