Method

BisPropertyAnimationTargetget_object

Declaration [src]

GObject*
bis_property_animation_target_get_object (
  BisPropertyAnimationTarget* self
)

Description [src]

Gets the object animated by self.

The BisPropertyAnimationTarget instance does not hold a strong reference on the object; make sure the object is kept alive throughout the target’s lifetime.

Available since:1.2

Return value

Returns: GObject
 

The animated object.

 The data is owned by the instance.