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