FormSubmissionRequest.getTextFields

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.

More...
class FormSubmissionRequest
HashTable
getTextFields
()

Return Value

Type: HashTable

a #GHashTable with the form text fields, or %NULL if the form doesn't contain text fields.

Detailed Description

Deprecated: Use webkit_form_submission_request_list_text_fields() instead.

Meta