pub unsafe extern "C" fn view_commit_model(
    view: *mut View,
    update: bool
)
Expand description

Commit view model

@param view View instance @param update true if you want to emit view update, false otherwise