Method

ClutterAnimatableset_final_state

Declaration [src]

void
clutter_animatable_set_final_state (
  ClutterAnimatable* animatable,
  const gchar* property_name,
  const GValue* value
)

Description [src]

Sets the current state of property_name to value.

Available since:1.4

Parameters

property_name const gchar*
 

The name of the animatable property to set.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
value GValue
 

The value of the animatable property to set.

 The data is owned by the caller of the function.