Method
ClutterPathset_description
Declaration [src]
gboolean
clutter_path_set_description (
ClutterPath* path,
const gchar* str
)
Description [src]
Replaces all of the nodes in the path with nodes described by
str
. See clutter_path_add_string()
for details of the format.
If the string is invalid then FALSE
is returned and the path is unaltered.
Sets property | Clutter.Path:description |