Method
AravisDomDocumentcreate_element
Declaration [src]
ArvDomElement*
arv_dom_document_create_element (
ArvDomDocument* self,
const char* tag_name
)
Parameters
tag_name |
const char* |
Node name of the element to create. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | ArvDomElement |
A new orphan |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |