Efl.Pack.Layout docs: remove refs to protected methods from public methods

This commit is contained in:
Xavi Artigas 2019-08-28 11:18:06 +02:00
parent 3edffc0c73
commit d98c2a5c3e
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ interface @beta Efl.Pack_Layout
methods {
// Note: Do we need a layout_force or a sync flag in layout_request?
layout_request {
[[Requests EFL to call the @.layout_update method on this object.
[[Requests EFL to recalculate the layout of this object.
This @.layout_update may be called asynchronously.
Internal layout methods might be called asynchronously.
]]
}
layout_update @protected {