Method

AravisChunkParserget_boolean_value

Declaration [src]

gboolean
arv_chunk_parser_get_boolean_value (
  ArvChunkParser* parser,
  ArvBuffer* buffer,
  const char* chunk,
  GError** error
)

Description

No description available.

Parameters

buffer ArvBuffer
 

A ArvBuffer with a #ARV_BUFFER_PAYLOAD_TYPE_CHUNK_DATA payload.

 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.

Return value

Returns: gboolean
 

The boolean chunk data value.