mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
formatting.
This commit is contained in:
parent
1471a6dc80
commit
6125057c04
1 changed files with 2 additions and 5 deletions
|
@ -216,11 +216,8 @@ pub struct CHostCallbacks {
|
|||
pub prompt_alert: extern "C" fn(message: *const c_char, trusted: bool),
|
||||
pub prompt_ok_cancel: extern "C" fn(message: *const c_char, trusted: bool) -> CPromptResult,
|
||||
pub prompt_yes_no: extern "C" fn(message: *const c_char, trusted: bool) -> CPromptResult,
|
||||
pub prompt_input: extern "C" fn(
|
||||
message: *const c_char,
|
||||
def: *const c_char,
|
||||
trusted: bool,
|
||||
) -> *const c_char,
|
||||
pub prompt_input:
|
||||
extern "C" fn(message: *const c_char, def: *const c_char, trusted: bool) -> *const c_char,
|
||||
pub on_devtools_started:
|
||||
extern "C" fn(result: CDevtoolsServerState, port: c_uint, token: *const c_char),
|
||||
pub show_context_menu:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue