elm/calendar: we do require explicit ptr now.

This commit is contained in:
Cedric Bail 2016-11-17 17:35:23 -08:00
parent 3f76638b37
commit e79406b5db
1 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ class Elm.Calendar (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
]]
}
values {
min: const(Efl.Time)*; [[A tm struct to point to minimum date.]]
min: const(ptr(Efl.Time)); [[A tm struct to point to minimum date.]]
}
}
@property date_max {
@ -280,7 +280,7 @@ class Elm.Calendar (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
]]
}
values {
max: const(Efl.Time)*; [[A tm struct to point to maximum date.]]
max: const(ptr(Efl.Time)); [[A tm struct to point to maximum date.]]
}
}
selected_time_set {