Method
AravisChunkParserget_float_value
Declaration [src]
double
arv_chunk_parser_get_float_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 . |