Virtual Method
ClutterLayoutManagerset_container
Declaration [src]
void
set_container (
ClutterLayoutManager* manager,
ClutterContainer* container
)
Description [src]
If the ClutterLayoutManager sub-class allows it, allow
adding a weak reference of the container using manager
from within the layout manager
The layout manager should not increase the reference
count of the container.
| Available since: | 1.2 |
Parameters
container |
ClutterContainer |
A |
|
The argument can be NULL. | |
| The data is owned by the caller of the function. |