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);

Parameters

Returns

A gchar


webkit_dom_processing_instruction_get_sheet ()

WebKitDOMStyleSheet *
webkit_dom_processing_instruction_get_sheet
                               (WebKitDOMProcessingInstruction *self);

Parameters

Returns

A WebKitDOMStyleSheet.

[transfer none]


webkit_dom_processing_instruction_get_data ()

gchar *
webkit_dom_processing_instruction_get_data
                               (WebKitDOMProcessingInstruction *self);

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

This functionality has been removed from WebKit, this function does nothing.

Parameters

Returns

a gchar


webkit_dom_processing_instruction_set_data ()

void
webkit_dom_processing_instruction_set_data
                               (WebKitDOMProcessingInstruction *self,
                                const gchar *value,
                                GError **error);

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

This functionality has been removed from WebKit, this function does nothing.

Parameters

self

A WebKitDOMProcessingInstruction

 

value

A gchar

 

error

GError

 

Types and Values

WebKitDOMProcessingInstruction

typedef struct _WebKitDOMProcessingInstruction WebKitDOMProcessingInstruction;

Property Details

The “sheet” property

  “sheet”                    WebKitDOMStyleSheet *

read-only WebKitDOMStyleSheet* ProcessingInstruction:sheet.

Flags: Read


The “target” property

  “target”                   gchar *

read-only gchar* ProcessingInstruction:target.

Flags: Read

Default value: ""