Constructor
HeCallbackAnimationTargetnew
Declaration
HeCallbackAnimationTarget*
he_callback_animation_target_new (
  HeAnimationTargetFunc callback,
  void* callback_target,
  GDestroyNotify callback_target_destroy_notify
)
      Parameters
callback- 
            
Type:
HeAnimationTargetFuncNo 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:
GDestroyNotifyNo 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. |