manpagez: man pages & more
html files: webkitdomgtk
Home | html | info | man

WebKitDOMProcessingInstruction

WebKitDOMProcessingInstruction

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 full]


webkit_dom_processing_instruction_get_data ()

gchar *
webkit_dom_processing_instruction_get_data
                               (WebKitDOMProcessingInstruction *self);

webkit_dom_processing_instruction_get_data is deprecated and should not be used in newly-written code.


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 is deprecated and should not be used in newly-written code.

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: ""

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.