Constructor
ClutterPropertyTransitionnew
Declaration [src]
ClutterTransition*
clutter_property_transition_new (
const char* property_name
)
Parameters
property_name |
const char* |
A property of |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | ClutterTransition |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |