[][src]Function safe_app::ffi::app_registered

#[no_mangle]
pub unsafe extern "C" fn app_registered(
    app_id: *const c_char,
    auth_granted: *const AuthGranted,
    user_data: *mut c_void,
    o_disconnect_notifier_cb: extern "C" fn(user_data: *mut c_void),
    o_cb: extern "C" fn(user_data: *mut c_void, result: *const FfiResult, app: *mut App)
)

Create a registered app. The user_data parameter corresponds to the first parameter of the o_cb and o_disconnect_notifier_cb callbacks.