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

Commit view model

Arguments

  • view - View instance
  • update - true if you want to emit view update, false otherwise