public WebKit.DOM.Element owner_element { get; }
public string prefix { owned get; }
public bool specified { get; }
+ [NoAccessorMethod]
public string value { owned get; set; }
}
[CCode (cheader_filename = "webkit2/webkit-web-extension.h", type_id = "webkit_dom_blob_get_type ()")]
public WebKit.DOM.CSSStyleSheet get_parent_style_sheet ();
public ushort get_rule_type ();
public void set_css_text (string value) throws GLib.Error;
+ [NoAccessorMethod]
public string css_text { owned get; set; }
public WebKit.DOM.CSSRule parent_rule { owned get; }
public WebKit.DOM.CSSStyleSheet parent_style_sheet { owned get; }
public string remove_property (string propertyName) throws GLib.Error;
public void set_css_text (string value) throws GLib.Error;
public void set_property (string propertyName, string value, string priority) throws GLib.Error;
+ [NoAccessorMethod]
public string css_text { owned get; set; }
public ulong length { get; }
public WebKit.DOM.CSSRule parent_rule { owned get; }
public string get_css_text ();
public ushort get_css_value_type ();
public void set_css_text (string value) throws GLib.Error;
+ [NoAccessorMethod]
public string css_text { owned get; set; }
public uint css_value_type { get; }
}
public void replace_data (ulong offset, ulong length, string data) throws GLib.Error;
public void set_data (string value) throws GLib.Error;
public string substring_data (ulong offset, ulong length) throws GLib.Error;
+ [NoAccessorMethod]
public string data { owned get; set; }
public ulong length { get; }
}
public WebKit.DOM.HTMLCollection children { owned get; }
public string compat_mode { owned get; }
public string content_type { owned get; }
+ [NoAccessorMethod]
public string cookie { owned get; set; }
public WebKit.DOM.HTMLScriptElement current_script { get; }
public WebKit.DOM.DOMWindow default_view { owned get; }
[NoAccessorMethod]
public bool webkit_is_full_screen { get; }
public string xml_encoding { owned get; }
+ [NoAccessorMethod]
public bool xml_standalone { get; set; }
+ [NoAccessorMethod]
public string xml_version { owned get; set; }
}
[CCode (cheader_filename = "webkit2/webkit-web-extension.h", type_id = "webkit_dom_document_fragment_get_type ()")]
public double client_width { get; }
public WebKit.DOM.Element first_element_child { get; }
public string id { owned get; set; }
+ [NoAccessorMethod]
public string inner_html { owned get; set; }
public WebKit.DOM.Element last_element_child { get; }
public string local_name { owned get; }
public WebKit.DOM.Element offset_parent { get; }
public double offset_top { get; }
public double offset_width { get; }
+ [NoAccessorMethod]
public string outer_html { owned get; set; }
public string prefix { owned get; }
public WebKit.DOM.Element previous_element_sibling { get; }
[Version (since = "2.16")]
public void set_webkitdropzone (string value);
public string access_key { owned get; set; }
+ [NoAccessorMethod]
public string content_editable { owned get; set; }
public string dir { owned get; set; }
public bool draggable { get; set; }
public bool hidden { get; set; }
+ [NoAccessorMethod]
public string inner_text { owned get; set; }
public bool is_content_editable { get; }
public string lang { owned get; set; }
+ [NoAccessorMethod]
public string outer_text { owned get; set; }
public bool spellcheck { get; set; }
public long tab_index { get; set; }
public WebKit.DOM.HTMLFormElement form { get; }
public ulong height { get; set; }
public bool indeterminate { get; set; }
+ [NoAccessorMethod]
public long max_length { get; set; }
public bool multiple { get; set; }
public string name { owned get; set; }
public bool read_only { get; set; }
+ [NoAccessorMethod]
public ulong size { get; set; }
public string src { owned get; set; }
[NoAccessorMethod]
public bool autofocus { get; set; }
public bool disabled { get; set; }
public WebKit.DOM.HTMLFormElement form { get; }
+ [NoAccessorMethod]
public ulong length { get; set; }
public bool multiple { get; set; }
public string name { owned get; set; }
public string item (ulong index);
public void set_media_text (string value) throws GLib.Error;
public ulong length { get; }
+ [NoAccessorMethod]
public string media_text { owned get; set; }
}
[CCode (cheader_filename = "webkit2/webkit-web-extension.h", type_id = "webkit_dom_mouse_event_get_type ()")]
public WebKit.DOM.Node next_sibling { get; }
public string node_name { owned get; }
public uint node_type { get; }
+ [NoAccessorMethod]
public string node_value { owned get; set; }
public WebKit.DOM.Document owner_document { get; }
public WebKit.DOM.Element parent_element { get; }
public WebKit.DOM.Node parent_node { get; }
public WebKit.DOM.Node previous_sibling { get; }
+ [NoAccessorMethod]
public string text_content { owned get; set; }
}
[CCode (cheader_filename = "webkit2/webkit-web-extension.h", type_id = "webkit_dom_node_iterator_get_type ()")]
public void set_start_before (WebKit.DOM.Node refNode) throws GLib.Error;
public void surround_contents (WebKit.DOM.Node newParent) throws GLib.Error;
public string to_string () throws GLib.Error;
+ [NoAccessorMethod]
public bool collapsed { get; }
- public WebKit.DOM.Node common_ancestor_container { get; }
- public WebKit.DOM.Node end_container { get; }
+ [NoAccessorMethod]
+ public WebKit.DOM.Node common_ancestor_container { owned get; }
+ [NoAccessorMethod]
+ public WebKit.DOM.Node end_container { owned get; }
+ [NoAccessorMethod]
public long end_offset { get; }
- public WebKit.DOM.Node start_container { get; }
+ [NoAccessorMethod]
+ public WebKit.DOM.Node start_container { owned get; }
+ [NoAccessorMethod]
public long start_offset { get; }
public string text { owned get; }
}
public string get_string_value () throws GLib.Error;
public unowned WebKit.DOM.Node iterate_next () throws GLib.Error;
public unowned WebKit.DOM.Node snapshot_item (ulong index) throws GLib.Error;
+ [NoAccessorMethod]
public bool boolean_value { get; }
public bool invalid_iterator_state { get; }
+ [NoAccessorMethod]
public double number_value { get; }
public uint result_type { get; }
- public WebKit.DOM.Node single_node_value { get; }
+ [NoAccessorMethod]
+ public WebKit.DOM.Node single_node_value { owned get; }
+ [NoAccessorMethod]
public ulong snapshot_length { get; }
+ [NoAccessorMethod]
public string string_value { owned get; }
}
[CCode (cheader_filename = "webkit2/webkit-web-extension.h", type_id = "webkit_dom_event_target_get_type ()")]