Constructor

HeCallbackAnimationTargetnew

Declaration

HeCallbackAnimationTarget*
he_callback_animation_target_new (
  HeAnimationTargetFunc callback,
  void* callback_target,
  GDestroyNotify callback_target_destroy_notify
)

Description

No description available.

Parameters

callback

Type: HeAnimationTargetFunc

No description available.

callback_target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the function.
callback_target_destroy_notify

Type: GDestroyNotify

No description available.

Return value

Type: HeCallbackAnimationTarget

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.