Method
AravisChunkParserget_integer_value
Declaration [src]
gint64
arv_chunk_parser_get_integer_value (
ArvChunkParser* parser,
ArvBuffer* buffer,
const char* chunk,
GError** error
)
Parameters
buffer |
ArvBuffer |
A |
|
The data is owned by the caller of the function. | |
chunk |
const char* |
Chunk data name. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |