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
)

Description

No description available.

Parameters

widget GtkWidget
  No description available.
 The data is owned by the caller of the function.
from double
  No description available.
to double
  No description available.
duration gint64
  No description available.
type PhoshAnimationType
  No description available.
value_cb PhoshAnimationValueCallback
  No description available.
done_cb PhoshAnimationDoneCallback
  No description available.
user_data gpointer
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: PhoshAnimation
  No description available.
 The caller of the function takes ownership of the data, and is responsible for freeing it.