Efl.Ui.Image_* (from Efl.Ui.Image.*)

Ref https://phab.enlightenment.org/T6847

Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Xavi Artigas 2018-04-06 16:52:29 +02:00 committed by Cedric Bail
parent 8f3dc5d0ba
commit 8da98a47f0
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
struct Efl.Ui.Image.Progress
struct Efl.Ui.Image_Progress
{
[[
Structure associated with smart callback 'download,progress'.
@ -8,7 +8,7 @@ struct Efl.Ui.Image.Progress
total: double; [[Total percentage]]
}
struct Efl.Ui.Image.Error
struct Efl.Ui.Image_Error
{
[[
Structure associated with smart callback 'download,progress'.

View File

@ -1,4 +1,4 @@
class Efl.Ui.Image.Factory (Efl.Object, Efl.Ui.Factory)
class Efl.Ui.Image_Factory (Efl.Object, Efl.Ui.Factory)
{
[[Efl UI image factory class]]
implements {