Method

ClutterAnimatablefind_property

Declaration [src]

GParamSpec*
clutter_animatable_find_property (
  ClutterAnimatable* animatable,
  const gchar* property_name
)

Description [src]

Finds the GParamSpec for property_name.

Available since:1.4

Parameters

property_name const gchar*
 

The name of the animatable property to find.

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

Return value

Returns: GParamSpec
 

The GParamSpec for the given property or NULL.

 The data is owned by the instance.