[][src]Function webkit2gtk_webextension_sys::webkit_dom_keyboard_event_init_keyboard_event

pub unsafe extern "C" fn webkit_dom_keyboard_event_init_keyboard_event(
    self_: *mut WebKitDOMKeyboardEvent,
    type_: *const c_char,
    canBubble: gboolean,
    cancelable: gboolean,
    view: *mut WebKitDOMDOMWindow,
    keyIdentifier: *const c_char,
    location: c_ulong,
    ctrlKey: gboolean,
    altKey: gboolean,
    shiftKey: gboolean,
    metaKey: gboolean,
    altGraphKey: gboolean
)