summaryrefslogtreecommitdiff
path: root/src/lib/evas/gesture/efl_canvas_gesture_zoom.eo
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2020-01-13 14:24:30 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-01-13 14:31:15 +0100
commit914fa2fd7c197c8baf57e4601f0a506d2b68f373 (patch)
tree028f50cd6d6fe5d95da03926ad0a92be6a8ed7f4 /src/lib/evas/gesture/efl_canvas_gesture_zoom.eo
parentb2829634fcca60b39c63d7b620cb1ae331b5f602 (diff)
downloadefl-914fa2fd7c197c8baf57e4601f0a506d2b68f373.tar.gz
efl_gesture: rename Efl.Gesture.Events to Efl.Canvas.Gesture_Events
Summary: Since the current Efl.Gesture.Events has canvas gesture events only, Efl.Gesture.Events should be renamed to Efl.Canvas.Gesture_Events. If other types of gesture events are newlly required later, which are not based on canvas, then class Efl.XXX.Gesture_Events is required to be introduced. Reviewers: CHAN, segfaultxavi, bu5hm4n, zmike Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D11073
Diffstat (limited to 'src/lib/evas/gesture/efl_canvas_gesture_zoom.eo')
-rw-r--r--src/lib/evas/gesture/efl_canvas_gesture_zoom.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/gesture/efl_canvas_gesture_zoom.eo b/src/lib/evas/gesture/efl_canvas_gesture_zoom.eo
index 4620225db0..1471a9401c 100644
--- a/src/lib/evas/gesture/efl_canvas_gesture_zoom.eo
+++ b/src/lib/evas/gesture/efl_canvas_gesture_zoom.eo
@@ -2,7 +2,7 @@ class @beta Efl.Canvas.Gesture_Zoom extends Efl.Canvas.Gesture
{
[[Zoom gesture class holding state information.
See @Efl.Canvas.Gesture to see what this state is and
- @[Efl.Gesture.Events.gesture,zoom] for a description of the Zoom gesture.
+ @[Efl.Canvas.Gesture_Events.gesture,zoom] for a description of the Zoom gesture.
Application developers receive these objects inside a gesture event and do not typically need to create their own.
]]