Type Definition ul_sys::ULCreateChildViewCallback[][src]

pub type ULCreateChildViewCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, caller: ULView, opener_url: ULString, target_url: ULString, is_popup: bool, popup_rect: ULIntRect) -> ULView>;