Constructor

AdapPropertyAnimationTargetnew

since: 1.2

Declaration [src]

AdapAnimationTarget*
adap_property_animation_target_new (
  GObject* object,
  const char* property_name
)

Description [src]

Creates a new AdapPropertyAnimationTarget for the property_name property on object.

Available since: 1.2

Parameters

object

Type: GObject

An object to be animated.

The data is owned by the caller of the function.
property_name

Type: const char*

The name of the property on object to animate.

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

Return value

Type: AdapAnimationTarget

The newly created AdapPropertyAnimationTarget

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