Method
ClutterPathadd_close
Declaration [src]
void
clutter_path_add_close (
ClutterPath* path
)
Description [src]
Adds a CLUTTER_PATH_CLOSE
type node to the path. This creates a
straight line from the last node to the last CLUTTER_PATH_MOVE_TO
type node.