Method
WebKit2WebExtensionDOMKeyboardEventinit_keyboard_event
deprecated: 2.22
Declaration [src]
void
webkit_dom_keyboard_event_init_keyboard_event (
  WebKitDOMKeyboardEvent* self,
  const gchar* type,
  gboolean canBubble,
  gboolean cancelable,
  WebKitDOMDOMWindow* view,
  const gchar* keyIdentifier,
  gulong location,
  gboolean ctrlKey,
  gboolean altKey,
  gboolean shiftKey,
  gboolean metaKey,
  gboolean altGraphKey
)
      Parameters
type- 
            
Type:
const gchar*A #gchar.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  canBubble- 
            
Type:
gbooleanA #gboolean.
 cancelable- 
            
Type:
gbooleanA #gboolean.
 view- 
            
Type:
WebKitDOMDOMWindowA
WebKitDOMDOMWindow.The data is owned by the caller of the function.  keyIdentifier- 
            
Type:
const gchar*A #gchar.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  location- 
            
Type:
gulongA #gulong.
 ctrlKey- 
            
Type:
gbooleanA #gboolean.
 altKey- 
            
Type:
gbooleanA #gboolean.
 shiftKey- 
            
Type:
gbooleanA #gboolean.
 metaKey- 
            
Type:
gbooleanA #gboolean.
 altGraphKey- 
            
Type:
gbooleanA #gboolean.