Constructor
ClutterPathnew_with_description
Declaration [src]
ClutterPath*
clutter_path_new_with_description (
const gchar* desc
)
Description [src]
Creates a new ClutterPath
instance with the nodes described in
desc
. See clutter_path_add_string()
for details of the format of
the string.
Available since: | 1.0 |
Parameters
desc |
const gchar* |
A string describing the path. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | ClutterPath |
The newly created |
|
The data is owned by the called function. |