furi_event_loop_is_subscribed

Function furi_event_loop_is_subscribed 

Source
pub unsafe extern "C" fn furi_event_loop_is_subscribed(
    instance: *mut FuriEventLoop,
    object: *mut FuriEventLoopObject,
) -> bool
Expand description

Checks if the loop is subscribed to an object of any kind

ยงArguments

  • instance - Event Loop instance
  • object - Object to check