FormSubmissionRequest
Object Hierarchy:
WebKit.FormSubmissionRequest
WebKit.FormSubmissionRequest
WebKit.FormSubmissionRequest
GLib.Object
GLib.Object
GLib.Object->WebKit.FormSubmissionRequest
Description:
[ CCode ( type_id = "webkit_form_submission_request_get_type ()" ) ]public class FormSubmissionRequest : Object
Represents a form submission request.
When a form is about to be submitted in a WebView , the
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 as lists by
list_text_fields . You can submit the form with
submit .
Content:
Creation methods:
Methods:
public unowned HashTable <void *,void *>? get_text_fields ()
Get the values of the text fields contained in the form associated to
this .
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 .
public void submit ()
Continue the form submission.
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref