Skip to content
Snippets Groups Projects
Commit edcb312a authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

ivi-layout: clarify get_layers_under_surface doc


This is derived from the implementation. I was not sure whether "under"
referred to object relationships or region intersections.

Signed-off-by: Pekka Paalanen's avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: default avatarEmre Ucan <eucan@de.adit-jv.com>
parent 6a20950e
No related branches found
No related tags found
No related merge requests found
......@@ -393,7 +393,10 @@ struct ivi_layout_interface {
(*get_properties_of_layer)(struct ivi_layout_layer *ivilayer);
/**
* \brief Get all ivi_ayers under the given ivi_surface
* \brief Get all ivi-layers under the given ivi-surface
*
* This means all the ivi-layers the ivi-surface was added to. It has
* no relation to geometric overlaps.
*
* \return IVI_SUCCEEDED if the method call was successful
* \return IVI_FAILED if the method call was failed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment