Virtual Method
AravisDomDocumentcreate_text_node
Declaration [src]
ArvDomText*
create_text_node (
ArvDomDocument* self,
const char* data
)
Parameters
data |
const char* |
Initial content. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | ArvDomText |
A new orphan |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |