WebKitDOMProcessingInstruction

WebKitDOMProcessingInstruction

Functions

Properties

Types and Values

Object Hierarchy

    GObject
    ╰── WebKitDOMObject
        ╰── WebKitDOMNode
            ╰── WebKitDOMCharacterData
                ╰── WebKitDOMProcessingInstruction

Implemented Interfaces

WebKitDOMProcessingInstruction implements WebKitDOMEventTarget.

Description

Functions

webkit_dom_processing_instruction_get_target ()

gchar *
webkit_dom_processing_instruction_get_target
                               (WebKitDOMProcessingInstruction *self);

webkit_dom_processing_instruction_get_target has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A gchar


webkit_dom_processing_instruction_get_sheet ()

WebKitDOMStyleSheet *
webkit_dom_processing_instruction_get_sheet
                               (WebKitDOMProcessingInstruction *self);

webkit_dom_processing_instruction_get_sheet has been deprecated since version 2.22 and should not be used in newly-written code.

Use JavaScriptCore API instead

Parameters

Returns

A WebKitDOMStyleSheet.

[transfer full]

Types and Values

struct WebKitDOMProcessingInstruction

struct WebKitDOMProcessingInstruction;

Property Details

The “sheet” property

  “sheet”                    WebKitDOMStyleSheet *

read-only WebKitDOMStyleSheet* ProcessingInstruction:sheet.

Owner: WebKitDOMProcessingInstruction

Flags: Read


The “target” property

  “target”                   gchar *

read-only gchar* ProcessingInstruction:target.

Owner: WebKitDOMProcessingInstruction

Flags: Read

Default value: ""