efl_ui/image: explicitly mark 'drop' event @beta

this should probably be removed altogether but until dnd exists ensure
that this doesn't accidentally get released

ref T7873

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9705
This commit is contained in:
Mike Blumenkrantz 2019-08-22 08:37:14 -04:00 committed by Marcel Hollerbach
parent e84ecd9552
commit 4acb83c8d9
1 changed files with 1 additions and 1 deletions

View File

@ -106,6 +106,6 @@ class @beta Efl.Ui.Image extends Efl.Ui.Widget implements Efl.Input.Clickable, E
Efl.Gfx.Arrangement.content_align { get; set; }
}
events {
drop: string; [[Called when drop from drag and drop happened]] /* FIXME - Belongs to DnD interface */
drop @beta: string; [[Called when drop from drag and drop happened]] /* FIXME - Belongs to DnD interface */
}
}