Function
IdeObjectanimatev
Declaration
IdeAnimation*
ide_object_animatev (
gpointer object,
IdeAnimationMode mode,
guint duration_msec,
GdkFrameClock* frame_clock,
const gchar* first_property,
va_list args
)
Parameters
object
-
Type:
gpointer
A
GObject
.The argument can be NULL
.The data is owned by the caller of the function. mode
-
Type:
IdeAnimationMode
The animation mode.
duration_msec
-
Type:
guint
The duration in milliseconds.
frame_clock
-
Type:
GdkFrameClock
The
GdkFrameClock
to synchronize to.The argument can be NULL
.The data is owned by the caller of the function. first_property
-
Type:
const gchar*
The first property to animate.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. args
-
Type:
va_list
A variadac list of arguments.
Return value
Type: IdeAnimation
A IdeAnimation
.
The data is owned by the called function. |