Represents a single node of a #ClutterPath.
Some of the coordinates in points may be unused for some node types. %CLUTTER_PATH_MOVE_TO and %CLUTTER_PATH_LINE_TO use only one pair of coordinates, %CLUTTER_PATH_CURVE_TO uses all three and %CLUTTER_PATH_CLOSE uses none.
points
the coordinates of the node
the node's type
Makes an allocated copy of a node.
Compares two nodes and checks if they are the same type with the same coordinates.
Second node
Frees the memory of an allocated node.
Represents a single node of a #ClutterPath.
Some of the coordinates in
points
may be unused for some node types. %CLUTTER_PATH_MOVE_TO and %CLUTTER_PATH_LINE_TO use only one pair of coordinates, %CLUTTER_PATH_CURVE_TO uses all three and %CLUTTER_PATH_CLOSE uses none.