Constructor
AravisDomDocumentnew_from_memory
Declaration [src]
ArvDomDocument*
arv_dom_document_new_from_memory (
void* buffer,
int size,
GError** error
)
Parameters
buffer |
void* |
| No description available. | |
The argument can be NULL. | |
| The data is owned by the caller of the function. | |
size |
int |
| No description available. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | ArvDomDocument |
| No description available. | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |