list_text_fields


Description:

[ Version ( since = "2.20" ) ]
public bool list_text_fields (out unowned GenericArray<string> field_names, out unowned GenericArray<string> field_values)

Get lists of the text fields contained in the form associated to this.

Get lists with the names and values of the text fields contained in the form associated to this. Note that names and values may be null.

If this function returns false, then both field_names and field_values will be empty.

Parameters:

this

a FormSubmissionRequest

field_names

names of the text fields in the form

field_values

values of the text fields in the form

Returns:

true if the form contains text fields, or false otherwise