Method
WebKit2FormSubmissionRequestget_text_fields
Declaration [src]
GHashTable*
webkit_form_submission_request_get_text_fields (
WebKitFormSubmissionRequest* request
)
Description [src]
Get the values of the text fields contained in the form associated to request
.
Get a GHashTable
with the values of the text fields contained in the form
associated to request
. Note that fields will be missing if the form
contains multiple text input elements with the same name, so this
function does not reliably return all text fields.
Deprecated since: | 2.20. |
Use |
Return value
Returns: | GHashTable |
A |
|
The data is owned by the instance. | |
The return value can be NULL . |