Function flipperzero_sys::view_stack_remove_view

source ·
pub unsafe extern "C" fn view_stack_remove_view(
    view_stack: *mut ViewStack,
    view: *mut View,
)
Expand description

Remove any View in ViewStack. If no View to remove found - ignore.

§Arguments

  • view_stack - instance
  • view - view to remove