| Top |  |  |  |  | 
| gchar * | webkit_dom_html_head_element_get_profile () | 
| void | webkit_dom_html_head_element_set_profile () | 
    GObject
    ╰── WebKitDOMObject
        ╰── WebKitDOMNode
            ╰── WebKitDOMElement
                ╰── WebKitDOMHTMLElement
                    ╰── WebKitDOMHTMLHeadElement
gchar *
webkit_dom_html_head_element_get_profile
                               (WebKitDOMHTMLHeadElement *self);
webkit_dom_html_head_element_get_profile has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
void webkit_dom_html_head_element_set_profile (WebKitDOMHTMLHeadElement *self,const gchar *value);
webkit_dom_html_head_element_set_profile has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead