Efl: Make size_hint_restricted_get public, set protected

This is now possible thanks to 375179b47f (T3645).
This commit is contained in:
Jean-Philippe Andre 2016-06-10 15:10:43 +09:00
parent 7108ca283c
commit 62b0817880
1 changed files with 3 additions and 1 deletions

View File

@ -122,7 +122,7 @@ interface Efl.Gfx.Size.Hint
h: int; [[Integer to use as the preferred height hint.]]
}
}
@property hint_restricted_min @protected {
@property hint_restricted_min {
[[Internal hints for an object's minimum size.
This is not a size enforcement in any way, it's just a hint
@ -136,6 +136,8 @@ interface Efl.Gfx.Size.Hint
this size internally, so any change to it from an application
might be ignored. Use @.hint_min instead.
]]
set @protected {}
get {}
values {
w: int; [[Integer to use as the minimum width hint.]]
h: int; [[Integer to use as the minimum height hint.]]