Method

IdeAnimationadd_property

Declaration

void
ide_animation_add_property (
  IdeAnimation* animation,
  GParamSpec* pspec,
  const GValue* value
)

Description

Adds a new property to the set of properties to be animated during the lifetime of the animation.

Side effects: None.

Parameters

pspec

Type: GParamSpec

A ParamSpec of target or a GtkWidget‘s parent.

The data is owned by the caller of the method.
value

Type: GValue

The new value for the property at the end of the animation.

The data is owned by the caller of the method.