Method
ClutterSnapConstraintset_source
since: 1.6
Declaration [src]
void
clutter_snap_constraint_set_source (
ClutterSnapConstraint* constraint,
ClutterActor* source
)
Description [src]
Sets the source ClutterActor
for the constraint.
Available since: 1.6
Sets property | Clutter.SnapConstraint:source |
Parameters
source
-
Type:
ClutterActor
A
ClutterActor
, orNULL
to unset the source.The argument can be NULL
.The data is owned by the caller of the function.