Constructor
HeTimedAnimationnew
Declaration
HeTimedAnimation*
he_timed_animation_new (
GtkWidget* widget,
gdouble from,
gdouble to,
guint duration,
HeAnimationTarget* target
)
Parameters
widget
-
Type:
GtkWidget
No description available.
The data is owned by the caller of the function. from
-
Type:
gdouble
No description available.
to
-
Type:
gdouble
No description available.
duration
-
Type:
guint
No description available.
target
-
Type:
HeAnimationTarget
No description available.
The data is owned by the caller of the function.
Return value
Type: HeTimedAnimation
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |