Method
ClutterLayoutManagerget_child_meta
Declaration [src]
ClutterLayoutMeta*
clutter_layout_manager_get_child_meta (
ClutterLayoutManager* manager,
ClutterContainer* container,
ClutterActor* actor
)
Description [src]
Retrieves the ClutterLayoutMeta that the layout manager associated
to the actor child of container, eventually by creating one if the
ClutterLayoutManager supports layout properties.
| Available since: | 1.0 |
Parameters
container |
ClutterContainer |
A |
|
| The data is owned by the caller of the function. | |
actor |
ClutterActor |
A |
|
| The data is owned by the caller of the function. |
Return value
| Returns: | ClutterLayoutMeta |
A |
|
| The data is owned by the instance. |