Constructor

BisPropertyAnimationTargetnew_for_pspec

Declaration [src]

BisAnimationTarget*
bis_property_animation_target_new_for_pspec (
  GObject* object,
  GParamSpec* pspec
)

Description [src]

Creates a new BisPropertyAnimationTarget for the pspec property on object.

Available since:1.2

Parameters

object GObject
 

An object to be animated.

 The data is owned by the caller of the function.
pspec GParamSpec
 

The param spec of the property on object to animate.

 The data is owned by the caller of the function.

Return value

Returns: BisAnimationTarget
 

New newly created BisPropertyAnimationTarget

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