Function
IdeObjectanimate_full
Declaration
IdeAnimation*
ide_object_animate_full (
gpointer object,
IdeAnimationMode mode,
guint duration_msec,
GdkFrameClock* frame_clock,
GDestroyNotify notify,
gpointer notify_data,
const gchar* first_property,
...
)
Parameters
object
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function. mode
-
Type:
IdeAnimationMode
No description available.
duration_msec
-
Type:
guint
No description available.
frame_clock
-
Type:
GdkFrameClock
No description available.
The data is owned by the caller of the function. notify
-
Type:
GDestroyNotify
No description available.
notify_data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function. first_property
-
Type:
const gchar*
No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. ...
-
Type:
No description available.
Return value
Type: IdeAnimation
A IdeAnimation
.
The data is owned by the called function. |