Method
AravisDomDocumentcreate_text_node
Declaration [src]
ArvDomText*
arv_dom_document_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 method takes ownership of the data, and is responsible for freeing it. |