Method

ClutterSnapConstraintget_edges

Declaration [src]

void
clutter_snap_constraint_get_edges (
  ClutterSnapConstraint* constraint,
  ClutterSnapEdge* from_edge,
  ClutterSnapEdge* to_edge
)

Description [src]

Retrieves the edges used by the constraint.

Available since:1.6

Parameters

from_edge ClutterSnapEdge
 

Return location for the actor’s edge, or NULL.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.
to_edge ClutterSnapEdge
 

Return location for the source’s edge, or NULL.

 The argument will be set by the function.
 The instance takes ownership of the data, and is responsible for freeing it.