diff options
author | Mike Blumenkrantz <zmike@samsung.com> | 2019-09-25 17:56:38 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-09-25 17:56:38 -0400 |
commit | 593b7426ae230b628a25450c352556f21a29399c (patch) | |
tree | 89d1429aca166af64856ccedf9184cac0c35a1f2 /src/lib/elementary/efl_ui_image_zoomable.eo | |
parent | b59c00864c1e549ae9ebf94e58a892a3edf36d19 (diff) |
api: mark Efl.Ui.Image_Zoomable stable
Summary:
ref T7875
Depends on D10125
Reviewers: segfaultxavi
Reviewed By: segfaultxavi
Subscribers: segfaultxavi, cedric, #reviewers, #committers
Tags: #efl_api
Maniphest Tasks: T7875
Differential Revision: https://phab.enlightenment.org/D10126
Diffstat (limited to 'src/lib/elementary/efl_ui_image_zoomable.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_image_zoomable.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_image_zoomable.eo b/src/lib/elementary/efl_ui_image_zoomable.eo index 945cfab..d5443b5 100644 --- a/src/lib/elementary/efl_ui_image_zoomable.eo +++ b/src/lib/elementary/efl_ui_image_zoomable.eo | |||
@@ -2,7 +2,7 @@ | |||
2 | struct @extern Elm.Photocam.Error; [[Photocam error information.]] | 2 | struct @extern Elm.Photocam.Error; [[Photocam error information.]] |
3 | struct @extern Elm.Photocam.Progress; [[Photocam progress information.]] | 3 | struct @extern Elm.Photocam.Progress; [[Photocam progress information.]] |
4 | 4 | ||
5 | class @beta Efl.Ui.Image_Zoomable extends Efl.Ui.Image implements Efl.Ui.Zoom | 5 | class Efl.Ui.Image_Zoomable extends Efl.Ui.Image implements Efl.Ui.Zoom |
6 | composites Efl.Ui.Scrollable, Efl.Ui.Scrollbar | 6 | composites Efl.Ui.Scrollable, Efl.Ui.Scrollbar |
7 | { | 7 | { |
8 | [[Elementary Image Zoomable class]] | 8 | [[Elementary Image Zoomable class]] |