Method
WebKit2WebExtensionDOMUIEventinit_ui_event
deprecated: 2.22
Declaration [src]
void
webkit_dom_ui_event_init_ui_event (
  WebKitDOMUIEvent* self,
  const gchar* type,
  gboolean canBubble,
  gboolean cancelable,
  WebKitDOMDOMWindow* view,
  glong detail
)
      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.  detail- 
            
Type:
glongA #glong.