Constructor

ClutterKeyframeTransitionnew

Declaration [src]

ClutterTransition*
clutter_keyframe_transition_new (
  const char* property_name
)

Description [src]

Creates a new ClutterKeyframeTransition for property_name.

Available since:1.12

Parameters

property_name const char*
 

The property to animate.

 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 allocated ClutterKeyframeTransition instance. Use g_object_unref() when done to free its resources.

 The caller of the function takes ownership of the data, and is responsible for freeing it.