Method
AdapPropertyAnimationTargetget_object
since: 1.2
Declaration [src]
GObject*
adap_property_animation_target_get_object (
AdapPropertyAnimationTarget* self
)
Description [src]
Gets the object animated by self
.
The AdapPropertyAnimationTarget
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
Gets property | Adap.PropertyAnimationTarget:object |
Return value
Type: GObject
The animated object.
The data is owned by the instance. |