| Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
WebKitDOMProcessingInstruction; gchar * webkit_dom_processing_instruction_get_target (WebKitDOMProcessingInstruction *self); WebKitDOMStyleSheet * webkit_dom_processing_instruction_get_sheet (WebKitDOMProcessingInstruction *self); gchar * webkit_dom_processing_instruction_get_data (WebKitDOMProcessingInstruction *self); void webkit_dom_processing_instruction_set_data (WebKitDOMProcessingInstruction *self,const gchar *value,GError **error);
GObject +----WebKitDOMObject +----WebKitDOMNode +----WebKitDOMCharacterData +----WebKitDOMProcessingInstruction
typedef struct _WebKitDOMProcessingInstruction WebKitDOMProcessingInstruction;
gchar * webkit_dom_processing_instruction_get_target
(WebKitDOMProcessingInstruction *self);
|
A WebKitDOMProcessingInstruction |
Returns : |
A gchar |
WebKitDOMStyleSheet * webkit_dom_processing_instruction_get_sheet
(WebKitDOMProcessingInstruction *self);
|
A WebKitDOMProcessingInstruction |
Returns : |
A WebKitDOMStyleSheet. [transfer none] |
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. 2.4
This functionality has been removed from WebKit, this function does nothing.
|
A WebKitDOMProcessingInstruction |
Returns : |
a gchar |
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. 2.4
This functionality has been removed from WebKit, this function does nothing.
|
A WebKitDOMProcessingInstruction |
|
A gchar |
|
GError |
"sheet" property"sheet" WebKitDOMStyleSheet* : Read
read-only WebKitDOMStyleSheet* ProcessingInstruction:sheet.
"target" property"target" gchar* : Read
read-only gchar* ProcessingInstruction:target.
Default value: ""