Method

ClutterAlignConstraintget_source

Declaration [src]

ClutterActor*
clutter_align_constraint_get_source (
  ClutterAlignConstraint* align
)

Description [src]

Retrieves the source of the alignment.

Available since:1.4

Return value

Returns: ClutterActor
 

The ClutterActor used as the source of the alignment.

 The data is owned by the instance.