Method
ClutterSnapConstraintget_edges
Declaration [src]
void
clutter_snap_constraint_get_edges (
ClutterSnapConstraint* constraint,
ClutterSnapEdge* from_edge,
ClutterSnapEdge* to_edge
)
Parameters
from_edge-
Type:
ClutterSnapEdgeReturn 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-
Type:
ClutterSnapEdgeReturn 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.