Function
PhoshAnimationnew
Declaration [src]
PhoshAnimation*
phosh_animation_new (
GtkWidget* widget,
double from,
double to,
gint64 duration,
PhoshAnimationType type,
PhoshAnimationValueCallback value_cb,
PhoshAnimationDoneCallback done_cb,
gpointer user_data
)
Parameters
widget-
Type:
GtkWidgetNo description available.
The data is owned by the caller of the function. from-
Type:
doubleNo description available.
to-
Type:
doubleNo description available.
duration-
Type:
gint64No description available.
type-
Type:
PhoshAnimationTypeNo description available.
value_cb-
Type:
PhoshAnimationValueCallbackNo description available.
done_cb-
Type:
PhoshAnimationDoneCallbackNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.
Return value
Type: PhoshAnimation
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |