Function switch_event_fire_detailed

Source
pub unsafe extern "C" fn switch_event_fire_detailed(
    file: *const c_char,
    func: *const c_char,
    line: c_int,
    event: *mut *mut switch_event_t,
    user_data: *mut c_void,
) -> switch_status_t
Expand description

\brief Fire an event with full arguement list \param file the calling file \param func the calling function \param line the calling line number \param event the event to send (will be nulled on success) \param user_data optional private data to pass to the event handlers \return