Virtual Method
ClutterContainerget_child_meta
Declaration [src]
ClutterChildMeta*
get_child_meta (
ClutterContainer* container,
ClutterActor* actor
)
Description [src]
Retrieves the ClutterChildMeta
which contains the data about the
container
specific state for actor
.
Available since: | 0.8 |
Parameters
actor |
ClutterActor |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | ClutterChildMeta |
The |
|
The data is owned by the called function. |