icon_animation_set_update_callback

Function icon_animation_set_update_callback 

Source
pub unsafe extern "C" fn icon_animation_set_update_callback(
    instance: *mut IconAnimation,
    callback: IconAnimationCallback,
    context: *mut c_void,
)
Expand description

Set IconAnimation update callback

Normally you do not need to use this function, use view_tie_icon_animation instead.

ยงArguments

  • instance - IconAnimation instance
  • callback (direction in) - IconAnimationCallback
  • context - callback context