gi-webkit-3.0.14: WebKit bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMHTMLKeygenElement

Contents

Description

 

Synopsis

Exported types

Methods

checkValidity

dOMHTMLKeygenElementCheckValidity Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getAutofocus

dOMHTMLKeygenElementGetAutofocus Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getChallenge

dOMHTMLKeygenElementGetChallenge Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getDisabled

dOMHTMLKeygenElementGetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

getForm

dOMHTMLKeygenElementGetForm Source #

No description available in the introspection data.

getKeytype

dOMHTMLKeygenElementGetKeytype Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getLabels

dOMHTMLKeygenElementGetLabels Source #

No description available in the introspection data.

getName

dOMHTMLKeygenElementGetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getValidationMessage

dOMHTMLKeygenElementGetValidationMessage Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Text

Returns: A gchar

No description available in the introspection data.

getValidity

dOMHTMLKeygenElementGetValidity Source #

No description available in the introspection data.

getWillValidate

dOMHTMLKeygenElementGetWillValidate Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> m Bool

Returns: A Bool

No description available in the introspection data.

setAutofocus

dOMHTMLKeygenElementSetAutofocus Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setChallenge

dOMHTMLKeygenElementSetChallenge Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setCustomValidity

dOMHTMLKeygenElementSetCustomValidity Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Text

error: A gchar

-> m () 

No description available in the introspection data.

setDisabled

dOMHTMLKeygenElementSetDisabled Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Bool

value: A Bool

-> m () 

No description available in the introspection data.

setKeytype

dOMHTMLKeygenElementSetKeytype Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setName

dOMHTMLKeygenElementSetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMHTMLKeygenElement a) 
=> a

self: A DOMHTMLKeygenElement

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Properties

autofocus

challenge

disabled

form

keytype

labels

name

type

validationMessage

validity

willValidate