furi_event_loop_unsubscribe

Function furi_event_loop_unsubscribe 

Source
pub unsafe extern "C" fn furi_event_loop_unsubscribe(
    instance: *mut FuriEventLoop,
    object: *mut FuriEventLoopObject,
)
Expand description

Unsubscribe from events (common)

ยงArguments

  • instance - The Event Loop instance
  • object - The object to unsubscribe from