Class
BisPropertyAnimationTarget
Description [src]
final class Bis.PropertyAnimationTarget : Bis.AnimationTarget {
/* No available fields */
}
An BisAnimationTarget
changing the value of a property of a
GObject
instance.
Available since: | 1.2 |
Constructors
bis_property_animation_target_new
Creates a new BisPropertyAnimationTarget
for the property_name
property on
object
.
Available since: 1.2
bis_property_animation_target_new_for_pspec
Creates a new BisPropertyAnimationTarget
for the pspec
property on
object
.
Available since: 1.2
Instance methods
bis_property_animation_target_get_pspec
Gets the GParamSpec
of the property animated by self
.
Available since: 1.2
Properties
Bis.PropertyAnimationTarget:pspec
The GParamSpec
of the property to be animated.
Available since: 1.2
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.