pub unsafe extern "C" fn ulViewSetUpdateHistoryCallback(
view: ULView,
callback: ULUpdateHistoryCallback,
user_data: *mut c_void,
)Expand description
Set callback for when the history (back/forward state) is modified.
pub unsafe extern "C" fn ulViewSetUpdateHistoryCallback(
view: ULView,
callback: ULUpdateHistoryCallback,
user_data: *mut c_void,
)Set callback for when the history (back/forward state) is modified.