Constructor
AravisChunkParsernew
Declaration [src]
ArvChunkParser*
arv_chunk_parser_new (
const char* xml,
gsize size
)
Parameters
xml |
const char* |
XML genicam data. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
size |
gsize |
Genicam data size, -1 if NULL terminated. |
Return value
Returns: | ArvChunkParser |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |