Method
ClutterLayoutManagerset_container
Declaration [src]
void
clutter_layout_manager_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
.
Parameters
container
-
Type:
ClutterContainer
A
ClutterContainer
usingmanager
.The argument can be NULL
.The data is owned by the caller of the method.