Method
ClutterBindConstraintget_source
Declaration [src]
ClutterActor*
clutter_bind_constraint_get_source (
ClutterBindConstraint* constraint
)
Description [src]
Retrieves the ClutterActor set using clutter_bind_constraint_set_source()
| Available since: | 1.4 |
| Gets property | Clutter.BindConstraint:source |
Return value
| Returns: | ClutterActor |
A pointer to the source actor. |
|
| The data is owned by the instance. |