gi-webkit2-4.0.11: WebKit2 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.WebKit2.Objects.FormSubmissionRequest

Contents

Description

 

Synopsis

Exported types

Methods

getTextFields

formSubmissionRequestGetTextFields Source #

Arguments

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

request: a FormSubmissionRequest

-> m (Map (Ptr ()) (Ptr ()))

Returns: a HashTable with the form text fields, or Nothing if the form doesn't contain text fields.

Get a HashTable with the values of the text fields contained in the form associated to request.

submit

formSubmissionRequestSubmit Source #

Arguments

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

request: a FormSubmissionRequest

-> m () 

Continue the form submission.