Method
ClutterActorset_content
since: 1.10
Declaration [src]
void
clutter_actor_set_content (
ClutterActor* self,
ClutterContent* content
)
Description [src]
Sets the contents of a ClutterActor.
Available since: 1.10
| Sets property | Clutter.Actor:content |
Parameters
content-
Type:
ClutterContentA
ClutterContent, orNULL.The argument can be NULL.The data is owned by the caller of the function.