Method
ClutterSnapConstraintget_edges
Declaration [src]
void
clutter_snap_constraint_get_edges (
ClutterSnapConstraint* constraint,
ClutterSnapEdge* from_edge,
ClutterSnapEdge* to_edge
)
Parameters
from_edge |
ClutterSnapEdge |
Return location for the actor’s edge, or |
|
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 |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. |