webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
_WebKitFormSubmissionRequestPrivate Struct Reference

Public Attributes

RefPtr< API::DictionarywebValues
 
RefPtr< WebFormSubmissionListenerProxylistener
 
GRefPtr< GHashTable > values
 
bool handledRequest
 

Detailed Description

SECTION: WebKitFormSubmissionRequest : Represents a form submission request : WebKitFormSubmissionRequest

When a form is about to be submitted in a WebKitWebView, the #WebKitWebView::submit-form signal is emitted. Its request argument contains information about the text fields of the form, that are typically used to store login information, returned in a #GHashTable by the webkit_form_submission_request_get_text_fields() method, and you can finally submit the form with webkit_form_submission_request_submit().

Member Data Documentation

◆ handledRequest

bool _WebKitFormSubmissionRequestPrivate::handledRequest

◆ listener

RefPtr<WebFormSubmissionListenerProxy> _WebKitFormSubmissionRequestPrivate::listener

◆ values

GRefPtr<GHashTable> _WebKitFormSubmissionRequestPrivate::values

◆ webValues

RefPtr<API::Dictionary> _WebKitFormSubmissionRequestPrivate::webValues

The documentation for this struct was generated from the following file: