Virtual Method

ClutterAnimatableget_initial_state

Declaration [src]

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

Description [src]

Retrieves the current state of property_name and sets value with it.

Available since:1.4

Parameters

property_name const gchar*
 

The name of the animatable property to retrieve.

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

A GValue initialized to the type of the property to retrieve.

 The data is owned by the caller of the function.